scm/bb/tizen-distro.git
8 years agoqtmultimedia: Fix floating dependency gst-plugins-bad
Otavio Salvador [Sat, 7 Feb 2015 20:33:26 +0000 (18:33 -0200)]
qtmultimedia: Fix floating dependency gst-plugins-bad

When using GStreamer 0.10 support, QMake detects if GStreamer
Photography interface is available. To avoid a floating dependency we
add the gst-plugins-bad as dependency so it is always present.

(From meta-qt5 rev: 0732449ee42bb3582e5c141fa2363e18beb43a9f)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqtwebengine: Enable ffmpegsumo for HTML5 video
Carlos Rafael Giani [Wed, 11 Feb 2015 22:12:53 +0000 (23:12 +0100)]
qtwebengine: Enable ffmpegsumo for HTML5 video

(From meta-qt5 rev: 41772b33725f4adc19990aa201a399a6a6180348)

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqtwebengine: Add missing runtime dependencies for examples
Otavio Salvador [Sat, 7 Feb 2015 22:02:59 +0000 (20:02 -0200)]
qtwebengine: Add missing runtime dependencies for examples

The qtdeclarative-qmlplugins and qtquickcontrols-qmlplugins are
required for the examples to run. Add them as rdepends.

(From meta-qt5 rev: 6eeeeb2025ec40b73b4de02289eb78c01c2a2757)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqtwebengine: Add a missing build dependency on libcap
Otavio Salvador [Thu, 5 Feb 2015 17:30:51 +0000 (15:30 -0200)]
qtwebengine: Add a missing build dependency on libcap

(From meta-qt5 rev: 61eb1c40d3e517423ce9b8076df0af1466c6032b)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqt5.inc: Fix packaging of architecture independent data
Otavio Salvador [Sun, 8 Feb 2015 21:24:10 +0000 (19:24 -0200)]
qt5.inc: Fix packaging of architecture independent data

The architecture independent data were being added to the '-dev'
package however it shouldn't be. For example the QtWebEngine had the
translation and the resources package were not being installed with
the main package, as it should be.

This commit changes the qttools and qttranslations recipes as well so
those keep its contents in the respective packages:

 qttools: add the phrasebooks in the qttools-tools package
 qttranslations: add a new subpackage for qtquickcontrols

(From meta-qt5 rev: 247aeca8772a6310f4ea384542f5b3a1371a4efd)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqtwebchannel: Add recipes for 5.4.0 and Git
Stephan Binner [Fri, 6 Feb 2015 15:47:23 +0000 (16:47 +0100)]
qtwebchannel: Add recipes for 5.4.0 and Git

(From meta-qt5 rev: 7b615428cfc4c0b912ba54ab3eaae690dce5d7a1)

Signed-off-by: Stephan Binner <stephan.binner@basyskom.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqt3d: change to 'dev' branch
Tobias Olausson [Thu, 15 Jan 2015 14:48:39 +0000 (15:48 +0100)]
qt3d: change to 'dev' branch

The master branch of qt3d has been removed by the Qt project, and
the commit pointed to by the SRCREV is now in the 'dev' branch.

(From meta-qt5 rev: adeaa6128b665920eb98eb7c064f4aacbd74b873)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqtmultimedia: Add support to enable/disable PulseAudio and ALSA
Otavio Salvador [Wed, 7 Jan 2015 21:33:38 +0000 (19:33 -0200)]
qtmultimedia: Add support to enable/disable PulseAudio and ALSA

The way QtMultimedia use to detect the PulseAudio and ALSA makes it
non obvious how to disable it. After researching how Gentoo does it
the 'done_config_<flag>' has been found. So now, we respect the distro
support for PulseAudio and ALSA.

(From meta-qt5 rev: ec50df68b80f9704f135dd4c9f384a5596ec77cb)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqttranslations: adding recipes for qt specific translations
kkelly87 [Wed, 7 Jan 2015 20:05:15 +0000 (15:05 -0500)]
qttranslations: adding recipes for qt specific translations

The meta-qt5 layer is missing a recipe for the qttranslation submodule so qt specific items like
the OK or Cancel button had no associated translations. This submission is for master while my previous patch
 will work as a backport to dizzy.

(From meta-qt5 rev: a7fa426daac8ce53e806db20e0fd7bf8ae9cfbfa)

Signed-off-by: Kevin Kelly <kaneda18@hotmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqt5-opengles2-test: exclude from world because of gles2 dependency
Martin Jansa [Thu, 8 Jan 2015 10:55:38 +0000 (11:55 +0100)]
qt5-opengles2-test: exclude from world because of gles2 dependency

