scm/bb/meta-tizen.git
9 years agopackagegroups-ivi-Modello.bb: update to match current IVI
Patrick Ohly [Thu, 29 Jan 2015 14:47:29 +0000 (06:47 -0800)]
packagegroups-ivi-Modello.bb: update to match current IVI

phoned gets pulled in indirectly through Modello-Phone, but
let's list it anyway for the sake of consistency.

tlm-config-ivi-singleseat-modello was missing and must be
listed here.

Change-Id: I1f81d286c9283e735a2fbf38ec948b7a7cb1bb55

9 years agoweston-extraconf.inc: avoid changing configure options
Patrick Ohly [Thu, 29 Jan 2015 14:46:08 +0000 (06:46 -0800)]
weston-extraconf.inc: avoid changing configure options

There is no need (anymore?) to change configure options
because we get the desired ones for IVI from the original
.spec file in the new .inc file.

Change-Id: Ib458dfaf5a7ebff3edb6bff4e646332a1b571bbd

9 years agotlm-extraconf.inc: remove hacks, disable ico
Patrick Ohly [Thu, 29 Jan 2015 14:42:44 +0000 (06:42 -0800)]
tlm-extraconf.inc: remove hacks, disable ico

The old hacks for getting IVI configuration packages created
are no longer necessary, because the base .inc file is now
the one for IVI.

Unfortunately building tlm-config-ivi-singleseat-ico runs
into a whole range of issues because of the dependency on
a native version of the pkgmgr. Even if we could it get to
build, whether it would work is another question. Ignoring
this issue for now...

Change-Id: I95190032007198702c394528116e2bb08ea03987

9 years agotizen-extensions-crosswalk.inc: fix dependency
Patrick Ohly [Thu, 29 Jan 2015 14:40:43 +0000 (06:40 -0800)]
tizen-extensions-crosswalk.inc: fix dependency

As usual, this should be corrected in the spec2yoctorc. Do it
manually for now.

Change-Id: Icf360759bc9c0a56297afa3b45c11e260b21b364

9 years agorecipes: merge branch 'upstream' into tizen-merged
Patrick Ohly [Thu, 29 Jan 2015 10:44:40 +0000 (02:44 -0800)]
recipes: merge branch 'upstream' into tizen-merged

This brings in a newer Crosswalk and configuration changes for IVI.

Change-Id: Iadec43eb382258162618bcd97d3315c72fc0d553

9 years agorecipes: re-generate with %profile ivi
Patrick Ohly [Thu, 29 Jan 2015 10:15:03 +0000 (02:15 -0800)]
recipes: re-generate with %profile ivi

spec2yocto was using %profile pc before. Fixing that leads
to a different result for a number of projects.

In addition, the slightly more recent tizen-ivi_20150128.1_atom.xml was used,
bringing in a new revision of Crosswalk.

Change-Id: I14b8bbc00c507d41f286038e774e16c8c54841db

9 years agogenivi-shell-extraconf.inc: enable ${WESTON_LIBDIR} hack again
Patrick Ohly [Thu, 29 Jan 2015 08:20:53 +0000 (00:20 -0800)]
genivi-shell-extraconf.inc: enable ${WESTON_LIBDIR} hack again

Due to the recent changes in genivi-shell.inc, the sed command
adding the sysroot prefix was not getting executed anymore.
We need to run this before do_configure, which will always be
executed.

Change-Id: Ib910674c41cd4c9915e9168b0a9c333ee3379e26

9 years agoopencv: bump version and disable ffmpeg to match Tizen
Patrick Ohly [Wed, 28 Jan 2015 23:44:33 +0000 (15:44 -0800)]
opencv: bump version and disable ffmpeg to match Tizen

The meta-oe opencv_2.4.bb no longer compiles, something
related to ffmpeg support.

That is not enabled in Tizen anyway, so we could use that
recipe and just modify the PACKAGECONFIG in a .bbappend file.
But as Tizen is on a different, more recent version, better
copy the recipe and update it to use source and default
features as in Tizen.

Change-Id: I8bdd14b5e2d57399e7bd8b6fcc4525f0ad32fa81

9 years agolemolo: disable redundant contacts-service check
Patrick Ohly [Wed, 28 Jan 2015 23:34:16 +0000 (15:34 -0800)]
lemolo: disable redundant contacts-service check

It is not just that the Lemolo .spec file unnecessarily
specifies a build dependency on contacts-service, there is
also a redundant configure check which we need to remove.
The code itself then compiles fine without contacts-service.

Change-Id: I7a696b269e0e31128d6d762cff5dcf336cc105a7

9 years agolibslp-location: restore do_compile
Patrick Ohly [Wed, 28 Jan 2015 21:56:34 +0000 (13:56 -0800)]
libslp-location: restore do_compile

Somehow the latest spec2yocto run ended up removing the do_compile
content. Restore it by reverting that commit (1285e331).

Change-Id: I09e9d8293665c62178989aef99e6347ace62d3d7

9 years agorecipes: remove more unused recipes (buxton, cynara, security-manager)
Patrick Ohly [Wed, 28 Jan 2015 21:55:08 +0000 (13:55 -0800)]
recipes: remove more unused recipes (buxton, cynara, security-manager)

Those were imported recently for Common, but are not used yet in IVI
and thus untested.

