scm/bb/meta-tizen.git
9 years agoremove bashism rev_0.6
Ronan Le Martret [Tue, 2 Dec 2014 14:55:36 +0000 (15:55 +0100)]
remove bashism

Change-Id: I70ee3ce8a283a2fe5b2e0839caf6e72a5f291323

9 years agorpm: cleanup for bash 50/30850/2
Saul Wold [Mon, 24 Nov 2014 22:56:35 +0000 (14:56 -0800)]
rpm: cleanup for bash

Change-Id: Id5f7c443c54062985b2db832f03c8ca77f52cab4
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agoupdate recipes generation
Ronan Le Martret [Mon, 1 Dec 2014 14:55:23 +0000 (15:55 +0100)]
update recipes generation

Change-Id: I7802f5e64979184677c9cba054ae52d7aa1bad72

9 years agofix weston
Ronan Le Martret [Mon, 1 Dec 2014 14:46:25 +0000 (15:46 +0100)]
fix weston

Change-Id: I2b192ae3ced7158f454e46922408e647614221da

9 years agofix systemd
Ronan Le Martret [Mon, 1 Dec 2014 14:43:30 +0000 (15:43 +0100)]
fix systemd

Change-Id: Ia07a03bb87aa9a5247548bed053641ea18b6c9ab

9 years agofix weston-common
Ronan Le Martret [Mon, 1 Dec 2014 14:41:43 +0000 (15:41 +0100)]
fix weston-common

Change-Id: Iaeffcb1ea6c25c657890c5a61c4994fb4b1d7c23

9 years agolibinput: Add version 0.6.0 52/30852/3
Saul Wold [Wed, 26 Nov 2014 02:04:42 +0000 (18:04 -0800)]
libinput: Add version 0.6.0

Change-Id: Id19a0039013dda30e4be4c53aba682b3cf0c5b14
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agolinux-firmware: Update SRCREV to Tizen version 48/30848/2
Saul Wold [Mon, 24 Nov 2014 19:23:30 +0000 (11:23 -0800)]
linux-firmware: Update SRCREV to Tizen version

Added LIC_FILES_CHKSUM since the License files have different

Change-Id: I99be8bcb9c08c64067fffa452afd5a244c434662
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agolibdrm: Add version 2.4.58 47/30847/2
Saul Wold [Mon, 24 Nov 2014 19:20:43 +0000 (11:20 -0800)]
libdrm: Add version 2.4.58

Change-Id: I20e59d16259703badb5c0ffbc969f0029326ac81
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agolibgpg-error: Add version 1.17 46/30846/2
Saul Wold [Mon, 24 Nov 2014 19:18:24 +0000 (11:18 -0800)]
libgpg-error: Add version 1.17

Change-Id: Ifee918876af2836b832a2f154fd93b021603ea61
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agoMerge "libaio: Add Version 0.3.110" into tizen
ronan(Eurogiciel) Le Martret [Mon, 1 Dec 2014 15:01:20 +0000 (07:01 -0800)]
Merge "libaio: Add Version 0.3.110" into tizen

9 years agoMerge "fribidi: Add version 0.19.5" into tizen
ronan(Eurogiciel) Le Martret [Mon, 1 Dec 2014 15:01:14 +0000 (07:01 -0800)]
Merge "fribidi: Add version 0.19.5" into tizen

9 years agoMerge "iso-codes: Use Version 3.13" into tizen
ronan(Eurogiciel) Le Martret [Mon, 1 Dec 2014 15:00:31 +0000 (07:00 -0800)]
Merge "iso-codes: Use Version 3.13" into tizen

9 years agoMerge "meta-tizen-adaptation: Split adaptation layer" into tizen
ronan(Eurogiciel) Le Martret [Mon, 1 Dec 2014 15:00:01 +0000 (07:00 -0800)]
Merge "meta-tizen-adaptation: Split adaptation layer" into tizen

9 years agomanifests: default Tizen manifest 44/30744/2
Patrick Ohly [Mon, 24 Nov 2014 20:20:15 +0000 (21:20 +0100)]
manifests: default Tizen manifest

