scm/bb/meta-tizen.git
8 years agogumd: Prevent running ldconfig if not on system 44/57244/3
Philippe Coval [Mon, 18 Jan 2016 10:19:08 +0000 (11:19 +0100)]
gumd: Prevent running ldconfig if not on system

Without this change,
bitbake tries to run ldconfig on host instead
and then complains (but not fail !) about permission issue like :

   /sbin/ldconfig.real: \
   Can't create temporary cache file /etc/ld.so.cache~: \
   Permission denied

Note, "or condition" is prefered because of shell's -e option.

Change-Id: Ie211954bfb1753a8fa7d450caa653c1e03a99d63
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
8 years agoconfig-image: Test existance of file/dir before changing it 02/57402/1
Philippe Coval [Tue, 19 Jan 2016 14:33:52 +0000 (15:33 +0100)]
config-image: Test existance of file/dir before changing it

Change-Id: I13178f9adc0e79c2124c2c486fed39ab45a2ffff
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
8 years agopam: fix shell tests on package install 01/57401/1
Philippe Coval [Tue, 19 Jan 2016 15:15:06 +0000 (16:15 +0100)]
pam: fix shell tests on package install

Without this change you will may able to create an image
with this silent error :

  | Output from pam-*@*:
  | /*/rootfs/install/tmp/rpm-tmp.*: 4: [: x$D: unexpected operator
  | /*/rootfs/install/tmp/rpm-tmp.*: 5: [: -a: unexpected operator

Change-Id: Idbdafd3a05309a479d00f50ab0ae62cd28ddffff
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
8 years agotiff: Cleanup remove trailing spaces as suggested 36/56036/1
Philippe Coval [Sun, 3 Jan 2016 12:52:21 +0000 (13:52 +0100)]
tiff: Cleanup remove trailing spaces as suggested

Change-Id: I4919fae48f97eae42b1b3ba08d0a665f9bb1a597
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
8 years agotiff: Keep makefiles in documentation sources tree 35/56035/2
Philippe Coval [Thu, 17 Dec 2015 09:02:10 +0000 (09:02 +0000)]
tiff: Keep makefiles in documentation sources tree

And workaround doc installation.
Without autotools will not rebuild package without cleaning it.

Change-Id: I7f93d2a7ff3c76db567c1f01f62f2fa9ad76a2d4
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
8 years agotiff: Fix QA issue by installing dirs one per one 34/56034/1
Philippe Coval [Sat, 17 Dec 2016 11:12:02 +0000 (12:12 +0100)]
tiff: Fix QA issue by installing dirs one per one

This change will work on shells that do not support "expandable path"
and will fail to build and report warning message like this:

  WARNING: QA Issue: tiff: Files/directories were installed but not shipped
  /{
  /{/usr
  /{/usr/share
  /{/usr/share/man
  /{/usr/share/man/{man1,man3},usr
  /{/usr/share/man/{man1,man3},usr/{bin,lib,include}} [installed-vs-shipped]

Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Change-Id: I6f5bb17f6631a3466d274dc17eac28f42f9de6e9

8 years agotizen-platform-config: Fix embedded script indentation (IVI) 09/54609/2
Philippe Coval [Wed, 16 Dec 2015 08:59:08 +0000 (08:59 +0000)]
tizen-platform-config: Fix embedded script indentation (IVI)

Then delimiter will be used, and source file written correctly.

Without, bitbake did not fail but raise a warning like this:
  warning: here-document at line 11 delimited by end-of-file (wanted `ENDOFCAT')

Change-Id: I30aa0ddfb6b48807e193bc07960a961d71b5bdbf
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
8 years agotizen-platform-config: Fix embedded script indentation (Common) 08/54608/2
Philippe Coval [Wed, 16 Dec 2015 08:59:07 +0000 (08:59 +0000)]
tizen-platform-config: Fix embedded script indentation (Common)

Then delimiter will be used, and source file written correctly.

Without, bitbake did not fail but raise a warning like this:
  warning: here-document at line 11 delimited by end-of-file (wanted `ENDOFCAT')

Change-Id: I951e01b714c33041f4b0a3c88ad1924a561bbc1d
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
8 years agoDescription:Changing the filelist of nodejs-npm package and etc. 11/55411/1
wchang kim [Wed, 23 Dec 2015 11:28:11 +0000 (20:28 +0900)]
Description:Changing the filelist of nodejs-npm package and etc.
Changing the filelist : nodejs_0.12.7.bb
Removing the white space : nodejs.service, nodejs_0.12.7.bb
Seperating the common recipe : rpi-hwup-image-tizen-micro.bb, target-image-common.bb
Signed-off-by: wchang kim <wchang.kim@samsung.com>
Change-Id: I1dce8c3dd18bd4b15107688a92dac23d73e2218f

8 years agoDescription:Adding the v4l2grab utility and wpa_cli package. 76/55276/2
wchang kim [Tue, 22 Dec 2015 22:57:19 +0000 (07:57 +0900)]
Description:Adding the v4l2grab utility and wpa_cli package.
The recipe of v42lgrab is from 'https://github.com/alext-mkrs/meta-alext-edison/tree/master/recipes-addfeatures'.
This utility is used to take a picture via usb camera supported v4l2.
wpa_cli is added to tizen micro image.
nodejs-npm, openssh-sftp-server and userland are removed from tizen micro image.

Change-Id: Ibe109b4f57809abdd637240916295f604f077498
Signed-off-by: wchang kim <wchang.kim@samsung.com>
8 years agoDescription:Insatll npm modules into target except npm 75/55275/1
wchang kim [Tue, 22 Dec 2015 22:52:20 +0000 (07:52 +0900)]
Description:Insatll npm modules into target except npm
Adding the npm.class and modifying the recipe of nodejs to install npm modules.
Adding the scripts to instert the NODE_PATH to /etc/porfile.
Signed-off-by: wchang kim <wchang.kim@samsung.com>
Change-Id: I67300339bd3550563ec27503b68a63eedfeeae6e

8 years agoDescription : Creating and Adding new layer for tizen micro profile base. 14/54714/1
wchang kim [Thu, 17 Dec 2015 09:06:22 +0000 (18:06 +0900)]
Description : Creating and Adding new layer for tizen micro profile base.
Tizen micro profile has minimul system , nodejs and nginx.
rpi-hwup-image-tizen-micro.bb is the target recipe for raspberry pi2 board.

Some files was generated by yocto-layer tool.
Some files was copied from meta-openembedded.

We are preparing the wiki page how to build and apply the tizen micro image for raspberry pi2 board.

Change-Id: I0a76d7852f7a4f54e4f74669985224276150b168
Signed-off-by: wchang kim <wchang.kim@samsung.com>
8 years agoalsa-utils_%.bbappend: fix vt102 error 02/54002/1
Leon Anavi [Thu, 10 Dec 2015 12:01:16 +0000 (14:01 +0200)]
alsa-utils_%.bbappend: fix vt102 error

Fix "Error opening terminal: vt102" by adding run time dependencies
on ncurses and ncurses-terminfo-base.

Bug-Tizen: BTY-120
Change-Id: Ie75eec87a3eb0c63a28cab42d88f7a19384308fd
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
8 years agoofono: use python 2.x in the test scripts 94/52494/1
Leon Anavi [Fri, 20 Nov 2015 15:12:46 +0000 (17:12 +0200)]
ofono: use python 2.x in the test scripts

Bug-Tizen: BTY-118
Change-Id: Ic85a5bcf71cd57a4c621ac9244f670cc2a3514bc
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
8 years agocrosswalk-thirdparty: fix uninitialized variable error 62/51562/2
Leon Anavi [Tue, 10 Nov 2015 12:38:51 +0000 (14:38 +0200)]
crosswalk-thirdparty: fix uninitialized variable error

Bug-Tizen: BTY-117
Change-Id: Iebe1dcd483d29586f28f70122f7e56d2de2aa764
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
8 years agocapi-network-nfc: fix uninitialized variable error 61/51561/1
Leon Anavi [Mon, 9 Nov 2015 13:53:47 +0000 (15:53 +0200)]
capi-network-nfc: fix uninitialized variable error

Bug: BTY-116

Change-Id: Ie1a19cf2cd879c5339396e731035f472086b4a65
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
8 years agoprivacy-manager-server: fix uninitialized variable error 60/51560/1
Leon Anavi [Mon, 9 Nov 2015 13:27:31 +0000 (15:27 +0200)]
privacy-manager-server: fix uninitialized variable error

Bug: BTY-115

Change-Id: Ied040c30ec6212a9b84c5fa9a80d893be11d2118
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
8 years agoFix ofono recipes: use python 2 instead of 3 in script dial-number 45/49245/1
Leon Anavi [Fri, 9 Oct 2015 16:07:13 +0000 (19:07 +0300)]
Fix ofono recipes: use python 2 instead of 3 in script dial-number

Bug: BTY-114

Change-Id: Ib840b8ebe0507d16676ad4a9526b49a6b8b78355
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
8 years agoUpdate LICENSE fields to fix warnings 88/46188/3
Mats Wichmann [Mon, 17 Aug 2015 21:37:06 +0000 (15:37 -0600)]
Update LICENSE fields to fix warnings

Most of the errors were misunderstandings of two rules:
- license names have to be single-word;
- they are combined using & | (not words)

Bug: BTY-113

Change-Id: I31937d74352f71512132c9a03c4c0d91c90ee979
Signed-off-by: Mats Wichmann <mats@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agodev images: add nano editor to it 91/44691/1
Mauro Carvalho Chehab [Fri, 24 Jul 2015 15:40:51 +0000 (15:40 +0000)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoimage: install ncurses-terminfo 90/44690/1
Mauro Carvalho Chehab [Fri, 24 Jul 2015 14:14:54 +0000 (11:14 -0300)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoIgnore .gitreview 93/44493/1
Mauro Carvalho Chehab [Wed, 22 Jul 2015 11:42:58 +0000 (11:42 +0000)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agodropbear: fix system authentication/account 92/44492/1
Mauro Carvalho Chehab [Wed, 22 Jul 2015 11:27:22 +0000 (11:27 +0000)]
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.

Change-Id: I0262b27986405fc833ac2fd1e05445b98f90e613
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agogstreamer: don't require target wayland-scanner 91/44491/1
Mauro Carvalho Chehab [Tue, 21 Jul 2015 19:37:01 +0000 (19:37 +0000)]
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>

Change-Id: Ic934307779d39bb66bcd025c483e62854778ca80
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoimages: i915 driver is x86-specific 99/44299/2
Mauro Carvalho Chehab [Mon, 20 Jul 2015 15:00:39 +0000 (12:00 -0300)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoFix build for -dev bitbake recipes 98/44298/2
Mauro Carvalho Chehab [Sat, 18 Jul 2015 14:35:05 +0000 (14:35 +0000)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoimages: add gstreamer plugins 97/44297/2
Mauro Carvalho Chehab [Wed, 15 Jul 2015 18:40:12 +0000 (18:40 +0000)]
images: add gstreamer plugins

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

Change-Id: I3260312b2f9fa84f57d170562c28ea4f51243c5a
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agotizen images: set a default password to root 96/44296/2
Mauro Carvalho Chehab [Wed, 15 Jul 2015 11:27:21 +0000 (11:27 +0000)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agocrosswalk: fix build on ARM 95/44295/2
Mauro Carvalho Chehab [Tue, 14 Jul 2015 17:19:24 +0000 (17:19 +0000)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoimages: Don't use image-bootdirect on non-x86 archs 65/43865/2
Mauro Carvalho Chehab [Mon, 13 Jul 2015 10:41:07 +0000 (07:41 -0300)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoweston: Don't build with cairo-glesv2 support on RPI 14/43614/1
Mauro Carvalho Chehab [Fri, 10 Jul 2015 11:30:36 +0000 (08:30 -0300)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
8 years agodownload-provider: add patch to use msgfmt from build not from host system 13/43613/1
Thiago Santos [Sun, 5 Jul 2015 23:06:12 +0000 (20:06 -0300)]
download-provider: add patch to use msgfmt from build not from host system

It might not be installed in host system

Change-Id: I687669fa4a0789a3975d35bc99676c10e8cce992
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 agopkgmgr: do not use absolute path for msgfmt 12/43612/1
Thiago Santos [Tue, 23 Jun 2015 00:29:49 +0000 (21:29 -0300)]
pkgmgr: do not use absolute path for msgfmt

Let it use the $PATH variable instead.

Change-Id: Ie2b2060544ac8fc581508a75c43cdeaa49b0bde8
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
8 years agomesa: use vc4 driver on Raspberry PI 2 11/43611/1
Derek Foreman [Fri, 10 Jul 2015 11:10:02 +0000 (08:10 -0300)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agomesa: don't apply Intel fixup patch for non-x86 archs 10/43610/1
Mauro Carvalho Chehab [Fri, 10 Jul 2015 11:08:10 +0000 (08:08 -0300)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
8 years agoweston: get rid of bogus mesa dependency 09/43609/1
Mauro Carvalho Chehab [Wed, 1 Jul 2015 14:43:53 +0000 (11:43 -0300)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
8 years agogrub-efi: fix issue when ld is gold 26/41526/2 sandbox/jmartin/devel-common tizen_3.0.2015.q1_common
Jean-Benoit MARTIN [Mon, 15 Jun 2015 15:17:34 +0000 (17:17 +0200)]
grub-efi: fix issue when ld is gold

Change-Id: Ib7f8da5e77c1e1ed500519bf3a276482a2e70af2
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
8 years agoAdd new image type bootdirect 25/41525/2
Baptiste DURAND [Thu, 4 Jun 2015 09:15:17 +0000 (11:15 +0200)]
Add new image type bootdirect

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

Change-Id: I0a288fcc441e7d2e7f1f4d612b3fbb842bbcc23a
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
8 years agoRestore Tizen specific part 24/41524/2
Baptiste DURAND [Tue, 2 Jun 2015 14:19:26 +0000 (16:19 +0200)]
Restore Tizen specific part

Change-Id: I7a2d963991ab93b4b6e5e9dc477791f9d1a3d272
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
8 years agoSync configuration option with TIZEN OS ones 23/41523/2
Baptiste DURAND [Mon, 1 Jun 2015 14:56:45 +0000 (16:56 +0200)]
Sync configuration option with TIZEN OS ones

Change-Id: I6c35d1c9dc736594e7fee93852302962c604781b
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
8 years agobuild statically iso_fs and loop driver 21/41521/2
Baptiste DURAND [Wed, 13 May 2015 15:52:45 +0000 (17:52 +0200)]
build statically iso_fs and  loop driver

Change-Id: I84827e84fd5c981d4fb27fb54707ae97cf0ff658
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
8 years agofix vconf-buxton native build and gumd group 20/41520/2
Jean-Benoit MARTIN [Tue, 12 May 2015 12:43:52 +0000 (14:43 +0200)]
fix vconf-buxton native build and gumd group

Change-Id: If4411efd2a0f0c5a928fa1eaef9564a627a378ab
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
8 years agoAdd missing files for systemd 19/41519/2
Baptiste Durand [Mon, 11 May 2015 08:56:10 +0000 (10:56 +0200)]
Add missing files for systemd

Change-Id: I767a3f36ccc4ea859587db4eae9b8dfd7c30c22f
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agofix blacklist module 18/41518/2
Jean-Benoit MARTIN [Tue, 5 May 2015 15:40:25 +0000 (17:40 +0200)]
fix blacklist module

Change-Id: Ie491c0f9d4a527736ff04f4cf096a719952d9e45
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
8 years agoadd specific config in postinstall image 17/41517/2
Jean-Benoit MARTIN [Tue, 5 May 2015 15:09:50 +0000 (17:09 +0200)]
add specific config in postinstall image

Change-Id: I12d4808f55c2cbdff991850d9140d13422fee888
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
8 years agoUse systemd, useradd class to handle properly user creation and systemd script... 16/41516/2
Baptiste Durand [Wed, 6 May 2015 12:46:19 +0000 (14:46 +0200)]
Use systemd, useradd  class  to handle properly user creation and systemd script activation

Change-Id: I7c8387b4f71a7ab2d012895de6445f15ceea105b
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoEnable initrd creation 15/41515/2
Baptiste Durand [Wed, 6 May 2015 08:08:17 +0000 (10:08 +0200)]
Enable initrd creation

Change-Id: I18e61882a08e161da06730b2f3066c653143701b
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agobuxton packages : remove systemd-native dependency (useless) 14/41514/2
Baptiste Durand [Wed, 6 May 2015 08:03:00 +0000 (10:03 +0200)]
buxton packages : remove systemd-native dependency (useless)

Change-Id: I9a8cdec659c395741fcc76fe9c71fb460f59d974
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agosystemd : Sync systemd recipes with the openembedded ones. 13/41513/2
Baptiste Durand [Wed, 6 May 2015 08:00:44 +0000 (10:00 +0200)]
systemd : Sync systemd recipes with the openembedded ones.

This permits to provide udedv feature correctly

Change-Id: Id976e0eebe9dbe93ecc2ff80c26be19ed25dd7bc
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoAdd user cynara and fix post install 12/41512/2
Jean-Benoit MARTIN [Tue, 5 May 2015 14:14:22 +0000 (16:14 +0200)]
Add user cynara and fix post install

Change-Id: I98ae0aff0684c04d8e4191808dc8c1e9209a29fb
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
8 years agoAdd run-postinst as RDEPENDS of config image 11/41511/2
Baptiste Durand [Mon, 4 May 2015 12:01:41 +0000 (14:01 +0200)]
Add run-postinst as RDEPENDS of config image

Change-Id: I4c09fa03c366b3e4e5e1770515a30a40a97b98a2
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoFix post install section for cynara package 10/41510/2
Baptiste Durand [Mon, 4 May 2015 12:00:30 +0000 (14:00 +0200)]
Fix post install section for cynara package

Change-Id: I7acce4084ca6848902872d74903d5f1d7e234a16
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoUse adduser class mechanism to create system user such as tizenglobalapp & buxton 09/41509/2
Baptiste Durand [Mon, 4 May 2015 07:59:59 +0000 (09:59 +0200)]
Use adduser class mechanism to create system user such as tizenglobalapp & buxton

Change-Id: Ie23fbda18c9f7cc0562b11d0cab735ea4afa9c0a
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoForce xuser id to 10000 (9999 is owned by guest user) 08/41508/2
Baptiste Durand [Wed, 29 Apr 2015 10:08:21 +0000 (12:08 +0200)]
Force xuser id to 10000 (9999 is owned by guest user)

Change-Id: I1a7cee4b6b917245781d1d38c4dcbe009732ab1c
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoFix package cynara-db-migration generation 07/41507/2
Baptiste Durand [Thu, 23 Apr 2015 12:32:28 +0000 (14:32 +0200)]
Fix package cynara-db-migration generation

Change-Id: I38a25244c5d26c3b3898f56cc0eca392f12d0910
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoRebase recipies to common q1 2015 06/41506/2
Jean-Benoit MARTIN [Thu, 23 Apr 2015 07:23:05 +0000 (09:23 +0200)]
Rebase recipies to common q1 2015

Change-Id: If70c5c84e133fb2ba96c557136b04cb86b8bb1f7
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
8 years agoUpdate Image recipes : add security manager package 05/41505/2
Baptiste Durand [Fri, 20 Mar 2015 10:32:34 +0000 (11:32 +0100)]
Update Image recipes : add security manager package

Change-Id: Iad1317efe583d237ecb2bb644da23963ec74cd51
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoFix potential issue in LDFLAGS export 04/41504/2
Xavier Roche [Tue, 17 Mar 2015 15:49:33 +0000 (16:49 +0100)]
Fix potential issue in LDFLAGS export

Change-Id: Icf1810caec9bfe51963d5a7186d449b69f7b4db5
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
8 years agoAdd app-installer in the image by default 03/41503/2
Baptiste Durand [Tue, 17 Mar 2015 10:40:02 +0000 (11:40 +0100)]
Add app-installer in the image by default

Change-Id: I015d264e41f34cc122d1e1e19f40507aaa49e9c3
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoapp-installer build 02/41502/2
Baptiste Durand [Mon, 16 Mar 2015 09:45:17 +0000 (10:45 +0100)]
app-installer build

Change-Id: I22e3e420a78f911f351b000241f3982a838cdbf0
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoAdd Minizip package from zlib package source 01/41501/2
Baptiste Durand [Tue, 17 Mar 2015 10:39:24 +0000 (11:39 +0100)]
Add Minizip package from zlib package source

Change-Id: I5577ec82e9cce6b0f7a2bef01ab3888227629097
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoFix cynara & security-manager build 00/41500/2
Baptiste Durand [Mon, 16 Mar 2015 09:43:53 +0000 (10:43 +0100)]
Fix cynara & security-manager build

Change-Id: I8f827cdca99a16a27ac61d4e2b100a466eab1243
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
8 years agoFix do rootf with efl-data 99/41499/2
Xavier Roche [Mon, 16 Mar 2015 09:41:45 +0000 (10:41 +0100)]
Fix do rootf with efl-data

Change-Id: I9fb40b54182beef196cf67add74da420b4d9f19b
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
8 years agoUpdate according to the actual Q1 tizen common release 98/41498/2
Xavier Roche [Thu, 19 Feb 2015 19:35:53 +0000 (20:35 +0100)]
Update according to the actual Q1 tizen common release

Change-Id: I681c68ddedd80595618151d11eef6bead2b7858d
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
8 years agoUpdate some recipes to get closer from Q4 incoming release 97/41497/2
Xavier Roche [Tue, 17 Feb 2015 14:41:15 +0000 (15:41 +0100)]
Update some recipes to get closer from Q4 incoming release

Change-Id: Ie50170c0186e069589753a46d55fe7878832d128
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
8 years agoFix do_rootfs error in crosswalk recipe 96/41496/2
Xavier Roche [Mon, 16 Feb 2015 16:44:33 +0000 (17:44 +0100)]
Fix do_rootfs error in crosswalk recipe

Change-Id: I13f6b8202f98c573772858cc02553ab11b109451
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
8 years agoFix build in capi related package 95/41495/2
Xavier Roche [Sat, 14 Feb 2015 11:58:49 +0000 (12:58 +0100)]
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
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
8 years agoFix Crosswalk build 94/41494/1
Xavier Roche [Fri, 13 Feb 2015 16:11:45 +0000 (17:11 +0100)]
Fix Crosswalk build

Note: also fix crosswalk dependency build : libslp-location

Change-Id: Ia742b1fb84ee819ea6e5bdbd15e2c456e6787041
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
8 years agoprivacy-manager-server: use the toolchain version of strip 73/41373/1
Mauro Carvalho Chehab [Sat, 13 Jun 2015 12:00:31 +0000 (12:00 +0000)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoRemove double comma from file name 72/41372/1
Mauro Carvalho Chehab [Sat, 13 Jun 2015 11:41:40 +0000 (11:41 +0000)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoUse ${PARALLEL_MAKE} instead of -j16 for ninja 71/41371/1
Mauro Carvalho Chehab [Sat, 13 Jun 2015 09:57:16 +0000 (09:57 +0000)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoReplace all occurrences of make -j16 by oe_runmake 70/41370/1
Mauro Carvalho Chehab [Sat, 13 Jun 2015 09:40:20 +0000 (09:40 +0000)]
Replace all occurrences of make -j16 by oe_runmake

There's no need to not use oe_runmake there.

Change-Id: Ie80d95494b1f3d27b06bd11159df50529f36f2dd
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 years agoRemove -j16 from all run_oemake calls 69/41369/1
Mauro Carvalho Chehab [Sat, 13 Jun 2015 09:37:10 +0000 (09:37 +0000)]
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 years agoTizen recipes : Fix tizen common build and get little more closer to current Tizen...
Xavier Roche [Thu, 12 Feb 2015 14:17:55 +0000 (15:17 +0100)]
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 agolinux-yocto_3.14 : Fix 32bit kernel build 46/34546/2
Xavier Roche [Wed, 28 Jan 2015 19:41:53 +0000 (20:41 +0100)]
linux-yocto_3.14 : Fix 32bit kernel build

Disable CONFIG_64BIT kernel option when unnecessary ; enable it otherwise.

Change-Id: I1f8c021419215580fcfb43e4790a29446268c0da
Signed-off-by: Xavier Roche <xavier.roche@open.eurogiciel.org>
9 years agocrosswalk: Add missing quotes around export lines 38/34338/3
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 37/34337/2
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 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