Change-Id: I73acf43628700870a74f569e3d67639a17d7b9cd

9 years agocrosswalk-extraconf.inc: disable creation of debug files
Patrick Ohly [Wed, 28 Jan 2015 16:20:42 +0000 (08:20 -0800)]
crosswalk-extraconf.inc: disable creation of debug files

According to Paul Eggleton, setting should disable the creation
of at least some of the unpackaged files. Test build with this
change is still running.

Change-Id: I3d811c75490ca1f5652d0a5225421c61903e68ae

9 years agocrosswalk-extraconf.inc: disable crosswalk-dbg package
Patrick Ohly [Wed, 28 Jan 2015 14:24:09 +0000 (06:24 -0800)]
crosswalk-extraconf.inc: disable crosswalk-dbg package

When enabled, it gets so large (?) that the "installed"
size entry in the package feed turns into an invalid "None".
To work around this tools issue, disable the package.

This leads to QA warnings about installed but not packaged
files. This needs to be solved separately, ideally by not having
these files generated in the first place.

Change-Id: I991604395839a430ecc7a8fc878d75728ce63cad

9 years agophoned-extraconf.inc: package systemd unit file
Patrick Ohly [Wed, 28 Jan 2015 14:21:12 +0000 (06:21 -0800)]
phoned-extraconf.inc: package systemd unit file

Not sure why this is not causing issues when compiling the .spec
file. At least with bitbake the unpackaged link causes QA warnings.

Change-Id: I90126dce80a0bf37100209a5dc3723f37b793375

9 years agolemolo.inc: remove incorrect contacts-service dependency
Patrick Ohly [Wed, 28 Jan 2015 14:20:07 +0000 (06:20 -0800)]
lemolo.inc: remove incorrect contacts-service dependency

Lemolo no longer depends on contacts-service. Could also
be removed from the .spec file.

Change-Id: I596b605a72c5aae2cffe229c7f1ca4a4780f4638

9 years agogumd.inc: do not build documentation
Patrick Ohly [Wed, 28 Jan 2015 14:10:12 +0000 (06:10 -0800)]
gumd.inc: do not build documentation

We don't have a working gtk-doc, so just remove the dependency.
This disables building of documentation.

Change-Id: Iedef1b65b5f47143ce7d4c3cb1d2b85a9dd7a54c

9 years agolibmedia-service.inc: fix license
Patrick Ohly [Wed, 28 Jan 2015 14:09:26 +0000 (06:09 -0800)]
libmedia-service.inc: fix license

The .spec file's license declaration is broken, fix it here.

Change-Id: I7a42a6788bb3cbdf8ef9c601209ac9378b196aa1

9 years agovala: fix valac circular dependency, part II
Patrick Ohly [Wed, 28 Jan 2015 14:08:16 +0000 (06:08 -0800)]
vala: fix valac circular dependency, part II

The previous commit for this made the patch obsolete and deleted
it, but did not include the removal from the SRC_URI, thus breaking
the build.

Change-Id: I7533b764be6cbcc6493adcfce160009b06a474f7

9 years agocapi-base-common-extraconf.inc: improve -dev file list
Patrick Ohly [Wed, 28 Jan 2015 14:05:56 +0000 (06:05 -0800)]
capi-base-common-extraconf.inc: improve -dev file list

Upstream .spec file does not package the .so file correctly,
fix it here to avoid QA errors.

Change-Id: I3b91d3854dd879208a66a80ab1ebd409ffe0e2cb

9 years agotlm-extraconf.inc: remove out-dated do_install
Patrick Ohly [Wed, 28 Jan 2015 14:03:18 +0000 (06:03 -0800)]
tlm-extraconf.inc: remove out-dated do_install

This no longer worked because upstream file names changed.
It also was buggy, see https://review.tizen.org/gerrit/#/c/33770/

Let's drop it for now to get compilation working and then
figure out how we can get the right tlm config into place
in images.

Change-Id: Ifeb7015a0a9b961da605823bfe514ec91cc75e32

9 years agotlm.inc: manually fix dependency
Patrick Ohly [Wed, 28 Jan 2015 14:01:15 +0000 (06:01 -0800)]
tlm.inc: manually fix dependency

Future spec2yocto runs will do this automatically, see spec2yoctorc
in the "tizen" repository.

Change-Id: I16cfb86801c433fd037265c896220c50d258e837

9 years agoavsystem: remove obsolete patch
Patrick Ohly [Wed, 28 Jan 2015 13:58:16 +0000 (05:58 -0800)]
avsystem: remove obsolete patch

It is included in the updated upstream source code.

Change-Id: Ib941033faddbb1dd83c12b31696c2e4b0fe40c4c

9 years agogcr, gpg2: replace Tizen gpg2 with meta-oe gnupg
Patrick Ohly [Wed, 28 Jan 2015 13:54:26 +0000 (05:54 -0800)]
gcr, gpg2: replace Tizen gpg2 with meta-oe gnupg

After the version bump, the gpg2 patches no longer applied
and without them the recipe did not compile, because upstream
GnuPG relies on config scripts, which are disabled when building
with bitbake.

Instead of sorting that out, let's use the available gnupg recipe.
It compiles the same version, 2.0.26.

Change-Id: I0b5bd98a8107d896e875e911fab080cccb588692