All binary .rpms should be built with at least a stub .manifest file
assiging the "_" label to all packaged files. Explicitly adding that
to all Yocto recipes via .bbappend is cumbersome, so do it globally in
tizen.conf. It's still possible to override that default by prepending
a different .manifest[.in] file.

Change-Id: Ife3aa29c42c0e095f913c9b6effae78e5caa7e10
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomanifests: add support for SRC_URI 43/30743/2
Patrick Ohly [Mon, 24 Nov 2014 20:15:38 +0000 (21:15 +0100)]
manifests: add support for SRC_URI

MANIFESTFILES assumes that the file comes out of the source or build
process. The new SRC_URI support for files ending in .manifest or
.manifest.in makes it possible to add manifest files as pure packaging
meta data.

The "pkg" parameter determines which package the manifest file is used
for. If not set or empty, it is used for all. If set, the value is a
comma-separated list of package names. The first suitable manifest
file is used. Fake example file_%.bbappend:

SRC_URI += "file://libmagic.manifest.in;pkg=libmagic,libmagic-data file://file.manifest"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

When turning a .manifest.in file into .manifest, @[a-zA-Z0-9]+@ will
get replaced by the value of the corresponding Bitbake variable (for
example, "bindir").

This could also cover Tizen multi-user variables
(https://wiki.tizen.org/wiki/Multi-user_Platform_Metadata) if those were
added to the active distro or build conf.

Change-Id: I33e49ea4e97670a70bc06bff21a265272a48626e
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibaio: Add Version 0.3.110 45/30845/1
Saul Wold [Mon, 24 Nov 2014 19:09:39 +0000 (11:09 -0800)]
libaio: Add Version 0.3.110

Change-Id: I6f4feaf6a5b6832d7b361ae75355657f4ac538f4
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agofribidi: Add version 0.19.5 44/30844/1
Saul Wold [Mon, 24 Nov 2014 19:04:14 +0000 (11:04 -0800)]
fribidi: Add version 0.19.5

Change-Id: Ie6d0091c27e6add2bda420e03fd07dbd6423eba1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agoiso-codes: Use Version 3.13 38/30738/2
Saul Wold [Mon, 24 Nov 2014 18:22:15 +0000 (10:22 -0800)]
iso-codes: Use Version 3.13

Change-Id: If1a879f01f3ca587515433500b6eabda7457df29
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agometa-tizen-adaptation: Split adaptation layer 43/30843/1
Saul Wold [Thu, 20 Nov 2014 19:44:53 +0000 (11:44 -0800)]
meta-tizen-adaptation: Split adaptation layer

Split the layer to hold oe-core and meta-oe adaptation related recipes

Change-Id: I4974c023cc63c7923adf3b40853edcb29247f763
Signed-off-by: Saul Wold <sgw@linux.intel.com>
9 years agoupdate weston and weston-common rev_0.5
Ronan Le Martret [Tue, 25 Nov 2014 15:48:14 +0000 (16:48 +0100)]
update weston and weston-common

Change-Id: If8423582ccf155fdf146ebcd7948f09488cc8b64
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoadd conf for systemd
Ronan Le Martret [Tue, 25 Nov 2014 15:47:29 +0000 (16:47 +0100)]
add conf for systemd

Change-Id: Ieef152001545d7d72757e143daaeb27c0f2b66c4
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate dbus, systemd, pam
Ronan Le Martret [Tue, 25 Nov 2014 15:46:49 +0000 (16:46 +0100)]
update dbus, systemd, pam

Change-Id: Icdc71c1a93f3cbd1dabd464587a2ec75434cbd19
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoAdd new recipes
Ronan Le Martret [Tue, 25 Nov 2014 15:45:40 +0000 (16:45 +0100)]
Add new recipes

Change-Id: I42b619ea2a20527065125db2198c6850625573b5
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoUpdate packages
Ronan Le Martret [Tue, 25 Nov 2014 15:44:59 +0000 (16:44 +0100)]
Update packages

Change-Id: I17b08282cde9b57bdd433445cc9cc4512eacbf57
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoMerge "Move distro config from layer.conf to tizen.conf" into tizen
ronan(Eurogiciel) Le Martret [Tue, 25 Nov 2014 15:52:08 +0000 (07:52 -0800)]
Merge "Move distro config from layer.conf to tizen.conf" into tizen

9 years agoMove distro config from layer.conf to tizen.conf 29/30729/2
Kévin THIERRY [Mon, 24 Nov 2014 15:20:13 +0000 (16:20 +0100)]
Move distro config from layer.conf to tizen.conf

Since Tizen is becoming a distribution instead of a layer, global
configuration needs to be moved from layer.conf to distro/tizen.conf.

Bug-Tizen: BTY-35 (relates to)
Change-Id: I90d61e4c445a2ad32a24de3e3e32dc4af51d3792
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agomanifests: simplify MANIFESTFILES support 42/30742/1
Patrick Ohly [Mon, 24 Nov 2014 14:26:53 +0000 (15:26 +0100)]
manifests: simplify MANIFESTFILES support

With the enhanced copying from commit 022b671545, tizen_copy_manifest()
can be called for all recipes, thus making the extra "inherit manifest"
redundant. The class still exists, it just doesn't do anything anymore.

"inherit manifest" can be removed again from spec2yocto and the class
deleted after re-generating the auto-generated .bb files.

Change-Id: I4ce9547dbee14c9c0872ec7ff837bb3652557ec2
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomanifests: fix and document MANIFESTFILES support 41/30741/1
Patrick Ohly [Mon, 24 Nov 2014 14:26:35 +0000 (15:26 +0100)]
manifests: fix and document MANIFESTFILES support

The %manifest line really must look for .manifest files in the directory
where tizen_copy_manifest() copied them (as in Richard Purdie's original
version of commit 95c48e25).

Change-Id: Iaabb985bd8f20cf4cbcba05f70f193b71cd4b99b
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoMerge "Do not install IVI packages in Tizen Common images" into tizen
ronan(Eurogiciel) Le Martret [Thu, 20 Nov 2014 14:55:09 +0000 (06:55 -0800)]
Merge "Do not install IVI packages in Tizen Common images" into tizen

9 years agoDo not install IVI packages in Tizen Common images 81/30581/1
Kévin THIERRY [Thu, 20 Nov 2014 14:45:20 +0000 (15:45 +0100)]
Do not install IVI packages in Tizen Common images

config-image.bb shouldn't depend on automotive-message-broker.

Bug-Tizen: BTY-76
Change-Id: I3b2ff0b7427cd96cc9d0ef38e4d6248248ae719a
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoclean project conf
Ronan Le Martret [Thu, 20 Nov 2014 13:51:43 +0000 (14:51 +0100)]
clean project conf

Change-Id: Ic1c8e525101f1fa820acd8a161db1996fa3ccc7d
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agofix weston build
Ronan Le Martret [Thu, 20 Nov 2014 13:51:16 +0000 (14:51 +0100)]
fix weston build

Change-Id: I4f8a4385ae9f7e68ad81c9e312a11a501fe42d55
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate packages
Ronan Le Martret [Wed, 19 Nov 2014 14:37:41 +0000 (15:37 +0100)]
update packages

Change-Id: I9eb3e0a4134d8cb715467e326b4c2307f0671b61

9 years agoFix ofono build
Ronan Le Martret [Wed, 19 Nov 2014 14:36:36 +0000 (15:36 +0100)]
Fix ofono build

Change-Id: Ia51559115602460286e846879ce529b2f29ac362

9 years agoupdate meta configuration
Ronan Le Martret [Tue, 18 Nov 2014 14:56:11 +0000 (15:56 +0100)]
update meta configuration

Change-Id: Icfbf7e27128f6e643a1b167cf5e8c21898bf4a8f

9 years agoFix ico-vic-amb-plugin build
Ronan Le Martret [Thu, 13 Nov 2014 12:43:32 +0000 (13:43 +0100)]
Fix ico-vic-amb-plugin build

Change-Id: I25e2523750636af3b1d9f306cdea30b4bbd082c9

9 years agoupdate Modello-Homescreen
Ronan Le Martret [Wed, 12 Nov 2014 14:35:48 +0000 (15:35 +0100)]
update Modello-Homescreen

Change-Id: I00698841eaf8125b388268d80da8567ee617e826

9 years agoadd ofono pkg
Ronan Le Martret [Wed, 12 Nov 2014 14:35:26 +0000 (15:35 +0100)]
add ofono pkg

Change-Id: I96b25c8dcc737d0677543ea4afc8344f5b0feafc

9 years agoMerge branch 'tizen' of git.vannes:/srv/git/gitcache/review.tizen.org//scm/bb/meta...
Ronan Le Martret [Wed, 12 Nov 2014 13:29:07 +0000 (14:29 +0100)]
Merge branch 'tizen' of git.vannes:/srv/git/gitcache/review.tizen.org//scm/bb/meta-tizen into tizen

9 years agoFix tizen-extensions-crosswalk
Ronan Le Martret [Wed, 12 Nov 2014 13:28:32 +0000 (14:28 +0100)]
Fix tizen-extensions-crosswalk

Change-Id: I85e8ccbd43f7ed2129b8a2f14b3872cc23e17ad9

9 years agofix festival
Ronan Le Martret [Wed, 12 Nov 2014 13:28:07 +0000 (14:28 +0100)]
fix festival

Change-Id: Iba2689a5f5c57684de6e39ed65ebb8c2207c3b6c

9 years agoForce delete 14/30014/2
Ronan Le Martret [Wed, 12 Nov 2014 08:44:32 +0000 (09:44 +0100)]
Force delete

Change-Id: Iaf35b60bd5adff2d6a08a739875da4e07e9b7f87
Signed-off-by: Junchun Guan <junchunx.guan@intel.com>
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agomove efl recipes
Ronan Le Martret [Mon, 10 Nov 2014 16:58:48 +0000 (17:58 +0100)]
move efl recipes

Change-Id: I6bd1c2c8eb5df73d1b38fe0798650b81f644c20d

9 years agoupdate current recipes gen rev_0.4
Ronan Le Martret [Mon, 10 Nov 2014 14:41:04 +0000 (15:41 +0100)]
update current recipes gen

Change-Id: Ied3dc9a3c191582f18dee6ef674f5991931c50d1

9 years agoupdate crosswalk
Ronan Le Martret [Mon, 10 Nov 2014 14:39:53 +0000 (15:39 +0100)]
update crosswalk

Change-Id: I84ae2d87a30223d75dbbc7e6c9902d172cd83a77
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate nss recipes
Ronan Le Martret [Mon, 10 Nov 2014 13:28:52 +0000 (14:28 +0100)]
update nss recipes

Change-Id: Ie4c54a99f96bec1932c8b855f44e2dad6b612d45
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agosplit recipes
Ronan Le Martret [Mon, 10 Nov 2014 10:30:46 +0000 (11:30 +0100)]
split recipes

Change-Id: I6423eb29fa7f48665be5d740c1a9b1dd273f2aa6
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate libxml2 recipes
Ronan Le Martret [Mon, 10 Nov 2014 09:09:59 +0000 (10:09 +0100)]
update libxml2 recipes

Change-Id: If5a5c2fb48e1f0c7a7bcf21e9479fecabc6f3da5
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate package
Ronan Le Martret [Mon, 10 Nov 2014 08:50:54 +0000 (09:50 +0100)]
update package

Change-Id: I913fa13571d3f08f0ff16ff16d5f9497fb7ba53e

9 years agocreate test kit and test suite recipes 25/29425/7
Ronan Le Martret [Mon, 27 Oct 2014 17:08:50 +0000 (18:08 +0100)]
create test kit and test suite recipes

Change-Id: Ifaac37b5b2776f6b92bcd6c786abcdcf7579539e
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoFix systemd macro path
Ronan Le Martret [Thu, 6 Nov 2014 09:48:52 +0000 (10:48 +0100)]
Fix systemd macro path

Change-Id: I409a6376a6a156402cb3c566b421a571856d528c
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate meta-tizen
Ronan Le Martret [Tue, 4 Nov 2014 16:19:22 +0000 (17:19 +0100)]
update meta-tizen

Change-Id: I03a114e8b04e90b4d40558eb80cc9d6aab5766db
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoMerge "Copy manifest file into ${PKGDEST}" into tizen
ronan(Eurogiciel) Le Martret [Thu, 30 Oct 2014 11:14:34 +0000 (04:14 -0700)]
Merge "Copy manifest file into ${PKGDEST}" into tizen

9 years agoMerge "libjpeg-turbo: remove recipe" into tizen
ronan(Eurogiciel) Le Martret [Thu, 30 Oct 2014 11:14:29 +0000 (04:14 -0700)]
Merge "libjpeg-turbo: remove recipe" into tizen

9 years agoremove paralle build for murphy 72/29272/2
Ronan Le Martret [Thu, 23 Oct 2014 15:12:19 +0000 (17:12 +0200)]
remove paralle build for murphy

 - We can't use -j X for make install (unstable)

Change-Id: I2efc34e1b06fa2e141633315310a3158894023d1
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoCopy manifest file into ${PKGDEST} 47/29347/1
Richard Purdie [Fri, 24 Oct 2014 14:21:18 +0000 (16:21 +0200)]
Copy manifest file into ${PKGDEST}

If running do_package_write_rpm with a build from sstate, it can rely on
the output of do_package being present, it cannot rely on the presence
of ${S} any longer. This patch copyies the manifests into ${PKGDEST}
which is stored output of do_package and hence preserved, fixing the
build failure you'd otherwise see if you force a build of
do_package_write_rpm from sstate.

[kevin.thierry: add manifest.bbclass to automatically copy the manifest
when a recipe inherits manifest.]

Bug-Tizen: BTY-59
Change-Id: I34f6d3ec53e40d64958da8587501380e47121729
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agolibjpeg-turbo: remove recipe 42/29342/2
Kévin THIERRY [Fri, 24 Oct 2014 12:38:58 +0000 (14:38 +0200)]
libjpeg-turbo: remove recipe

Using upstream recipe instead.

Bug-Tizen: BTY-52
Change-Id: Iee6a1f24c3f26fdf4e21aa2133b08f2c1e9eb907
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoMerge "Fix ico-uxf-homescreen/murphy conflict" into tizen rev_0.3
Ronan Le Martret [Mon, 20 Oct 2014 13:55:00 +0000 (06:55 -0700)]
Merge "Fix ico-uxf-homescreen/murphy conflict" into tizen

9 years agoFix ico-uxf-homescreen/murphy conflict 45/29045/1
Ronan Le Martret [Mon, 20 Oct 2014 13:53:51 +0000 (15:53 +0200)]
Fix ico-uxf-homescreen/murphy conflict

Change-Id: I36ab2e9239fe683b39fa097a0db8b83cc5633a5a
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoMerge "remove useless unp tools" into tizen
Ronan Le Martret [Mon, 20 Oct 2014 10:33:33 +0000 (03:33 -0700)]
Merge "remove useless unp tools" into tizen

9 years agoremove useless unp tools 28/29028/1
Ronan Le Martret [Mon, 20 Oct 2014 10:29:04 +0000 (12:29 +0200)]
remove useless unp tools

Change-Id: I3583c228f6fba2258b13bce50681e965f7d7e19e
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoMerge "Fix build for 64b" into tizen
Ronan Le Martret [Mon, 20 Oct 2014 10:05:03 +0000 (03:05 -0700)]
Merge "Fix build for 64b" into tizen

9 years agoMerge "pulseaudio: do not try to unpack sources" into tizen
ronan(Eurogiciel) Le Martret [Mon, 20 Oct 2014 10:04:57 +0000 (03:04 -0700)]
Merge "pulseaudio: do not try to unpack sources" into tizen

9 years agoFix build for 64b 15/29015/1
Ronan Le Martret [Mon, 20 Oct 2014 09:04:06 +0000 (11:04 +0200)]
Fix build for 64b

Change-Id: Iad6b1eca35f155ae13be272e4191727470bb47d1
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoRemove old bbappend for pulseaudio 55/28955/2
Kévin THIERRY [Fri, 17 Oct 2014 12:21:49 +0000 (14:21 +0200)]
Remove old bbappend for pulseaudio

We now use our own source and recipe for pulseaudio and don't rely
anymore on the upstream recipe so there is no need to keep the old
bbappend and patches.

Change-Id: Id7e988f2c4fc577dc64e963146e9bd7b10648d4a
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agopulseaudio: do not try to unpack sources 63/28963/1
Markus Lehtonen [Fri, 17 Oct 2014 14:01:47 +0000 (17:01 +0300)]
pulseaudio: do not try to unpack sources

We use git repo directly.

Change-Id: I5f6e8e08012ccbc3c4c433741288e71a9658ae4a
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
9 years agoclean pulseaudio recipes 34/28934/2
Ronan Le Martret [Fri, 17 Oct 2014 08:10:53 +0000 (10:10 +0200)]
clean pulseaudio recipes

Change-Id: Iec0a705eb44866e22bc6c503bdb76abbac8e7075
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoFix festival for build 64 33/28933/3
Ronan Le Martret [Fri, 17 Oct 2014 08:08:07 +0000 (10:08 +0200)]
Fix festival for build 64

Change-Id: Ie1fda83aa5eae225d862a5b5ae2e059fd3094a14
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoia32: add EFI support by enabling partition type 47/28947/2
Philippe Coval [Fri, 17 Oct 2014 10:56:16 +0000 (12:56 +0200)]
ia32: add EFI support by enabling partition type

Change-Id: Iabdf4ce6336c209a29aef931a4e9215bf7626d0f
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
9 years agoMerge "ia32: add EFI support by enabling partition type" into tizen
Kévin THIERRY [Fri, 17 Oct 2014 11:27:10 +0000 (04:27 -0700)]
Merge "ia32: add EFI support by enabling partition type" into tizen

9 years agoia32: add EFI support by enabling partition type 47/28947/1
Philippe Coval [Fri, 17 Oct 2014 10:56:16 +0000 (12:56 +0200)]
ia32: add EFI support by enabling partition type

Change-Id: Iabdf4ce6336c209a29aef931a4e9215bf7626d0f
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
9 years agoadd EFI support by enabling partition type 44/28944/2
Philippe Coval [Fri, 17 Oct 2014 10:06:12 +0000 (12:06 +0200)]
add EFI support by enabling partition type

This was needed to create minnowmax image
To be released at
https://wiki.tizen.org/wiki/Tizen_on_yocto

Change-Id: I5af9db5972ea287688ccb52ccde298bed661a5df
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
9 years agoadd EFI support by enabling partition type 44/28944/1
Philippe Coval [Fri, 17 Oct 2014 10:06:12 +0000 (12:06 +0200)]
add EFI support by enabling partition type

This was needed to create minnowmax image
To be released at
https://wiki.tizen.org/wiki/Tizen_on_yocto

Change-Id: I5af9db5972ea287688ccb52ccde298bed661a5df
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
9 years agoallow x64 build 81/28881/3
Ronan Le Martret [Thu, 16 Oct 2014 14:55:44 +0000 (16:55 +0200)]
allow x64 build

Change-Id: I4b1e773d808417a50cfb549e699b4ef70e3a541d
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoclean recipes 80/28880/2
Ronan Le Martret [Thu, 16 Oct 2014 14:53:48 +0000 (16:53 +0200)]
clean recipes

Change-Id: I6d2a979125d002a7697adfa40d29318619891179
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoRemove fix regarding eglibc conflict 79/28879/1
Kévin THIERRY [Thu, 16 Oct 2014 14:44:31 +0000 (16:44 +0200)]
Remove fix regarding eglibc conflict

References to eglibc have been removed which also remove the eglibc
conflict so we don't need the file tcmode-tizen.inc anymore.

Change-Id: I71e0d4c455ba5dfc61083c8c1a18e90ea6c1be01

9 years agoreplace eglibc by glibc
Ronan Le Martret [Thu, 16 Oct 2014 10:32:39 +0000 (12:32 +0200)]
replace eglibc by glibc

Change-Id: I38ef15fa0877d8b36ee42d7434017f4834676a1b
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agotdb: depends on python
Kévin THIERRY [Thu, 16 Oct 2014 08:44:34 +0000 (10:44 +0200)]
tdb: depends on python

Change-Id: I5160cd0a61ca561ddf6c7ea7f8c7f64271edfcb3
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agotizen-platform-wrapper: update patch
Kévin THIERRY [Thu, 16 Oct 2014 08:44:06 +0000 (10:44 +0200)]
tizen-platform-wrapper: update patch

Change-Id: I781c5437a949d1135a2664342b383c19060896db
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agopython-setuptools: add dependency on python
Kévin THIERRY [Wed, 15 Oct 2014 12:27:43 +0000 (14:27 +0200)]
python-setuptools: add dependency on python

Change-Id: I5d6da2b214da6d8f55a38fb6797afecbd0c129b2
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoefl: correct "first-build" issue
Kévin THIERRY [Wed, 15 Oct 2014 08:15:09 +0000 (10:15 +0200)]
efl: correct "first-build" issue

efl first build failed because capi-system-sensor was missing. This was
due to the dependency on capi-system-sensor being overridden in
efl-extraconf.inc.

Also clean efl-extraconf.inc and add a few comments.

Bug-Tizen: BTY-45
Change-Id: Ica35657297c65b4b65f29c2042e0197ff680d0cc
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoUpdate recipes
Kévin THIERRY [Tue, 14 Oct 2014 11:49:17 +0000 (13:49 +0200)]
Update recipes

Also update layer.conf.

Note that even though meta-tizen provides a working recipe for
libjpeg-turbo, the version used is still the one from Poky since there
is an unresolved conflict between the two versions (maybe a recipe
expliciely requiring the Poky version).

Change-Id: I1b7fda99971d78465fa7a2dbb7aa932f6d5e57de
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agopulseaudio-module-murphy-ivi: tmp solve conflict
Kévin THIERRY [Tue, 14 Oct 2014 11:46:52 +0000 (13:46 +0200)]
pulseaudio-module-murphy-ivi: tmp solve conflict

Tmp fix:
Remove modules combine-sink and augment-properties from
pulseaudio-module-murphy-ivi since they conflict with modules with the
same name provided by pulseaudio. Modules provided by
pulseaudio-module-murphy-ivi are based on the ones provided by
pulseaudio but incorpoate muprhy/IVI specific changes. The muprhy team
plans on renaming those modules in order to prevent this conflict and
allows both pulseaudio-module-murphy-ivi and pulseaudio modules to be
installed alongside. This issue is tracked as: Bug-Tizen: PTREL-825.

Change-Id: I91f67b7a9e9929b1b28812eca6f182e31e6de34b
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd distro conf
Kévin THIERRY [Tue, 14 Oct 2014 11:39:28 +0000 (13:39 +0200)]
Add distro conf

Tizen now uses its own distro conf (based on the default one) instead
of only relying on the dfault one.

The file tcmode-tizen.inc is introduced to replace the file
tcmode-default.inc in order to correct a conflict between glibc-initial
and nativesdk-glibc-initial. If a better solution is found to solve this
conflict, please remove this file and set TCMODE to "default" in
tizen.conf.

Change-Id: I91d5e04f3fe12e596a21cfe4ee563c44aaeae72c
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agosystemd: properly add groups
Kévin THIERRY [Fri, 10 Oct 2014 09:17:53 +0000 (11:17 +0200)]
systemd: properly add groups

Change-Id: I5821bfd7fe069f2675b79c2ccf7ee44f8703dcd1
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoweston-common: properly add groups
Kévin THIERRY [Fri, 10 Oct 2014 09:16:51 +0000 (11:16 +0200)]
weston-common: properly add groups

Change-Id: I12d3f8c1d10addd090740c890c34a8cc1d26c143
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agopulseaudio: provides libpulsecommon
Kévin THIERRY [Fri, 10 Oct 2014 09:15:41 +0000 (11:15 +0200)]
pulseaudio: provides libpulsecommon

Change-Id: Ida74560d11a7e841f4b458a6fa140f30ba7b3efe
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agomessage-port: properly add user/group
Kévin THIERRY [Fri, 10 Oct 2014 09:14:12 +0000 (11:14 +0200)]
message-port: properly add user/group

Change-Id: Ic891660bb1e0cd98c4febd73eaba122551aee429
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agogenivi-shell: do not package source files
Kévin THIERRY [Fri, 10 Oct 2014 09:12:09 +0000 (11:12 +0200)]
genivi-shell: do not package source files

Change-Id: I6cce2b2e45c2025a10d2128c958d9b5ed3d30d59
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoail: packaging: add missing file
Kévin THIERRY [Fri, 10 Oct 2014 09:10:50 +0000 (11:10 +0200)]
ail: packaging: add missing file

Change-Id: I9d6a3b9c31a7580b963bf60de0a7b618bbe2cbff
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agolayer.conf: add missing PREFERRED_PROVIDER/VERSION
Kévin THIERRY [Wed, 8 Oct 2014 09:16:18 +0000 (11:16 +0200)]
layer.conf: add missing PREFERRED_PROVIDER/VERSION

Change-Id: I3c8587fd6ce00f58377e47f570ee15caa06bac8d
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agopython-smartpm: rebase patches
Kévin THIERRY [Wed, 8 Oct 2014 07:43:45 +0000 (09:43 +0200)]
python-smartpm: rebase patches

Patches were originally made by Ronan Le Martret <ronan@fridu.net>.

Change-Id: I4e7941c8c96ae143993d7c9e15507c3288504de7
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agolinux-yocto: fix kernel build (TMP)
Kévin THIERRY [Wed, 8 Oct 2014 07:40:14 +0000 (09:40 +0200)]
linux-yocto: fix kernel build (TMP)

Fix error: "implicit declaration of function 'sk_run_filter'".

Change-Id: I5e69461a51b9fe5aaecd053ad0ed1c2f2a831ff0
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd recipe for pulseaudio
Kévin THIERRY [Wed, 8 Oct 2014 07:28:42 +0000 (09:28 +0200)]
Add recipe for pulseaudio

Change-Id: Id19e5b1735bac95df4333072297a62c41584d650
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd recipe for libav
Kévin THIERRY [Wed, 8 Oct 2014 07:28:18 +0000 (09:28 +0200)]
Add recipe for libav

Change-Id: I0f1f16744dcc7a58baeff719e748d29cf73d5192
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd recipe for tdb
Kévin THIERRY [Wed, 8 Oct 2014 07:27:11 +0000 (09:27 +0200)]
Add recipe for tdb

Change-Id: I7befdfdeed07dc078e28b0f56999d4ec55d8bd0c
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoUpdate README.md
Kévin THIERRY [Wed, 8 Oct 2014 07:24:57 +0000 (09:24 +0200)]
Update README.md

Information in the README.md file are outdated, remove them and add a
link to the Tizen build with Yocto wiki pages which are up to date.

Change-Id: I1ce7da181ee2fa3968cf2dc6a4e0f9567d55cd50
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoDo not depend on pam plugins
Kévin THIERRY [Thu, 25 Sep 2014 10:14:59 +0000 (12:14 +0200)]
Do not depend on pam plugins

Yocto pam package provides pam plugins that are not available in Tizen
pam package that we use thus we need to remove dependency to those
plugins.

Change-Id: I0d05593accec4ae78a0407a7e912139299e91623
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoDo not create an initrd image
Kévin THIERRY [Thu, 25 Sep 2014 10:24:19 +0000 (12:24 +0200)]
Do not create an initrd image

Change-Id: I43500f6961c6fd8639114f8911b3f7ad5ddf74ae
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>