(From meta-qt5 rev: e2e1864dcaf0cb50a5757fc9033844cdc59adce9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqmake5_base: add *.prf to SSTATE_SCAN_FILES
Martin Jansa [Tue, 6 Jan 2015 14:57:54 +0000 (15:57 +0100)]
qmake5_base: add *.prf to SSTATE_SCAN_FILES

* e.g. maliit-framework-qt5 is staging sysroot specific paths in
  sysroot-destdir/usr/lib/qt5/mkspecs/features/maliit-plugins.prf
  sysroot-destdir/usr/lib/qt5/mkspecs/features/maliit-framework.prf
  make sure they are replaced with correct ones on sstate reuse

(From meta-qt5 rev: e2f5adc92c0f6223eb557c5dcbfe2eb9830deb73)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqtbase: Add gcc to QMAKE_COMPILER variable.
Julien Brianceau \\(jbriance\\) [Wed, 31 Dec 2014 08:26:36 +0000 (08:26 +0000)]
qtbase: Add gcc to QMAKE_COMPILER variable.

According to mkspecs/features/spec_post.prf, QMAKE_COMPILER variable should at least contain gcc for linux-oe-g++ platform.

This patch fixes a crash issue in QtWebKit introduced in v5.4.0 by:
https://qt.gitorious.org/qt/qtwebkit/commit/34d4628b981add039a9a349723cbdff1dadca144

(From meta-qt5 rev: ad958ec94752371aa25bfbfd0f60489a20a45c0f)

Signed-off-by: Julien Brianceau <jbriance@cisco.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqtmultimedia: Fix crash when use Gstreamer 0.10 plugin
Mingtao Qu [Thu, 18 Dec 2014 07:31:08 +0000 (15:31 +0800)]
qtmultimedia: Fix crash when use Gstreamer 0.10 plugin

In QVideoSurfaceGstSink::get_caps(), when use 0.10 version Gstreamer,
It create GstCap with a wrong type (G_TYPE_STRING) of parameter 'format',
a g_strcpy exception will be found.
This patch fixes the parameter type to use GST_TYPE_FOURCC as expacted.

(From meta-qt5 rev: 46c76e43e73d914b5833e93b2a0fa7b5a8d00002)

Signed-off-by: Mingtao Qu <zarelaky@hotmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoqtbase: Make libraries build with cmake find gl(es) headers
Andreas Müller [Thu, 18 Dec 2014 14:08:53 +0000 (15:08 +0100)]
qtbase: Make libraries build with cmake find gl(es) headers

(From meta-qt5 rev: bb6049fbe1808a1e33085740672e8fb7fc1bef20)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoAutomatic commit to update last_revision
Mauro Carvalho Chehab [Fri, 24 Jul 2015 16:41:57 +0000 (13:41 -0300)]
Automatic commit to update last_revision

Change-Id: I9032239d88f7b8e0765805fe1d2955ca3c385890

8 years agometa-tizen: dev images: add nano editor to it
Mauro Carvalho Chehab [Fri, 24 Jul 2015 15:40:51 +0000 (15:40 +0000)]
meta-tizen: dev images: add nano editor to it

Ok, people really love 'vi', but sometimes using a simpler editor
like 'nano' may help. So, let's add it, at least at the -dev
images.

Change-Id: Ie37d66c200a421373f5e3d39eee384fb68b19896
(From meta-tizen rev: 28890d8a5eaefdc974d1e4092323a3f6d411cb6c)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agometa-tizen: image: install ncurses-terminfo
Mauro Carvalho Chehab [Fri, 24 Jul 2015 14:14:54 +0000 (11:14 -0300)]
meta-tizen: image: install ncurses-terminfo

Without that, terminal are pretty much useless, as several
things don't work, and no ncurses app would actually work.

Change-Id: I639856a76491307b52044ba18e6434af66d6969f
(From meta-tizen rev: 7f49da3ec342064a92c646e6d398afe63acaea92)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoAutomatic commit to update last_revision
Mauro Carvalho Chehab [Wed, 22 Jul 2015 12:05:19 +0000 (12:05 +0000)]
Automatic commit to update last_revision

Change-Id: I736575857ae4490e2fbaa1fc49eb1f8ed4727411

8 years agometa-tizen: Ignore .gitreview
Mauro Carvalho Chehab [Wed, 22 Jul 2015 11:42:58 +0000 (11:42 +0000)]
meta-tizen: Ignore .gitreview

The .gitreview is the configuration file for gerrit git-review
command. As the tizen-distro layer merge scripts check if the
meta-tizen tree is dirty, we need to ignore it, or otherwise
it will refuse to merge from it.

Change-Id: Ib2d41b69b4d956392176ce98b8625dac6ed8024e
(From meta-tizen rev: af886b35e3f715a28d17d08e7f54ab613444ff37)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agometa-tizen: dropbear: fix system authentication/account
Mauro Carvalho Chehab [Wed, 22 Jul 2015 11:27:22 +0000 (11:27 +0000)]
meta-tizen: dropbear: fix system authentication/account

Tizen uses a different name for PAM file authentication than
meta tizen. This causes a ssh to the machine to fail on
dropbear ssh server.

(From meta-tizen rev: c076a4a924c686571348f4778f9e49599fb46268)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agometa-tizen: gstreamer: don't require target wayland-scanner
Mauro Carvalho Chehab [Tue, 21 Jul 2015 19:37:01 +0000 (19:37 +0000)]
meta-tizen: gstreamer: don't require target wayland-scanner

Only native wayland-scanner will run when cross-compiling.
Requiring it for the target host won't work.

Patch co-authored with Thiago Santos <thiagoss@osg.samsung.com>

(From meta-tizen rev: 610e24309f247356fc34100679450bfc8efe5365)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agocrosswalk: add missing files
Mauro Carvalho Chehab [Wed, 22 Jul 2015 11:47:27 +0000 (11:47 +0000)]
crosswalk: add missing files

changeset 7816074af54f was not merged right. Add missing files

Change-Id: Ibe4a78d688e6fe9cde65a56f84d961b8cc422966
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoAutomatic commit to update last_revision
Mauro Carvalho Chehab [Wed, 22 Jul 2015 11:06:20 +0000 (11:06 +0000)]
Automatic commit to update last_revision

Change-Id: If956fa5538b789933a99c83ed11257edd5146d28

8 years agometa-tizen: images: i915 driver is x86-specific
Mauro Carvalho Chehab [Mon, 20 Jul 2015 15:00:39 +0000 (12:00 -0300)]
meta-tizen: images: i915 driver is x86-specific

Only on x86 the mesa i915 driver can be compiled. So, change
the IMAGE_INSTALL rule to only include it for x86 archs.

Change-Id: Ic8702a9f07c40e317d7b965ad38ff46901b58b5d
(From meta-tizen rev: f69c32ea03921e48f19d72b0f1d80b76e08ba7f2)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agometa-tizen: Fix build for -dev bitbake recipes
Mauro Carvalho Chehab [Sat, 18 Jul 2015 14:35:05 +0000 (14:35 +0000)]
meta-tizen: Fix build for -dev bitbake recipes

Those two builds aren't running:

  tizen-common-core-image-crosswalk-dev
  tizen-common-core-image-minimal-dev

Change the recipes for them to build.

Change-Id: I53be2888d0bc91c2da31f9b2c6ac4bde60f84d8e
(From meta-tizen rev: ddc131036aa4fa578ede1bd9a62a194f1cd16454)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agometa-tizen: images: add gstreamer plugins
Mauro Carvalho Chehab [Wed, 15 Jul 2015 18:40:12 +0000 (18:40 +0000)]
meta-tizen: images: add gstreamer plugins

Currently, only the bare core of gstreamer plugins are there,
not enough even to play a video.

Change-Id: I3260312b2f9fa84f57d170562c28ea4f51243c5a
(From meta-tizen rev: 43b06d88eecd8206def0cc316be40a4374c6594e)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agometa-tizen: tizen images: set a default password to root
Mauro Carvalho Chehab [Wed, 15 Jul 2015 11:27:21 +0000 (11:27 +0000)]
meta-tizen: tizen images: set a default password to root

Currently, no users at the image have any password. This is bad,
as it doesn't allow ssh into the machine. So, let's set a
password for the root user, as "root".

Change-Id: I0cbe36211f1fe7cb7cb2d3260f3acc6a0e19ed11
(From meta-tizen rev: f96cf2b3611d4f5b2aa2f16dc9b6dc0bf7cb3047)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agometa-tizen: crosswalk: fix build on ARM
Mauro Carvalho Chehab [Tue, 14 Jul 2015 17:19:24 +0000 (17:19 +0000)]
meta-tizen: crosswalk: fix build on ARM

Import build changes from Leon Anavi <leon.anavi@konsulko.com>
git tree, in order to fix crosswalk builds on Tizen.

What happens here is that the crosswalk target does lots of
things out of their business, like trying to enforce a certain
name for gcc and hardcoding patches at the toolchain.

It is up to bitbake toolchain to come with the proper tools
to build the target. Whatever those tools are named, the
target should build.

While here, remove bad spaces from those recipes.

Change-Id: I86df8dd7ebaebb20dd0ac9674ce9ca6ab3102e42
(From meta-tizen rev: 725104d4c9a7bb5e8cfc251762a4eb89c7ad0ee7)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoAutomatic commit to update last_revision
Mauro Carvalho Chehab [Sun, 19 Jul 2015 12:29:51 +0000 (12:29 +0000)]
Automatic commit to update last_revision

Change-Id: I7729f82403a37256a977dcf90acf990231a8be83

8 years agometa-tizen: images: Don't use image-bootdirect on non-x86 archs
Mauro Carvalho Chehab [Mon, 13 Jul 2015 10:41:07 +0000 (07:41 -0300)]
meta-tizen: images: Don't use image-bootdirect on non-x86 archs

image-bootdirect requires syslinux, with is only availabe on x86.
So, it shouldn't be used on other archs.

Change-Id: I1608d92fd7a3d54550dc79cae2ef71d1b18b9397
(From meta-tizen rev: f2dd69f7d7c4b921c20dcfb6b0daa43c52d20c8b)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agometa-tizen: weston: Don't build with cairo-glesv2 support on RPI
Mauro Carvalho Chehab [Fri, 10 Jul 2015 11:30:36 +0000 (08:30 -0300)]
meta-tizen: weston: Don't build with cairo-glesv2 support on RPI

The current experimental vc4 drivers for Raspbery PI2 don't like the
glesv2 backend much, the image backend is currently faster and more stable.

Change-Id: I1d9b77728282249bbc03a97a4ae3e702c1074ac8
(From meta-tizen rev: b8a5ee804b3cfdc934d7e6ae313e6fc54f9f119f)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
8 years agometa-tizen: download-provider: add patch to use msgfmt from build not from host system
Thiago Santos [Sun, 5 Jul 2015 23:06:12 +0000 (20:06 -0300)]
meta-tizen: download-provider: add patch to use msgfmt from build not from host system

It might not be installed in host system

Change-Id: I687669fa4a0789a3975d35bc99676c10e8cce992
(From meta-tizen rev: 087f72eaae42d0e59726fc6ef7499cfd87464b28)

Signed-off-by: Thiago Santos <thiagoss@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
8 years agometa-tizen: pkgmgr: do not use absolute path for msgfmt
Thiago Santos [Tue, 23 Jun 2015 00:29:49 +0000 (21:29 -0300)]
meta-tizen: pkgmgr: do not use absolute path for msgfmt

Let it use the $PATH variable instead.

Change-Id: Ie2b2060544ac8fc581508a75c43cdeaa49b0bde8
(From meta-tizen rev: 6c6d421db118875fcd0b834e7c3b8ab9de1a840c)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
8 years agometa-tizen: mesa: use vc4 driver on Raspberry PI 2
Derek Foreman [Fri, 10 Jul 2015 11:10:02 +0000 (08:10 -0300)]
meta-tizen: mesa: use vc4 driver on Raspberry PI 2

This driver, present on Kernel 4.1, provides GPU accel
for Raspberry PI 2.

While here, change mesa to only compile i915 Gallium driver on x86.

Change-Id: I42d56b6924b7f963929f3297e8fd3bea4643bbbc
(From meta-tizen rev: 9fdde6941148e6d68b159d4f68bf76c1a2a14b7e)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agometa-tizen: mesa: don't apply Intel fixup patch for non-x86 archs
Mauro Carvalho Chehab [Fri, 10 Jul 2015 11:08:10 +0000 (08:08 -0300)]
meta-tizen: mesa: don't apply Intel fixup patch for non-x86 archs

As the name says, the patch below:
0001-intel-FixinitialMakeCurrentfordrawablesofmultiscreens.patch
is for the Intel DRI drivers. Don't apply it for non-x86
archs, as it doesn't make sense out there.

This bug was discovered by Derek Foreman <derekf@osg.samsung.com>.

Change-Id: I809582a65b6952cd91c648e4fc5606c092a2123f
(From meta-tizen rev: 49b82f4f3f68dbc5b484af0ef48231a82aed8d96)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
8 years agometa-tizen: weston: get rid of bogus mesa dependency
Mauro Carvalho Chehab [Wed, 1 Jul 2015 14:43:53 +0000 (11:43 -0300)]
meta-tizen: weston: get rid of bogus mesa dependency

Weston requires virtual/egl dependency, with is provided by either
mesa or mesa_gl package.

Making weston dependent of mesa is too strict, as it doesn't allow
using mesa_gl. So, it produces bitbake errors when compiling on
arm using a different 3D driver, like Raspberry PI userland:

ERROR: Multiple .bb files are due to be built which each provide virtual/libgles2 (/devel/tizen-distro/metapi/recipes-graphics/userland/userland_git.bb /devel/tizen-distro/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_10.3.4.bb).
 This usually means one provides something the other doesn't and should.
ERROR: Multiple .bb files are due to be built which each provide virtual/egl (/devel/tizen-distro/metapi/recipes-graphics/userland/userland_git.bb /devel/tizen-distro/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_10.3.4.bb).
 This usually means one provides something the other doesn't and should.

On the other hand, weston is already dependent on virtual/egl, with is
provided by mesa (or mesa_gl). So, there's no need to keep this bogus
dependency here. Just get rid of it.

Change-Id: I750e951ddba9ba0e6aafe7de3ba17393a3eff7a3
(From meta-tizen rev: 138ef21b7661624c23e1fd0a4e68e211664da175)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
9 years agoAutomatic commit to update last_revision 80/42480/1 tizen_3.0.2015.q1_common
Jean-Benoit MARTIN [Fri, 26 Jun 2015 12:38:26 +0000 (14:38 +0200)]
Automatic commit to update last_revision

Change-Id: If0adff7f38b6459fb08d26e482dc912de011840b

9 years agometa-tizen: grub-efi: fix issue when ld is gold 79/42479/1
Jean-Benoit MARTIN [Mon, 15 Jun 2015 15:17:34 +0000 (17:17 +0200)]
meta-tizen: grub-efi: fix issue when ld is gold

(From meta-tizen rev: 1c5f0ee39f0f3c6c7312fd223c02811adeb91631)

Change-Id: I9cb6c72e8bd17ecc9e955c33ba859fcda2a73546
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Add new image type bootdirect 78/42478/1
Baptiste DURAND [Thu, 4 Jun 2015 09:15:17 +0000 (11:15 +0200)]
meta-tizen: Add new image type bootdirect

Make tizen-common-core-image-minimal boot from USB disk

(From meta-tizen rev: a2e1b3ab212bc61e752db62943defcb6bae2cfc0)

Change-Id: I11b5a553ac8e35b08492d606dc6467881d28a22d
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Restore Tizen specific part 77/42477/1
Baptiste DURAND [Tue, 2 Jun 2015 14:19:26 +0000 (16:19 +0200)]
meta-tizen: Restore Tizen specific part

(From meta-tizen rev: bf347b213eed5dc792d3a61da3a9d1cb8b902002)

Change-Id: I5b83b720c3e9d8d2448df6620784e7b224e05da7
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Sync configuration option with TIZEN OS ones 76/42476/1
Baptiste DURAND [Mon, 1 Jun 2015 14:56:45 +0000 (16:56 +0200)]
meta-tizen: Sync configuration option with TIZEN OS ones

(From meta-tizen rev: 76e0e5cc5c0a0e00c9c35f6d336bc47a632ce37f)

Change-Id: Ieae4a43f172536fc77a969410440bf8d45f8faff
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: build statically iso_fs and loop driver 75/42475/1
Baptiste DURAND [Wed, 13 May 2015 15:52:45 +0000 (17:52 +0200)]
meta-tizen: build statically iso_fs and loop driver

(From meta-tizen rev: 6fceb7983edc41ebdb5b74f002f36549fe1545dc)

Change-Id: I90bf9cbfdd43880dc5d20d722cef24a37d1e0a3f
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: fix vconf-buxton native build and gumd group 74/42474/1
Jean-Benoit MARTIN [Tue, 12 May 2015 12:43:52 +0000 (14:43 +0200)]
meta-tizen: fix vconf-buxton native build and gumd group

(From meta-tizen rev: 9a6e36bbf4c69b0351fdb70d45978550c4bb62be)

Change-Id: I8972d4353d3382fd7bb87787f72aea7781efb57d
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Add missing files for systemd 73/42473/1
Baptiste Durand [Mon, 11 May 2015 08:56:10 +0000 (10:56 +0200)]
meta-tizen: Add missing files for systemd

(From meta-tizen rev: f8b8430adce05dd3b0486e0508846877411b0dcd)

Change-Id: Iae61d74b0235db59afa26d9225b8e5be695ebc4b
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: fix blacklist module 72/42472/1
Jean-Benoit MARTIN [Tue, 5 May 2015 15:40:25 +0000 (17:40 +0200)]
meta-tizen: fix blacklist module

(From meta-tizen rev: 590f7516aba77cf3acbcef2f687c869a08bbf359)

Change-Id: If6cf879b3ed7b596f31d8facbda702350488636f
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: add specific config in postinstall image 71/42471/1
Jean-Benoit MARTIN [Tue, 5 May 2015 15:09:50 +0000 (17:09 +0200)]
meta-tizen: add specific config in postinstall image

(From meta-tizen rev: 995fcde28e555ab5cf1620d90a59036b701c012c)

Change-Id: Icc3d707a29e089e55b98757c4c8899d71fdabe5c
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Use systemd, useradd class to handle properly user creation and systemd... 70/42470/1
Baptiste Durand [Wed, 6 May 2015 12:46:19 +0000 (14:46 +0200)]
meta-tizen: Use systemd, useradd class to handle properly user creation and systemd script activation

(From meta-tizen rev: ea1f8c25a2c98184ac194fc63108d99876cba49b)

Change-Id: I02e4ec7d955f71938e160ee8e828b208164e43bb
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Enable initrd creation 69/42469/1
Baptiste Durand [Wed, 6 May 2015 08:08:17 +0000 (10:08 +0200)]
meta-tizen: Enable initrd creation

(From meta-tizen rev: 52ecb4cfb6dc957301575d5e7844272d65cda0c8)

Change-Id: Id0bf0f1a9d454ad67d662809277b45bf122568f5
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: buxton packages : remove systemd-native dependency (useless) 68/42468/1
Baptiste Durand [Wed, 6 May 2015 08:03:00 +0000 (10:03 +0200)]
meta-tizen: buxton packages : remove systemd-native dependency (useless)

(From meta-tizen rev: 4dd1912fa71f1928e80a5b7cc3d7668486a07d3b)

Change-Id: Ib062a3c00dbf6d097475dd9b9cea2b22ff3f38df
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: systemd : Sync systemd recipes with the openembedded ones. 67/42467/1
Baptiste Durand [Wed, 6 May 2015 08:00:44 +0000 (10:00 +0200)]
meta-tizen: systemd : Sync systemd recipes with the openembedded ones.

This permits to provide udedv feature correctly

(From meta-tizen rev: 2f8c46f81612dcc6f79f86dd69ec7381c8e01b38)

Change-Id: Id7696d22307e43ef4183964b7eb4fd47176aae29
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Add user cynara and fix post install 66/42466/1
Jean-Benoit MARTIN [Tue, 5 May 2015 14:14:22 +0000 (16:14 +0200)]
meta-tizen: Add user cynara and fix post install

(From meta-tizen rev: ad0b7b00c5bc90a19095889b5889749b2a360920)

Change-Id: I45ab81c44e0a0e28156fa972638fcb60051720dd
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Add run-postinst as RDEPENDS of config image 65/42465/1
Baptiste Durand [Mon, 4 May 2015 12:01:41 +0000 (14:01 +0200)]
meta-tizen: Add run-postinst as RDEPENDS of config image

(From meta-tizen rev: 6b7d673f9b6debd961337d33533ce4e411465cea)

Change-Id: I0786ea015848675b898fbde2fbe629689dbf392b
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Fix post install section for cynara package 64/42464/1
Baptiste Durand [Mon, 4 May 2015 12:00:30 +0000 (14:00 +0200)]
meta-tizen: Fix post install section for cynara package

(From meta-tizen rev: fa3243950ad3326c6842414fa675fe5a928f0516)

Change-Id: Iada42292d7a7e555a445a78f3171fba2ef9e4b25
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Use adduser class mechanism to create system user such as tizenglobalapp... 63/42463/1
Baptiste Durand [Mon, 4 May 2015 07:59:59 +0000 (09:59 +0200)]
meta-tizen: Use adduser class mechanism to create system user such as tizenglobalapp & buxton

(From meta-tizen rev: 175c2a338a8ba894d04fb5b44c7da3c3b04611e2)

Change-Id: Iabd611590673042f2edf6287d9b33334d0d025ef
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Force xuser id to 10000 (9999 is owned by guest user) 62/42462/1
Baptiste Durand [Wed, 29 Apr 2015 10:08:21 +0000 (12:08 +0200)]
meta-tizen: Force xuser id to 10000 (9999 is owned by guest user)

(From meta-tizen rev: a5d5f962022bda878a3ba31564b4b0d350ccaec6)

Change-Id: If83590646d2345a4b2fd2e0bba4a4bcb43249747
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Fix package cynara-db-migration generation 61/42461/1
Baptiste Durand [Thu, 23 Apr 2015 12:32:28 +0000 (14:32 +0200)]
meta-tizen: Fix package cynara-db-migration generation

(From meta-tizen rev: 3b6f0dc22ee2674f67e11260302aa0ba5cd25a84)

Change-Id: I255c3f471f0f779548552ac181ee8198033330c3
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Rebase recipies to common q1 2015 60/42460/1
Jean-Benoit MARTIN [Thu, 23 Apr 2015 07:23:05 +0000 (09:23 +0200)]
meta-tizen: Rebase recipies to common q1 2015

(From meta-tizen rev: b7b8ea93a0357125b35f4071285cab423dd8cb74)

Change-Id: I40597f2f0b7efb8124363ca5b1fbfd30c5df414f
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Update Image recipes : add security manager package 59/42459/1
Baptiste Durand [Fri, 20 Mar 2015 10:32:34 +0000 (11:32 +0100)]
meta-tizen: Update Image recipes : add security manager package

(From meta-tizen rev: 34832e493bc6cf0c87d72b1928b7e09527ff517c)

Change-Id: I2a4d7f525a666bb0bb789d213299e98b4fb1d8a4
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Fix potential issue in LDFLAGS export 58/42458/1
Xavier Roche [Tue, 17 Mar 2015 15:49:33 +0000 (16:49 +0100)]
meta-tizen: Fix potential issue in LDFLAGS export

(From meta-tizen rev: 8a3974c74138e0ae8f9ae90b2b6aab1d931bfd04)

Change-Id: Ie8ba945e4e0e860eca6ccb49d59a48ba5a7cd1da
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Add app-installer in the image by default 57/42457/1
Baptiste Durand [Tue, 17 Mar 2015 10:40:02 +0000 (11:40 +0100)]
meta-tizen: Add app-installer in the image by default

(From meta-tizen rev: a7b950fbe36a9836234a3e13350045c9cd7e2a73)

Change-Id: I649c366b6cb642dd8c70bce3dc3d96a98fc5475d
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: app-installer build 56/42456/1
Baptiste Durand [Mon, 16 Mar 2015 09:45:17 +0000 (10:45 +0100)]
meta-tizen: app-installer build

(From meta-tizen rev: a927068d51d283109486ecf64fac88fba0994531)

Change-Id: Iade2ba769c7b8346a2012116ee5b5fab0b529e9d
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Add Minizip package from zlib package source 55/42455/1
Baptiste Durand [Tue, 17 Mar 2015 10:39:24 +0000 (11:39 +0100)]
meta-tizen: Add Minizip package from zlib package source

(From meta-tizen rev: 73cd130956d36ca633a5b0935051e8e34db5d573)

Change-Id: I27c98cb9f53d1baacfa41abec16aa8c436e4d7a0
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Fix cynara & security-manager build 54/42454/1
Baptiste Durand [Mon, 16 Mar 2015 09:43:53 +0000 (10:43 +0100)]
meta-tizen: Fix cynara & security-manager build

(From meta-tizen rev: f3a300fdd1e28f5558328e929f82d0d342c5466d)

Change-Id: I240f66e935e7ad2bbbc4cebd45180f8eabc5a8f8
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Fix do rootf with efl-data 53/42453/1
Xavier Roche [Mon, 16 Mar 2015 09:41:45 +0000 (10:41 +0100)]
meta-tizen: Fix do rootf with efl-data

(From meta-tizen rev: 4ff06a3e9d28781b8124ba459870d869e44395c4)

Change-Id: I96c494ab2587bd23bd740835aab53f6a15c65c2d
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agometa-tizen: Update according to the actual Q1 tizen common release 52/42452/1
Xavier Roche [Thu, 19 Feb 2015 19:35:53 +0000 (20:35 +0100)]
meta-tizen: Update according to the actual Q1 tizen common release

(From meta-tizen rev: be9c93c6b91de78f317eb0ab0db3cfb127d95b47)

Change-Id: Iec2ea12174ac613dca76ed7e83536d307d8779ab
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agorun-postinsts : Fix script execution issue "Invalid argument" 39/42139/2
Baptiste DURAND [Thu, 4 Jun 2015 09:08:26 +0000 (11:08 +0200)]
run-postinsts : Fix script execution issue "Invalid argument"

log extract :
/usr/sbin/run-postinsts: line 57: /var/log/postinstall.log: Invalid argument

Change-Id: If5f75f9fcdf8a9fe83ef5fe61acb38df0a0b16ef
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
9 years agoinitrdscripts: Fix the logic to get disk size 38/42138/2
Baptiste DURAND [Tue, 19 May 2015 08:22:37 +0000 (10:22 +0200)]
initrdscripts: Fix the logic to get disk size

Add new pattern to grep command to avoid error

Change-Id: Ib2412e7d35134ff491c3689cb3a9f6620a10bb39
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
9 years agoMerge "grub-efi: Allow to use file name different from grub.cfg in GRUBCFG" into...
Stéphane Desneux (sdx) [Fri, 26 Jun 2015 09:58:20 +0000 (02:58 -0700)]
Merge "grub-efi: Allow to use file name different from grub.cfg in GRUBCFG" into tizen

9 years agoAutomatic commit to update last_revision
Mauro Carvalho Chehab [Wed, 24 Jun 2015 12:05:49 +0000 (09:05 -0300)]
Automatic commit to update last_revision

Change-Id: I081c2cd1695316a84d044795511a852cd4d2f3cd

9 years agometa-tizen: Update some recipes to get closer from Q4 incoming release
Xavier Roche [Tue, 17 Feb 2015 14:41:15 +0000 (15:41 +0100)]
meta-tizen: Update some recipes to get closer from Q4 incoming release

Change-Id: Ie50170c0186e069589753a46d55fe7878832d128
(From meta-tizen rev: 1ad2edf0c8fca8672183ab3636f25bd60a2c4448)

Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agometa-tizen: Fix do_rootfs error in crosswalk recipe
Xavier Roche [Mon, 16 Feb 2015 16:44:33 +0000 (17:44 +0100)]
meta-tizen: Fix do_rootfs error in crosswalk recipe

Change-Id: I13f6b8202f98c573772858cc02553ab11b109451
(From meta-tizen rev: 69a333b172eeccbf592159e6b57c66bfbba898da)

Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agometa-tizen: Fix build in capi related package
Xavier Roche [Sat, 14 Feb 2015 11:58:49 +0000 (12:58 +0100)]
meta-tizen: Fix build in capi related package

Note : some of the capi packages have been downgrade temporaly to reach the image build point.

Change-Id: I8d1f343b2b81f4e82889f997614c2e1e029920c4
(From meta-tizen rev: 849972804180f6d2d95ccb8f79368c64bc5d7afb)

Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agometa-tizen: Fix Crosswalk build
Xavier Roche [Fri, 13 Feb 2015 16:11:45 +0000 (17:11 +0100)]
meta-tizen: Fix Crosswalk build

Note: also fix crosswalk dependency build : libslp-location

Change-Id: Ia742b1fb84ee819ea6e5bdbd15e2c456e6787041
(From meta-tizen rev: a11eccfc4cd173a661ac60cddab6902858b9373f)

Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agometa-tizen: privacy-manager-server: use the toolchain version of strip
Mauro Carvalho Chehab [Sat, 13 Jun 2015 12:00:31 +0000 (12:00 +0000)]
meta-tizen: privacy-manager-server: use the toolchain version of strip

As strip is part of the build chain, use it. This is needed
to make it build on arm, and won't affect x86.

Change-Id: I0462d26d3940527243322c80019745ce1808ebf4
(From meta-tizen rev: 40e29bb00ef6a9a62224da36b44fb36f24abca1f)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agometa-tizen: Remove double comma from file name
Mauro Carvalho Chehab [Sat, 13 Jun 2015 11:41:40 +0000 (11:41 +0000)]
meta-tizen: Remove double comma from file name

This causes troubles with bitbake build with some distros:

WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/tizen/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa-10.3.4/tizen/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa/tizen/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/tizen/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/genericx86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa-10.3.4/genericx86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa/genericx86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/genericx86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/x86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa-10.3.4/x86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa/x86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/x86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/0001-intel'

Change-Id: I6bc735440dfa189a87fb238f7dc15bbd6b633a4e
(From meta-tizen rev: 5d9839ab8e5159a2935120cfbf1b86a8e707eaa0)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agometa-tizen: Use ${PARALLEL_MAKE} instead of -j16 for ninja
Mauro Carvalho Chehab [Sat, 13 Jun 2015 09:57:16 +0000 (09:57 +0000)]
meta-tizen: Use ${PARALLEL_MAKE} instead of -j16 for ninja

There are some places where ninja is called with -j16, instead
of using ${PARALLEL_MAKE}. This were already fixed by changeset
5f0b446f5ad2, but a latter patch syncing from .spec readed.

Change-Id: Ibeff7a411fdd504854747e7f8a8a61dd223c4622
(From meta-tizen rev: 7451388a8c93000dc22782c9196e62a94380fdb4)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agometa-tizen: Replace all occurrences of make -j16 by oe_runmake
Mauro Carvalho Chehab [Sat, 13 Jun 2015 09:40:20 +0000 (09:40 +0000)]
meta-tizen: Replace all occurrences of make -j16 by oe_runmake

There's no need to not use oe_runmake there.

Change-Id: Ie80d95494b1f3d27b06bd11159df50529f36f2dd
(From meta-tizen rev: 0f984d1b405befa47de9a845354af996dcb4b7e0)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agometa-tizen: Remove -j16 from all run_oemake calls
Mauro Carvalho Chehab [Sat, 13 Jun 2015 09:37:10 +0000 (09:37 +0000)]
meta-tizen: Remove -j16 from all run_oemake calls

Using -j16 do more evil than good. If the system doesn't have 16
cores, the compilation becomes slow.

As run_oemake already uses ${PARALLEL_MAKE}, just removing this
parameter optimizes it.

Change-Id: Ifddf701bf9b232e1c0ec203150b00cad44c1559c
(From meta-tizen rev: 9eb1ab2adb55240b064a37c8ffb68f9823577fe8)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agoRevert "Remove -j16 from make"
Mauro Carvalho Chehab [Wed, 24 Jun 2015 11:50:59 +0000 (08:50 -0300)]
Revert "Remove -j16 from make"

We'll apply the change that comes from meta-tizen repository,
that already contains this change. So, better to revert, in order
to avoid merge conflicts.

This reverts commit f0b09ee74648f4a6eb866c54879f46c5dc899586.

Change-Id: I10535e78df2cbbe2c09506652d1bf3028977d1a4
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agogrub-efi: Allow to use file name different from grub.cfg in GRUBCFG 37/42137/2
nicolas guyomard [Thu, 11 Jun 2015 09:00:59 +0000 (11:00 +0200)]
grub-efi: Allow to use file name different from grub.cfg in GRUBCFG

To generate a same image both in live image type and boot-directdisk image type
and make boot-direct image boot directly on the rootfs partition without using
an initramfs we need to have the ability to generate several grub.cfg files.

Change-Id: I4b868f5db4c2d7becef2dec78083c75528266c1e
Signed-off-by: Nicolas GUYOMARD <nicolas.guyomard@open.eurogiciel.org>
9 years agoRemove -j16 from make 33/41233/1
Mauro Carvalho Chehab [Thu, 11 Jun 2015 13:22:55 +0000 (10:22 -0300)]
Remove -j16 from make

There's no need to restrict/enforce parallel make to 16. This should
be limited by ${PARALLEL_MAKE}.

In the case of the machine I'm using, there are 32 CPU's. So,
PARALLEL_MAKE is set, by default, to 32. With such config,
it gets this warning:

NOTE: make -j 32 -j16

On several packages.

As the ${PARALLEL_MAKE} parameter is already passed to make,
just removing -j16 seem to be the right thing to do here.

Change-Id: I67bbbedf89f79b0712503e45e449b109a8e53d2c
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agopackage_rpm.bbclass: Don't pass a 4th parameter to rpm target 32/41232/1
Mauro Carvalho Chehab [Thu, 9 Apr 2015 16:10:07 +0000 (13:10 -0300)]
package_rpm.bbclass: Don't pass a 4th parameter to rpm target

rpm --target expects 3 parameters, split by a dash:
arch-vendor-os

However, glibc may add another parameter, corresponding to
the extension used. This is actually common on ARM archs.
However, rpm 4.1.4 is not prepared to handle it. When 4
parameters are found, it will use the last one as the OS,
causing the image build to fail.

Fix this by always discarding the 4th parameter, if present.

This patch is a co-work with Thiago Santos <thiagoss@osg.samsung.com>,
with actually come with the final solution.

Change-Id: I8ab3473ef4e6ff1501a1f82db0ab2bb8d7d9df50
Signed-off-by: Thiago Santos <thiagoss@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agopackage_manager: RpmPM: Fix scriptlet for rpm 4 74/38074/1
Jean-Benoit MARTIN [Thu, 9 Apr 2015 14:26:14 +0000 (16:26 +0200)]
package_manager: RpmPM: Fix scriptlet for rpm 4

Path of rpm post install script is different between rpm 4 and 5

Change-Id: If1f69938002a72db08125cea194a5be05132f84a
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agoAdd gmock & gtest for cyanara package 44/36744/1 sandbox/xroche/toybox
Baptiste Durand [Thu, 12 Mar 2015 13:22:15 +0000 (14:22 +0100)]
Add gmock & gtest for cyanara package

Change-Id: I175326e523b04e2cd3f17f9050f01cb685ddfe44
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
9 years agolibcap : Provides a pkgconfig file for libcap to fix security-manager package 43/36743/1
Baptiste Durand [Thu, 12 Mar 2015 13:21:18 +0000 (14:21 +0100)]
libcap : Provides a pkgconfig file for libcap to fix security-manager package

Change-Id: Ifc6cc9d6745cfb2ca295a12adc6fb9f5accb82da
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
9 years agometa-tizen: automatic update to latest revision 09/35409/2
Xavier Roche [Fri, 13 Feb 2015 09:32:25 +0000 (10:32 +0100)]
meta-tizen: automatic update to latest revision

Fix Tizen common build
Refresh recipes according to the Tizen Common Q4 incoming release

Note: The only available image is currently the tizen common image minimal
There is still some work to do to get all the crosswalk related patches integrated

Change-Id: Id91c5b47dd17256a90c9ff53977d121f4b7030a7
Signed-off-by: Xavier Roche <xavier.roche@open.eurogiciel.org>
9 years agometa-tizen: Tizen recipes : Fix tizen common build and get little more closer to... sandbox/xroche/devel-common
Xavier Roche [Fri, 13 Feb 2015 09:12:16 +0000 (10:12 +0100)]
meta-tizen: Tizen recipes : Fix tizen common build and get little more closer to current Tizen common Q4 status

Signed-off-by: Xavier Roche <xavier.roche@open.eurogiciel.org>
9 years agometa-tizen: linux-yocto_3.14 : Fix 32bit kernel build
Xavier Roche [Wed, 28 Jan 2015 19:41:53 +0000 (20:41 +0100)]
meta-tizen: linux-yocto_3.14 : Fix 32bit kernel build

Disable CONFIG_64BIT kernel option when unnecessary ; enable it otherwise.

Change-Id: I1f8c021419215580fcfb43e4790a29446268c0da
(From meta-tizen rev: 351485f331a0cbf60049e89ac1c6c23425d3ba4e)

Signed-off-by: Xavier Roche <xavier.roche@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-tizen: crosswalk: Add missing quotes around export lines
Saul Wold [Fri, 23 Jan 2015 14:08:40 +0000 (06:08 -0800)]
meta-tizen: crosswalk: Add missing quotes around export lines

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

Change-Id: Id34e02f37189d1d1bc84cc575cc85fa4bf451b6e
(From meta-tizen rev: db6ab944d71077a02fb4b504bed4dc6f1cc7794c)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-tizen: festival: fix install script
Saul Wold [Fri, 23 Jan 2015 14:08:34 +0000 (06:08 -0800)]
meta-tizen: 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
(From meta-tizen rev: dc0a5b78be343e107e7c28c75c54d2f8a66709b9)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-tizen: Tizen recipes: avoid -j16
Patrick Ohly [Fri, 23 Jan 2015 10:48:12 +0000 (02:48 -0800)]
meta-tizen: 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
(From meta-tizen rev: 5f0b446f5ad2b8a625eeb956eec673f3f0b0ab4d)

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoRevert "tizen-distro: pull meta-tizen from "master" branch"
Patrick Ohly [Wed, 4 Feb 2015 14:46:07 +0000 (06:46 -0800)]
Revert "tizen-distro: pull meta-tizen from "master" branch"

This reverts commit 4a7b826daea8373bbc2845a49a33fc5be24af5b8.

Because Gerrit is set for patch review only on the "tizen"
branch, we switched back to that.

9 years agopackage_rpm.bbclass: support packaging of symlinks to directories
Patrick Ohly [Tue, 3 Feb 2015 14:27:49 +0000 (06:27 -0800)]
package_rpm.bbclass: support packaging of symlinks to directories

os.walk() returns symlinks to directories in the "dirs" lists,
but then never enters them by default. As a result, the old
code applied neither the directory handling (because that
is active once a directory gets entered) nor the file handling
and thus never packaged such symlinks.

The fix is simple: find such special directory entries and move
them to the "files" list.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotizen-distro: pull meta-tizen from "master" branch
Patrick Ohly [Fri, 23 Jan 2015 09:36:12 +0000 (01:36 -0800)]
tizen-distro: pull meta-tizen from "master" branch

As discussed in https://bugs.tizen.org/jira/browse/TC-1964 using
the "master" branch and not maintaining a "tizen" branch with
identical content for meta-tizen makes more sense.

9 years agometa-tizen: automatic update to latest revision
Patrick Ohly [Fri, 23 Jan 2015 08:18:48 +0000 (00:18 -0800)]
meta-tizen: automatic update to latest revision

Main change is the switch to Bluez 5. Also includes several build
fixes.

Only tested by build (but not running) tizen-ivi-Modello-image-dev.

9 years agometa-tizen: libsecret: add doc generation dependency to build this
Ulf [Thu, 22 Jan 2015 23:30:09 +0000 (15:30 -0800)]
meta-tizen: 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
(From meta-tizen rev: a2b7455745e9d4d2292c7edbb79fb4de2e0f3e4c)

Signed-off-by: Ulf <ulf.hofemeier@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-tizen: neard: package tests
Kévin THIERRY [Mon, 12 Jan 2015 12:48:46 +0000 (13:48 +0100)]
meta-tizen: neard: package tests

Change-Id: Ida43b89d0183d265d95732c54443c4fe14c90ba2
(From meta-tizen rev: 3c0c033ea240e1d84549d26dc2fac8d1284ae17c)

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-tizen: desktop-file-utils: avoid host pollution
Patrick Ohly [Thu, 22 Jan 2015 14:13:01 +0000 (06:13 -0800)]
meta-tizen: 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
(From meta-tizen rev: 5e2f67146d2f06b7171d532b420233e9f119c5f9)

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-tizen: packagegroup-base: use bluez5 instead of bluez4
Kévin THIERRY [Thu, 8 Jan 2015 08:05:56 +0000 (09:05 +0100)]
meta-tizen: packagegroup-base: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: I329fd8379251454fad651baf2b7912ad592c8aba
(From meta-tizen rev: a83793672550ab4164a7323a7e97dc36c6a71bfa)

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-tizen: bluez-hcidump: use bluez5 instead of bluez4
Kévin THIERRY [Thu, 8 Jan 2015 07:57:22 +0000 (08:57 +0100)]
meta-tizen: bluez-hcidump: use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: I4e77f4e801fbbb744566525bb93027634c86c3bb
(From meta-tizen rev: e922adf502aec68b796dbb7d8138cf0356f8bfe5)

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>