9 years agoTizen IVI image: remove unused Common packages
Patrick Ohly [Wed, 28 Jan 2015 13:50:27 +0000 (05:50 -0800)]
Tizen IVI image: remove unused Common packages

This removes wrt-widgets, user-session-units and meta-common,
which are all not used in Tizen IVI 3.0 and thus were also
removed from the current recipe set.

They are intentionally left in the Common image configuration
because they might server a purpose there, even if those
configurations are now unusable as they stand.

Change-Id: I62e61a703f6d2fd027cdb971976230c419107d0b

9 years agoMerge branch 'upstream' into tizen-merged
Patrick Ohly [Tue, 27 Jan 2015 22:02:03 +0000 (14:02 -0800)]
Merge branch 'upstream' into tizen-merged

Conflicts:
meta-tizen-common-base/recipes-application-framework/capi-base-common/capi-base-common.inc
meta-tizen-common-base/recipes-application-framework/vconf-buxton/vconf-buxton.inc
meta-tizen-common-base/recipes-applications/libslp-location/libslp-location.inc
meta-tizen-common-base/recipes-applications/libslp-memo/libslp-memo.inc
meta-tizen-common-base/recipes-core/oma-ds-agent/oma-ds-agent.inc
meta-tizen-common-base/recipes-core/sync-agent/sync-agent.inc
meta-tizen-common-base/recipes-core/tlm/tlm_git.bb
meta-tizen-common-base/recipes-graphics/libdrm/libdrm.inc
meta-tizen-common-base/recipes-multimedia/libmedia-service/libmedia-service.inc
meta-tizen-common-base/recipes-multimedia/libmm-log/libmm-log.inc
meta-tizen-common-base/recipes-security/gpg2/gpg2.inc
meta-tizen-common-base/recipes-social/contacts-service/contacts-service.inc
meta-tizen-common-demo/recipes-graphics/weston-common/weston-common.inc

Conflicts were caused by make invocation: we replaced -j16, while upstream
make invocations varied between older and current spec2yocto run. The reason
for that partly seems to be that we lost patches replacing plain "make"
invocations with "%_make". The result is that the converted recipe has
"make" instead of "oe_runmake".

If that matters, then we should do another round of patching of the generated
.inc files, because getting more changes into place in Tizen is hard at the
moment.

Change-Id: I6f510814ba88b19a03b7aa1a60587219c04638fe

9 years agorecipes: update via spec2yocto
Patrick Ohly [Tue, 27 Jan 2015 21:35:51 +0000 (13:35 -0800)]
recipes: update via spec2yocto

This was done using 1745228b2 in the "tizen" repository, which
focuses on IVI recipes.

Change-Id: Iddc2ab1cba86b7a6388789b794ce3a4f4fca4589

9 years agorecipes: remove recipes no longer converted from Tizen
Patrick Ohly [Tue, 27 Jan 2015 20:59:17 +0000 (12:59 -0800)]
recipes: remove recipes no longer converted from Tizen

We cannot support both Tizen Common and Tizen IVI on the same
branch, because both have started to diverge. Focusing on IVI
for the next release.

Part of that consists of configuring spec2yocto to convert
.spec files as used by IVI. The ones not converted anymore
are both out-dated and untested, so better remove them.

Change-Id: Ieddffc54c4b84892d506aded88c9a2a3739242ba

9 years agotizen-ivi: continue to use vconf
Patrick Ohly [Tue, 27 Jan 2015 16:48:01 +0000 (08:48 -0800)]
tizen-ivi: continue to use vconf

Tizen Common recently started to use the vconf-buxton compatibility
layer instead of original vconf. The recent spec2yocto refresh
brought in the replacement.

Tizen IVI continues to use vconf and so should we.

Change-Id: I4b9062c04f4a49f48ad138dcbb37b1114a839f08

9 years agoweston-ivi-shell-extraconf.inc: also remove wayland.png
Patrick Ohly [Tue, 27 Jan 2015 16:41:48 +0000 (08:41 -0800)]
weston-ivi-shell-extraconf.inc: also remove wayland.png

These files need to be removed because they overlap with
weston. The .spec file does it by excluding them from
the files list, which is something that does not work
when building with Yocto.

A better solution in the .spec file would be to delete
the files after %install, which would work when translating
to Yocto.

Change-Id: If2a9dec2a18e2ed596161a88588314e233fb6084

9 years agogenivi-shell: update build fixes
Patrick Ohly [Tue, 27 Jan 2015 16:38:06 +0000 (08:38 -0800)]
genivi-shell: update build fixes

The recent spec2yocto refresh led to different build rules.
The wayland-scanner invocation is now in the .inc file and needs
to be fixed there.

We also must ensure that it happens as part of do_compile,
because the wayland-native dependency is only guaranteed to
be resolved for that task and not the earlier do_patch.

Change-Id: I5890e7a47d96799eceb7f5a425386af8e6b0a436

9 years agoautomotive-message-broker.inc: manually disable QT5 dependency
Patrick Ohly [Tue, 27 Jan 2015 16:34:33 +0000 (08:34 -0800)]
automotive-message-broker.inc: manually disable QT5 dependency

Some of the new dependencies are wrong for the Bitbake Qt recipes.
Instead of opening that can of worms now, better keep these optional
features disabled.

The right solution will be to update the spec2yocto rpm build config.
Doing it manually is only the first step to get going again.

Change-Id: Ie3f2dd9ac050f6e32a8717ad7d3ebe4585715ba5

9 years agocrosswalk: adapt compile fixes
Patrick Ohly [Tue, 27 Jan 2015 16:32:05 +0000 (08:32 -0800)]
crosswalk: adapt compile fixes

The recent spec2yocto refresh produced different compile rules.
Extracting crosswalk-thirdparty/out.tgz is now in the .inc file
and needs to be fixed there.

do_configure() is empty in both and thus can be removed from -extraconfig.inc.

Change-Id: I076e3636aab9ef00b6668dff6078779e8b0317c4

9 years agocrosswalk.inc: fix dependencies
Patrick Ohly [Tue, 27 Jan 2015 16:00:00 +0000 (08:00 -0800)]
crosswalk.inc: fix dependencies

The automatic spec2yocto refresh was missing some dependency mapping
and/or fixing. As a temporary solutin let's fix that manually.

Change-Id: Ic61f0f10b86755135865b7e2ebfb0a59a1d76f29

9 years agocrosswalk-thirdparty.inc: fix dependencies
Patrick Ohly [Tue, 27 Jan 2015 16:00:00 +0000 (08:00 -0800)]
crosswalk-thirdparty.inc: fix dependencies

The automatic spec2yocto refresh was missing some dependency mapping
and/or fixing. As a temporary solutin let's fix that manually.

Change-Id: I3fee570dd402d7f2dac3a39381dfc38a82211666

9 years agolibsecret-extraconf.inc: disable documentation generation
Patrick Ohly [Tue, 27 Jan 2015 16:28:12 +0000 (08:28 -0800)]
libsecret-extraconf.inc: disable documentation generation

Despite reason fixes, it still was not working. Just disable
it for now.

Change-Id: I59f1b23bec45e36ffdc341dd9bff92bce9fd0e97

9 years agobuxton.inc: fix dependencies
Patrick Ohly [Tue, 27 Jan 2015 16:00:00 +0000 (08:00 -0800)]
buxton.inc: fix dependencies

The automatic spec2yocto refresh was missing some dependency mapping
and/or fixing. As a temporary solutin let's fix that manually.

Change-Id: I3908b796502a270115643053d356b26fb3ade983

9 years agolibmm-log: manually fix and update
Patrick Ohly [Tue, 27 Jan 2015 16:18:19 +0000 (08:18 -0800)]
libmm-log: manually fix and update

spec2yocto was tracking an obsolete revision of the source via
manifest_fix.xml. That revision was too old for libmm-debug, which caused
compile errors.

For now, update to the later version manually, ignoring the missing manifest
file.

That Samsung's update of the upstream code dropped the explicit manifest file
is not nice, but should not cause issues because both OBS and "Tizen on Yocto"
have default manifests (see d47ae747b "manifests: default Tizen manifest").

Change-Id: I2bdb87a52b9f899730aecd325c02a7cd50942ead

9 years agolibmedia-thumbnail.inc: fix dependencies
Patrick Ohly [Tue, 27 Jan 2015 16:00:00 +0000 (08:00 -0800)]
libmedia-thumbnail.inc: fix dependencies

The automatic spec2yocto refresh was missing some dependency mapping
and/or fixing. As a temporary solutin let's fix that manually.

Change-Id: I044f090f5e78e0e2e468e2c097187d2f8306e6a7

9 years agopam.inc: fix dependencies
Patrick Ohly [Tue, 27 Jan 2015 16:00:00 +0000 (08:00 -0800)]
pam.inc: fix dependencies

The automatic spec2yocto refresh was missing some dependency mapping
and/or fixing. As a temporary solutin let's fix that manually.

Change-Id: Ib9c92624463f937b62f3f6ce932888517434d0bb

9 years agovala: update extra FILE list to match new version
Patrick Ohly [Tue, 27 Jan 2015 16:15:26 +0000 (08:15 -0800)]
vala: update extra FILE list to match new version

It would be nice to have a variable for that in the .inc file,
but for now just keep updating the version in the -extraconf.inc
file when doing version updates.

Change-Id: I76a7bb342a5bc64b78c0296c165121a409a3e738

9 years agovala: fix valac circular dependency
Patrick Ohly [Tue, 27 Jan 2015 16:02:44 +0000 (08:02 -0800)]
vala: fix valac circular dependency

Building vala-native randomly failed to build depending on the order
in which files were checked out by git: if the .stamp files happened
to be older than the .vala files, valac would be called to regenerate
the .c files, but that fails without valac.

This would not happen when untarring the pristine upstream source,
but spec2yocto does not support that mode.

The Fix-time-stamp.patch may have been meant to address that, but despite
refreshing it, builds still failed. The new approach is to fix up time stamps
differently for native (do not rebuild source) and target (always rebuild).

Change-Id: I3b8f0e7b275d7032ec460ea15e5f1d1beeec518d

9 years agovala: refresh Fix-time-stamp.patch
Patrick Ohly [Tue, 27 Jan 2015 16:01:08 +0000 (08:01 -0800)]
vala: refresh Fix-time-stamp.patch

Updated the patch to match the latest upstream source.

Change-Id: Ifc5a4db8d7a3cf94dae11a5efbbb43afcdac70f4

9 years agosystemd.inc: fix dependencies
Patrick Ohly [Tue, 27 Jan 2015 16:00:00 +0000 (08:00 -0800)]
systemd.inc: fix dependencies

The automatic spec2yocto refresh was missing some dependency mapping
and/or fixing. As a temporary solutin let's fix that manually.

Change-Id: I58dd303306bedf93efd4037f686317001c45963e

9 years agolibslp-location-extraconf.inc: remove obsolete patch
Patrick Ohly [Tue, 27 Jan 2015 15:57:03 +0000 (07:57 -0800)]
libslp-location-extraconf.inc: remove obsolete patch

The "subdir-objects" option is part of the more recent upstream
source.

Change-Id: Id1234a53f8954203fe80e98c2144fad5a09439c7

9 years agovconf-buxton.inc: fix dependencies
Patrick Ohly [Tue, 27 Jan 2015 15:55:03 +0000 (07:55 -0800)]
vconf-buxton.inc: fix dependencies

The automatic spec2yocto refresh was missing some dependency mapping and/or
fixing. As a temporary solutin let's fix that manually.

Change-Id: Icd744b96b20fc88c77b267ba90f65285611381de

9 years agocrosswalk: Add missing quotes around export lines
Saul Wold [Fri, 23 Jan 2015 14:08:40 +0000 (06:08 -0800)]
crosswalk: Add missing quotes around export lines

This fixes a bashism: it works without quotes in bash and fails in dash.

Change-Id: Id34e02f37189d1d1bc84cc575cc85fa4bf451b6e
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agofestival: fix install script
Saul Wold [Fri, 23 Jan 2015 14:08:34 +0000 (06:08 -0800)]
festival: fix install script

The install was hardwired for unknown_Linux, but there is some host
contamination, that determines it could be DebianGNULinux, so make the
install host agnostic.

Change-Id: Ib50e2c0ea0477f70ed53bab57d89f742497d42eb
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agoMerge branch 'upstream' into master_merged
Patrick Ohly [Mon, 26 Jan 2015 11:20:16 +0000 (03:20 -0800)]
Merge branch 'upstream' into master_merged

Conflicts:
meta-tizen-common-base/recipes-application-framework/app-svc/app-svc.inc
meta-tizen-common-base/recipes-multimedia/libmm-common/libmm-common.inc
meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc
meta-tizen-ivi/recipes-graphics/genivi-shell/genivi-shell.inc
meta-tizen-ivi/recipes-ico/ico-vic-amb-plugin/ico-vic-amb-plugin.inc

   All caused by the -j16 change.

meta-tizen-common-base/recipes-application-framework/pkgmgr/pkgmgr_git.bb

   Source was manually changed. Now uses the IVI revision.

meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc
meta-tizen-common-share/recipes-connectivity/ofono/ofono.inc

   Caused by manually fixing the Bluez4 dependency. Manual fix no longer
   necessary.

Change-Id: I5c8d814fb87cd06cc72ca6253d625c8c9c4f5f60

9 years agolibslp-location.inc: manually restore do_compile
Patrick Ohly [Mon, 26 Jan 2015 10:41:50 +0000 (02:41 -0800)]
libslp-location.inc: manually restore do_compile

It got lost during the previous spec2yocto run. Eventually that
problem needs to be addressed, but now now.

Change-Id: I6b9c382f09493484cf95be98f8e129f989d45593

9 years agorecipes: update via spec2yocto
Patrick Ohly [Mon, 26 Jan 2015 10:33:12 +0000 (02:33 -0800)]
recipes: update via spec2yocto

This is the result of spec2yocto for .spec files coming from (in this order):
manifest_fix.xml (Commit "Clean Fix", Jan 12, 2015)
tizen-ivi_20150126.2_atom.xml
tizen-common_20150123.3_x86_64-wayland.xml

There are some dubious changes in the revised files:
- removal of -DX11_SUPPORT=Off in pkgmgr.inc
- empty do_compile in libslp-location due to: "ERROR more than 1 autotools_do_configure for "libslp-location"

The pkgmgr.inc change is actually okay, the more recent code (ceb738c1) no
longer contains X11 calls.

The other failure will be undone manually in a separate commit.

There also was a spec2yocto error for ofono: ERROR Too many manifest for "ofono"
However, the ofono recipe seems to have been updated despite that.

Change-Id: Iab5cb59123fd12bff752168d3c3fc8251248150b

9 years agoTizen recipes: avoid -j16 25/34325/1
Patrick Ohly [Fri, 23 Jan 2015 10:48:12 +0000 (02:48 -0800)]
Tizen recipes: avoid -j16

-j16 is too high for users on smaller machines, leading to swapping and
out-of-memory situations, including random killing of processes by the
kernel's OOM killer.

This commit is the result of a global search/replace of -j16 with
${PARALLEL_MAKE}. It touches files generated with spec2yocto, so beware to fix
that tool before refreshing recipes.

In some cases (like calling oe_runmake), passing -j is redundant because it is
already included in the default parameters. This commit does not try to
address that, so one may see things like (from ail):

+ oe_runmake -j 16
+ oe_runmake_call -j 16
+ bbnote make -j 16 -j 16
+ echo 'NOTE: make -j 16 -j 16'
NOTE: make -j 16 -j 16

The "-j 16" here corresponds to ${PARALLEL_MAKE}.

Change-Id: Id7d7285a4ae88fdb44292758de79d98537e12f58
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibsecret: add doc generation dependency to build this 16/34316/2
Ulf [Thu, 22 Jan 2015 23:30:09 +0000 (15:30 -0800)]
libsecret: add doc generation dependency to build this

Without xsltproc, document generation for this
package will fail and it won't build.

Change-Id: I9e90aef8da3f837c888b6763873588134a5a5ed2
Signed-off-by: Ulf <ulf.hofemeier@linux.intel.com>
9 years agoneard: package tests 09/33509/4
Kévin THIERRY [Mon, 12 Jan 2015 12:48:46 +0000 (13:48 +0100)]
neard: package tests

Change-Id: Ida43b89d0183d265d95732c54443c4fe14c90ba2
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agodesktop-file-utils: avoid host pollution 71/34271/2
Patrick Ohly [Thu, 22 Jan 2015 14:13:01 +0000 (06:13 -0800)]
desktop-file-utils: avoid host pollution

Building fails when Emacs is installed on the host. The reason
is that the .spec file assumes that Emacs is not installed and
installing the lisp files needs to be done manually after the
desktop-file-utils "make install".

The actual failure then is:
...
|   test ! -f /data/yocto/build/tizen-distro/ivi/x86_64/tmp-glibc/work/core2-64-oe-linux/desktop-file-utils/0.20-r0/image/usr/share/emacs/site-lisp/desktop-entry-mode.el
| ERROR: Function failed: do_install (log file is located at
/data/yocto/build/tizen-distro/ivi/x86_64/tmp-glibc/work/core2-64-oe-linux/desktop-file-utils/0.20-r0/temp/log.do_install.14197)
ERROR: Task 6589 (/data/yocto/tizen-distro/meta-tizen/meta-tizen-common-base/recipes-core/desktop-file-utils/desktop-file-utils_git.bb,do_install) failed with exit code '1'

To avoid the check for Emacs, pre-set the autoconf variable.

Change-Id: Ib96451edf8b5ce13f9e957668b4406bd3e64209d
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoMerge "libgpg-error: Fix copying of platform specific header file" into tizen
Saul Wold [Thu, 15 Jan 2015 17:10:34 +0000 (09:10 -0800)]
Merge "libgpg-error: Fix copying of platform specific header file" into tizen

9 years agopackagegroup-base: use bluez5 instead of bluez4 28/33328/6
Kévin THIERRY [Thu, 8 Jan 2015 08:05:56 +0000 (09:05 +0100)]
packagegroup-base: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: I329fd8379251454fad651baf2b7912ad592c8aba
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agobluez-hcidump: use bluez5 instead of bluez4 27/33327/6
Kévin THIERRY [Thu, 8 Jan 2015 07:57:22 +0000 (08:57 +0100)]
bluez-hcidump: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: I4e77f4e801fbbb744566525bb93027634c86c3bb
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agogstreamer1.0-plugins-bad: use bluez5 instead of bluez4 26/33326/6
Kévin THIERRY [Thu, 8 Jan 2015 07:53:18 +0000 (08:53 +0100)]
gstreamer1.0-plugins-bad: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: Ife13760e6db1c6aeb2a77c2534e536c74615e9f3
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agopulseaudio: use bluez5 instead of bluez4 25/33325/6
Kévin THIERRY [Thu, 8 Jan 2015 07:46:36 +0000 (08:46 +0100)]
pulseaudio: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: Ie2cd4029607fb51c3ac5affc710d91ebed73a223
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agotizen-extension-crosswalk: use bluez5 instead of bluez4 24/33324/6
Kévin THIERRY [Thu, 8 Jan 2015 07:45:10 +0000 (08:45 +0100)]
tizen-extension-crosswalk: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: I614a15da6da86c94ce28b45b413873ca3ab56c41
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoofono: use bluez5 instead of bluez4 23/33323/6
Kévin THIERRY [Thu, 8 Jan 2015 07:42:55 +0000 (08:42 +0100)]
ofono: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: I36adac589683b46d7b9ee4433126be4830ee6673
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoneard: use bluez5 instead of bluez4 22/33322/6
Kévin THIERRY [Thu, 8 Jan 2015 07:38:40 +0000 (08:38 +0100)]
neard: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: Ic5fcb27a20ef5cc2031c28213b20c3a2c910dfbd
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoconnman: use bluez5 instead of bluez4 21/33321/6
Kévin THIERRY [Thu, 8 Jan 2015 07:37:53 +0000 (08:37 +0100)]
connman: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: I735d9aa42772e40af89a917aee967521bf69a958
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoconnman: move recipe and patches to the proper dir 20/33320/5
Kévin THIERRY [Thu, 8 Jan 2015 07:33:07 +0000 (08:33 +0100)]
connman: move recipe and patches to the proper dir

Change-Id: I5ccba71d2950e228c0f77a515aa6a1bed0d4a94f
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoneard: move recipe and patches to the proper dir 19/33319/5
Kévin THIERRY [Wed, 7 Jan 2015 16:22:37 +0000 (17:22 +0100)]
neard: move recipe and patches to the proper dir

neard is a oe-core recipe, not a meta-oe one so put it in
meta-tizen-adaptation/meta instead of meta-tizen-adaptation/meta-oe

Change-Id: I352a1ed9311027f9d24f7805c736bd9451eda7e9
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agotizen.conf: use bluez5 instead of bluez4 18/33318/5
Kévin THIERRY [Wed, 7 Jan 2015 15:38:01 +0000 (16:38 +0100)]
tizen.conf: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: Ib36cfd5f69f4f70672381eec7a67310f6cb5a15a
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd connectivity tests to dev images 33/33333/5
Kévin THIERRY [Wed, 7 Jan 2015 15:06:24 +0000 (16:06 +0100)]
Add connectivity tests to dev images

Change-Id: Id35ed684a0e7a3e063fae1047de3d3a1d1891f10
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd connectivity tests packagegroup 32/33332/5
Kévin THIERRY [Wed, 7 Jan 2015 15:03:32 +0000 (16:03 +0100)]
Add connectivity tests packagegroup

Change-Id: I0b52320fa18a66f0e45a5ce05f575a2605ba83f7
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agogstreamer: disable tests and examples 31/33331/4
Kévin THIERRY [Wed, 7 Jan 2015 14:43:37 +0000 (15:43 +0100)]
gstreamer: disable tests and examples

We would not be using them in Tizen at the moment anyway.

Change-Id: I4a80405eeace4bdffab75d3bd84d3740b78974e2
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd gstreamer packagegroup to Common and IVI images 30/33330/3
Kévin THIERRY [Wed, 7 Jan 2015 14:33:48 +0000 (15:33 +0100)]
Add gstreamer packagegroup to Common and IVI images

Change-Id: I9afa8cf7a5603997e4f56db5ff1a2006bea02bc5
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd a packagegroup for gstreamer 29/33329/3
Kévin THIERRY [Wed, 7 Jan 2015 14:32:24 +0000 (15:32 +0100)]
Add a packagegroup for gstreamer

Change-Id: I32244c12ea313a3999bd230875386865967d78e9
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agocrosswalk: add per architecture configuration 76/32976/4
Kévin THIERRY [Wed, 31 Dec 2014 07:41:17 +0000 (08:41 +0100)]
crosswalk: add per architecture configuration

Configuration was defined on a per machine basis instead of per
architecture. Defining it for architectures remove redundancy between
configurations and does not restrict the machines to the ones listed in
the recipe.

Same thing is done for crosswalk-thirdparty.

Change-Id: Ic40bbec3a1849385bf098439e7371e9cc5a9cce8
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agotizen.conf: PREFERRED_PROVIDER for libxml2-python 56/33056/3
Patrick Ohly [Fri, 2 Jan 2015 15:47:02 +0000 (16:47 +0100)]
tizen.conf: PREFERRED_PROVIDER for libxml2-python

Tizen does not have python-libxml2, so for the sake of consistency,
use libxml2 as provider of libxml2-python.

Change-Id: If3f1301d1cbd5981486f6ff63c8fb86484fd635a

9 years agotizen.conf: fix PREFERRED_VERSION for elfutils 55/33055/3
Patrick Ohly [Fri, 2 Jan 2015 15:44:39 +0000 (16:44 +0100)]
tizen.conf: fix PREFERRED_VERSION for elfutils

The previous commit for that had a typo: 1.60 is not a valid
elfutils version, 0.160 is.

Change-Id: I8f514da20348cf5affa245f148dd1700f9436cc1

9 years agolibgpg-error: Fix copying of platform specific header file 44/33444/1
Saul Wold [Fri, 9 Jan 2015 14:51:54 +0000 (06:51 -0800)]
libgpg-error: Fix copying of platform specific header file

Change-Id: Iefa6763d2ae2f490e9e138b1febbb8325df631f3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agofix user service for tizen ivi sandbox/ronan/devel rev_0.9
Ronan Le Martret [Thu, 8 Jan 2015 14:00:51 +0000 (15:00 +0100)]
fix user service for tizen ivi

Change-Id: I356bf000274854f218951115313a3a6404e66cdc
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agouse DISTRO_FEATURES instead IMAGECONFIG for tlm
Ronan Le Martret [Thu, 8 Jan 2015 08:02:39 +0000 (09:02 +0100)]
use DISTRO_FEATURES instead IMAGECONFIG for tlm

Change-Id: I08ea9a38d527d0c541c8f0d54f8f1aaa3084f9a2
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agofix tlm pkg run-time dependency
Ronan Le Martret [Wed, 7 Jan 2015 14:24:33 +0000 (15:24 +0100)]
fix tlm pkg run-time dependency

Change-Id: I2256899da3aa7bcea685280b39f1937ebd1d84d2
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agomove keyutils to base
Ronan Le Martret [Tue, 6 Jan 2015 10:27:51 +0000 (11:27 +0100)]
move keyutils to base

Change-Id: I2a936bdc2357d1fbc4508ea0d916cf0923f4ce46
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agomove recipes-extended to base
Ronan Le Martret [Tue, 6 Jan 2015 10:25:01 +0000 (11:25 +0100)]
move recipes-extended to base

Change-Id: Iacc27a77e0688618bf6f932b9746e0090ae1b6b4
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agomove ibus libtbm to base
Ronan Le Martret [Tue, 6 Jan 2015 10:20:49 +0000 (11:20 +0100)]
move ibus libtbm to base

Change-Id: Icbf2bdf980b45b3db4c390d37cf32e13ac3ca84d
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agomove notification to base
Ronan Le Martret [Tue, 6 Jan 2015 10:15:52 +0000 (11:15 +0100)]
move notification to base

Change-Id: I69489fa596defe9fae3366b113e4d8f1eb93759b
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agosplit distro tizen
Ronan Le Martret [Tue, 6 Jan 2015 09:40:57 +0000 (10:40 +0100)]
split distro tizen

Change-Id: Ib4a3ee62c904a99e0288e3e097113471f7f663be
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate wayland
Ronan Le Martret [Wed, 31 Dec 2014 08:49:52 +0000 (09:49 +0100)]
update wayland

Change-Id: Ib5cb42729a0ab1c7ea0ac26c960bac6c9a82239a
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agofix tlm for common image
Ronan Le Martret [Wed, 31 Dec 2014 08:48:04 +0000 (09:48 +0100)]
fix tlm for common image

Change-Id: If9d59c9d7b0899f4aaa518eb54135b8f14c95eb8
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agofix crosswalk install
Ronan Le Martret [Tue, 30 Dec 2014 13:57:59 +0000 (14:57 +0100)]
fix crosswalk install

Change-Id: Ibddb02f1950928749e030fb2f0d3d5cdad882cc5
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agofix pkgmgr build
Ronan Le Martret [Tue, 30 Dec 2014 13:56:18 +0000 (14:56 +0100)]
fix pkgmgr build

Change-Id: Ie15908744d9bf69e001172a1d1182422436cd349
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agofix for Tizen ivi modello
Ronan Le Martret [Tue, 30 Dec 2014 13:55:20 +0000 (14:55 +0100)]
fix for Tizen ivi modello

Change-Id: Id102db3cb0637190b20e2c11a8e298979562dd43
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agofix image Tizen profil
Ronan Le Martret [Tue, 30 Dec 2014 13:52:46 +0000 (14:52 +0100)]
fix image Tizen profil

Change-Id: I17c663e5ce1b9364be92ce8d37e40dba0b236220
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agofix tlm for Tizen ivi
Ronan Le Martret [Tue, 30 Dec 2014 13:49:40 +0000 (14:49 +0100)]
fix tlm for Tizen ivi

Change-Id: I653b03e2b23253b723972f7028f6ab74203d677f
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoadd fix for Tizen ivi
Ronan Le Martret [Tue, 30 Dec 2014 13:48:09 +0000 (14:48 +0100)]
add fix for Tizen ivi

Change-Id: I709822d6b6f1aba57a59408f332abd3aed882a9b
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoadd fix to mesa
Ronan Le Martret [Tue, 30 Dec 2014 13:45:51 +0000 (14:45 +0100)]
add fix to mesa

Change-Id: Icf2f25c5a4a73ac363203aad6c81d3a36a6dafdd
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agolinux-yocto: update defconfig files 88/33188/2
Kévin THIERRY [Tue, 6 Jan 2015 14:51:23 +0000 (15:51 +0100)]
linux-yocto: update defconfig files

Use defconfig files from upstream Tizen project kernel-common (branch
tizen_common).

Change-Id: I58c95e78f388a4cc79f09c3e8119edd7338f6a22
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agocrosswalk-thirdparty: CXXFLANGS and CFLAGS are getting expanded incorrectly 87/32787/2
Saul Wold [Tue, 23 Dec 2014 21:55:17 +0000 (13:55 -0800)]
crosswalk-thirdparty: CXXFLANGS and CFLAGS are getting expanded incorrectly

Change-Id: Ie042e896ec9b646b5a9fb1d67310bd455316fc1f
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agotizen.conf: set PREFERRED_VERSION of elfutils to 1.60 86/32786/2
Saul Wold [Tue, 23 Dec 2014 21:37:15 +0000 (13:37 -0800)]
tizen.conf: set PREFERRED_VERSION of elfutils to 1.60

Change-Id: Ie3c39f21f44815d091e1081ce9d3c83d0bc7a0d2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agoelfutils: Add version 0.160 85/32785/2
Saul Wold [Tue, 23 Dec 2014 15:58:30 +0000 (07:58 -0800)]
elfutils: Add version 0.160

Change-Id: Id934fad14b13c3fd5c6a40ca6903a436f3c1938e
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agodesktop-file-utils: Add version 0.20 84/32784/2
Saul Wold [Tue, 23 Dec 2014 15:56:08 +0000 (07:56 -0800)]
desktop-file-utils: Add version 0.20

Change-Id: If773e0c64ccc7593c4ebf02c4e9c3a60949f417d
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agoevolution-data-server: Add 3.12.2 83/32783/2
Saul Wold [Tue, 23 Dec 2014 15:54:46 +0000 (07:54 -0800)]
evolution-data-server: Add 3.12.2

Change-Id: I877995cb222570b91436351e55c671777092dc5c
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agomesa: add version 10.3.4 82/32782/2
Saul Wold [Tue, 23 Dec 2014 15:53:25 +0000 (07:53 -0800)]
mesa: add version 10.3.4

Change-Id: I1de91edc4db2e37b3bd4313a46af36a28db1275f
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agoboost: Add Version 1.57 81/32781/2
Saul Wold [Tue, 23 Dec 2014 15:52:57 +0000 (07:52 -0800)]
boost: Add Version 1.57

Change-Id: I24529591f1a40a393c5caebcd53e1837299dc470
Signed-off-by: Saul Wold <sgw@linux.intel.com>