[OE-core] [oe-core][RFCv3] glib-2.0: upgrade to 2.32.3

2012-05-17 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-core/glib-2.0/glib-2.0/nolibelf.patch | 56 ++-- .../{glib-2.0_2.32.2.bb = glib-2.0_2.32.3.bb} |7 ++- 2 files changed, 32 insertions(+), 31 deletions(-) rename

[OE-core] [PATCH] man-pages: Update to 3.41

2012-05-17 Thread Radu Moisan
--- .../{man-pages_3.36.bb = man-pages_3.41.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_3.36.bb = man-pages_3.41.bb} (80%) diff --git a/meta/recipes-extended/man-pages/man-pages_3.36.bb

Re: [OE-core] [PATCH] man-pages: Update to 3.41

2012-05-17 Thread Koen Kooi
Op 17 mei 2012, om 09:14 heeft Radu Moisan het volgende geschreven: --- .../{man-pages_3.36.bb = man-pages_3.41.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_3.36.bb = man-pages_3.41.bb} (80%) diff --git

Re: [OE-core] [Error] do_package error on libgcc

2012-05-17 Thread Giuseppe Condorelli
Well, for my goals, I need a fixed compiler version and not the 4.6 and 4.7 the oe-core provides. However I avoided the problem setting INHERIT_INSANE= in the distro .conf file (although I can think it's not a safe solution). Many thanks for your time. Cheers, Giuseppe 2012/5/16 Khem Raj

Re: [OE-core] [PATCH] man-pages: Update to 3.41

2012-05-17 Thread Martin Jansa
On Thu, May 17, 2012 at 10:14:43AM +0300, Radu Moisan wrote: --- .../{man-pages_3.36.bb = man-pages_3.41.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_3.36.bb = man-pages_3.41.bb} (80%) diff --git

Re: [OE-core] [PATCH] evtest: Add evtest 1.30 support

2012-05-17 Thread Koen Kooi
Op 16 mei 2012, om 23:46 heeft Khem Raj het volgende geschreven: On Wed, May 16, 2012 at 2:42 PM, Otavio Salvador ota...@ossystems.com.br wrote: Ok; well said but how do you qualify it? evtest is very nice to have around when debugging stuff and suit very well for a bring-up image for

Re: [OE-core] [PATCH 1/1] kmod: fix installation path of pkgconfig files

2012-05-17 Thread Koen Kooi
Op 15 mei 2012, om 22:39 heeft Otavio Salvador het volgende geschreven: The pkgconfig files need to be installed in ${libdir} instead of ${base_libdir}. Signed-off-by: Otavio Salvador ota...@ossystems.com.br Acked-by: Koen Kooi k...@dominion.thruhere.net Udev have been broken for a week

Re: [OE-core] [PATCH 1/1] kmod: fix installation path of pkgconfig files

2012-05-17 Thread Andrei Gherzan
Yes. I need this too. Hope it will make it soon. On May 17, 2012 10:49 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 15 mei 2012, om 22:39 heeft Otavio Salvador het volgende geschreven: The pkgconfig files need to be installed in ${libdir} instead of ${base_libdir}. Signed-off-by:

Re: [OE-core] [PATCH] evtest: Add evtest 1.30 support

2012-05-17 Thread Otavio Salvador
On Thu, May 17, 2012 at 4:44 AM, Koen Kooi k...@dominion.thruhere.net wrote: Let's make a deal: new recipes will only be accepted into oe-core after sato has been removed from the oe-core layer. LOL; No! I'd like to have it in oe-core before the end of World in December 21th ;) -- Otavio

[OE-core] [PATCH] man-pages: Update to 3.41

2012-05-17 Thread Radu Moisan
--- build/conf/sanity_info |3 +++ build/pseudodone |1 + .../{man-pages_3.36.bb = man-pages_3.41.bb} |4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 build/bitbake.lock create mode

Re: [OE-core] [PATCH] man-pages: Update to 3.41

2012-05-17 Thread Martin Jansa
On Thu, May 17, 2012 at 11:07:18AM +0300, Radu Moisan wrote: --- build/conf/sanity_info |3 +++ build/pseudodone |1 + .../{man-pages_3.36.bb = man-pages_3.41.bb} |4 ++-- 3 files changed, 6 insertions(+), 2

[OE-core] [PATCH] man-pages: Update to 3.41

2012-05-17 Thread Radu Moisan
--- build/conf/sanity_info |3 +++ build/pseudodone |1 + .../{man-pages_3.36.bb = man-pages_3.41.bb} |8 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 build/bitbake.lock create mode

[OE-core] [PATCH 0/3] Misc fixes for multilib

2012-05-17 Thread Lianhao Lu
This patch set added a package QA function to detect the potential incorrected package dependencies for multilib packages. It also fixed the locale related package name in multilib case reported by the new package QA function. The following changes since commit

[OE-core] [PATCH 1/3] (libc-)package.bbclass: Added MLPREFIX to locale packages.

2012-05-17 Thread Lianhao Lu
Added multilib prefix to the locale related package names/dependencies. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/libc-package.bbclass |4 ++-- meta/classes/package.bbclass |5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 2/3] multilib.conf: Added multilib support for kmod.

2012-05-17 Thread Lianhao Lu
Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/conf/multilib.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index f60a890..9fc5a90 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -470,6

[OE-core] [PATCH 3/3] multilib.bbclass: Added multilib specific package QA.

2012-05-17 Thread Lianhao Lu
Added a new PACKAGEFUNCS function to check the multilib packages' dependency. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/multilib.bbclass | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/meta/classes/multilib.bbclass

[OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Andrei Gherzan
Today i ran into an issue that Florin Sarbu signaled sometime last week. It seems like do_patch crashes while compiling linux 3.0: ERROR: Logfile of failure stored in:

[OE-core] [PATCH] man-pages: Update to 3.41

2012-05-17 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../{man-pages_3.36.bb = man-pages_3.41.bb} |8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_3.36.bb = man-pages_3.41.bb} (68%) diff --git

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Florin Sarbu
I confirm I still encounter the same error. On 05/17/2012 01:09 PM, Andrei Gherzan wrote: Today i ran into an issue that Florin Sarbu signaled sometime last week. It seems like do_patch crashes while compiling linux 3.0: ERROR: Logfile of failure stored in:

[OE-core] [ANNOUNCE] Meta-Broweser layer

2012-05-17 Thread Otavio Salvador
Hello, Our friends at Eukrea has started working at a Chromium specific layer and to share work in web browser packaging we opted to merge both layers to host different web browser packages. After this the layer has been renamed to /meta-browser/. The meta-browser layer can be used by any

Re: [OE-core] [oe] Fwd: Linuxtag 2012

2012-05-17 Thread Paul Eggleton
On Thursday 17 May 2012 03:18:26 Henning Heinold wrote: my second son was born today, so I can not make any promise for the linuxtag. So I think it is really better to cancel the whole booth. That is really sad, but maybee next time we should ask a lot earlier if we can really man the booth.

Re: [OE-core] [PATCH 1/1] ncurses: Disable parallel make

2012-05-17 Thread Jason Wessel
On 05/16/2012 09:01 PM, Xiaofeng Yan wrote: On 2012年05月16日 19:02, Saul Wold wrote: On 05/16/2012 01:10 PM, xiaofeng@windriver.com wrote: From: Xiaofeng Yanxiaofeng@windriver.com Ncurses failure non-gplv3 build by race issue. So disable parallel \ make when building this package.

Re: [OE-core] [PATCH] evtest: Add evtest 1.30 support

2012-05-17 Thread Daiane Angolini
On Thu, May 17, 2012 at 4:44 AM, Koen Kooi k...@dominion.thruhere.net wrote: Let's make a deal: new recipes will only be accepted into oe-core after sato has been removed from the oe-core layer. Ok, I understand. Could you, please, point me the right place/layer it should be included?

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Bruce Ashfield
On Thu, May 17, 2012 at 6:09 AM, Andrei Gherzan and...@gherzan.ro wrote: Today i ran into an issue that Florin Sarbu signaled sometime last week. It seems like do_patch crashes while compiling linux 3.0: The tools fixes are in place for this, can you send your full configuration ? i.e. what

Re: [OE-core] [PATCH] evtest: Add evtest 1.30 support

2012-05-17 Thread Koen Kooi
Op 17 mei 2012, om 14:47 heeft Daiane Angolini het volgende geschreven: On Thu, May 17, 2012 at 4:44 AM, Koen Kooi k...@dominion.thruhere.net wrote: Let's make a deal: new recipes will only be accepted into oe-core after sato has been removed from the oe-core layer. Ok, I understand.

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Bruce Ashfield
On Thu, May 17, 2012 at 6:09 AM, Andrei Gherzan and...@gherzan.ro wrote: Today i ran into an issue that Florin Sarbu signaled sometime last week. It seems like do_patch crashes while compiling linux 3.0: ERROR: Logfile of failure stored in:

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Andrei Gherzan
On 05/17/2012 04:38 PM, Bruce Ashfield wrote: On Thu, May 17, 2012 at 6:09 AM, Andrei Gherzanand...@gherzan.ro wrote: Today i ran into an issue that Florin Sarbu signaled sometime last week. It seems like do_patch crashes while compiling linux 3.0: ERROR: Logfile of failure stored in:

[OE-core] [PATCH 0/1] Add test script to re-execute tasks

2012-05-17 Thread Jiajun Xu
Hi Richard, This patch is to address bug 2123. Please help to review it. It is based on the patch you posted on bugzilla. A similar function is added into the script to remove sstate files only. Thanks, Jiajun The following changes since commit 2cf6e7cf81c0b864b5d51be60094a6eb3e584383:

[OE-core] [PATCH 1/1] test-reexec: Add script to address issues when task re-execution

2012-05-17 Thread Jiajun Xu
The script is used to address build issues when tasks of different recipes are re-executed. The script goes through all available recipes and their tasks. The test results are saved in ./reexeclogs. Force build logs are saved with prefix force. Build failure logs are saved with prefix failed.

Re: [OE-core] [PATCH] kernel.bbclass: add deploy link to KERNEL_IMAGETYPE

2012-05-17 Thread Darren Hart
On 05/15/2012 06:25 PM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com It's common to provide a non-machine-suffixed link in DEPLOY_DIR_IMAGE, so let's be consistent and do so here as well. This of course means that building two machines in the same build dir will

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Flanagan, Elizabeth
On Thu, May 17, 2012 at 6:41 AM, Andrei Gherzan and...@gherzan.ro wrote: On 05/17/2012 04:38 PM, Bruce Ashfield wrote: On Thu, May 17, 2012 at 6:09 AM, Andrei Gherzanand...@gherzan.ro  wrote: Today i ran into an issue that Florin Sarbu signaled sometime last week. It seems like do_patch

Re: [OE-core] [PATCH] kernel.bbclass: add deploy link to KERNEL_IMAGETYPE

2012-05-17 Thread Koen Kooi
Op 17 mei 2012, om 16:46 heeft Darren Hart het volgende geschreven: On 05/15/2012 06:25 PM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com It's common to provide a non-machine-suffixed link in DEPLOY_DIR_IMAGE, so let's be consistent and do so here as well.

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Andrei Gherzan
Today i just gave another try same result. On Thu, May 17, 2012 at 5:56 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: On Thu, May 17, 2012 at 6:41 AM, Andrei Gherzan and...@gherzan.ro wrote: On 05/17/2012 04:38 PM, Bruce Ashfield wrote: On Thu, May 17, 2012 at 6:09 AM,

[OE-core] [CONSOLIDATED PULL 03/12] oe.types: give the regex type more sane semantics

2012-05-17 Thread Saul Wold
From: Christopher Larson chris_lar...@mentor.com Currently, if a variable is unset or has an empty value, the regex type will return a match object which always matches. Not all variable types will necessarily have the same behavior for handling defaults. I believe that returning a match object

[OE-core] [CONSOLIDATED PULL 00/12] Updated and Fixes

2012-05-17 Thread Saul Wold
Richard, Pull in the backlog of changes from this week. Bigest change that need looking at are Chris's. Sau! The following changes since commit 2cf6e7cf81c0b864b5d51be60094a6eb3e584383: fotowall: Add #include ui_wizard.h to ExportWizard.cpp (2012-05-16 07:33:15 +0100) are available in the

[OE-core] [CONSOLIDATED PULL 04/12] kernel.bbclass: add deploy link to KERNEL_IMAGETYPE

2012-05-17 Thread Saul Wold
From: Christopher Larson chris_lar...@mentor.com It's common to provide a non-machine-suffixed link in DEPLOY_DIR_IMAGE, so let's be consistent and do so here as well. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta/classes/kernel.bbclass |1 + 1 files changed, 1

[OE-core] [CONSOLIDATED PULL 05/12] dpkg: update to upstream version 1.16.3

2012-05-17 Thread Saul Wold
From: Marko Lindqvist cazfi@cazfi-64 Update dpkg recipe to get latest upstream version (1.16.3) as 1.15.8.7 is no longer available. * check_version.patch : updated to apply cleanly * dpkg-dev-avoid-fflush.patch : removed as already part of upstream * ignore_extra_fields.patch : updated to apply

[OE-core] [CONSOLIDATED PULL 08/12] gnutls: update to 2.12.19

2012-05-17 Thread Saul Wold
From: Bogdan Marinescu bogdan.a.marine...@intel.com Tested with curl in qemux86/core-image-lsb. Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- .../configure-fix.patch|0 .../correct_rpl_gettimeofday_signature.patch |0

[OE-core] [CONSOLIDATED PULL 07/12] archiver.bbclass: Add two default set for avoiding error when missing assignment

2012-05-17 Thread Saul Wold
From: Xiaofeng Yan xiaofeng@windriver.com Add two default set(SOURCE_ARCHIVE_LOG_WITH_SCRIPTS, \ SOURCE_ARCHIVE_PACKAGE_TYPE) to archiver.bbclass for avoiding \ building error when forgetting to assign to them. Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com ---

[OE-core] [CONSOLIDATED PULL 06/12] meta/classes/sstate.bbclass: ensure sstate files have group R/W

2012-05-17 Thread Saul Wold
From: Joshua Lock j...@linux.intel.com In order to make sharing sstate files easier chmod them with 0664 permissions so that they are readable and writable by the user and any other members of their group. Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/classes/sstate.bbclass |

[OE-core] [CONSOLIDATED PULL 01/12] xinetd: Update to 2.3.15

2012-05-17 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../xinetd/{xinetd_2.3.14.bb = xinetd_2.3.15.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/xinetd/{xinetd_2.3.14.bb = xinetd_2.3.15.bb} (90%) diff --git

[OE-core] [CONSOLIDATED PULL 09/12] gnupg: Update to upstream version 2.0.19

2012-05-17 Thread Saul Wold
From: Laurentiu Palcu laurentiu.pa...@intel.com Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../gnupg/{gnupg_2.0.18.bb = gnupg_2.0.19.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.0.18.bb = gnupg_2.0.19.bb}

[OE-core] [CONSOLIDATED PULL 10/12] xf86-video-vmware: update package to 12.0.2

2012-05-17 Thread Saul Wold
From: Alexandru DAMIAN alexandru.dam...@intel.com This patch updates the package version for the vmware xorg driver to 12.0.2, following upstream. No other changes made beside updating the checksums. --- ...mware_12.0.1.bb = xf86-video-vmware_12.0.2.bb} |6 +++--- 1 files changed, 3

[OE-core] [CONSOLIDATED PULL 11/12] sanity.bbclass: check user can read and write to SSTATE_DIR

2012-05-17 Thread Saul Wold
From: Joshua Lock j...@linux.intel.com The user needs read and write permissions to SSTATE_DIR, check whether they have sufficient permissions and if not recommend use of SSTATE_MIRRORS. Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/classes/sanity.bbclass | 17 ++--- 1

[OE-core] [CONSOLIDATED PULL 12/12] xserver-xorg-lite: disable xmlto like full xserver-xorg does

2012-05-17 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com * xmlto-native is unusable (see YOCTO #2416 xmlto/xsltproc stylesheets cannot be found even when they are installed in sysroot) * fails like this: | make[2]: Entering directory

Re: [OE-core] [CONSOLIDATED PULL 00/12] Updated and Fixes

2012-05-17 Thread Koen Kooi
Op 17 mei 2012, om 18:51 heeft Saul Wold het volgende geschreven: Richard, Pull in the backlog of changes from this week. Bigest change that need looking at are Chris's. Where's the kmod fix? Does udev 182 need to remain unbuildable for another week?

Re: [OE-core] [PATCH 1/3] (libc-)package.bbclass: Added MLPREFIX to locale packages.

2012-05-17 Thread Khem Raj
On Thu, May 17, 2012 at 2:25 AM, Lianhao Lu lianhao...@intel.com wrote: Added multilib prefix to the locale related package names/dependencies. Signed-off-by: Lianhao Lu lianhao...@intel.com Does mlprefix already has a leading '-' ? otherwise I think adding a - would make is more readable.

[OE-core] [PATCH 2/4] rpm: Upgrade RPM to 5.4.9

2012-05-17 Thread Mark Hatle
Beside upreving RPM, add necessary integration pathces to libzypp. Also change the configuration of RPM to support PACKAGECONFIG flags. RPM is highly configurable, the default configuration is good for minimal OE-Core use. Signed-off-by: Mark Hatle mark.ha...@windriver.com ---

[OE-core] [PATCH 0/4] Uprev RPM to 5.4.9

2012-05-17 Thread Mark Hatle
Berkley DB also gets upreved, and a new package ossp-uuid gets added to the system. This was -heavily- tested with and without zypper on IA, and PPC. In addition a minor performance enhancement with a query operation was added. The uprev also adds the capability of using PACKAGECONFIG settings

[OE-core] [PATCH 4/4] package_rpm: Add capability to directly query packageorigin

2012-05-17 Thread Mark Hatle
Add functionality to RPM to directly query the packageorigin (path) from the resolver database, instead of having to do this via an indirect method. This results in a minor performance improvement. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/package_rpm.bbclass

[OE-core] [PATCH 1/4] rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)

2012-05-17 Thread Mark Hatle
RPM 5.4.8 requires db 5.3.x, so both are upgraded together. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/rootfs_rpm.bbclass| 22 +- .../rpm/rpm/fix_for_automake_1.11.2.patch | 54 --- .../rpm/rpm/fprint-pointer-fix.patch |

[OE-core] [PATCH 3/4] ossp-uuid: Add oss-uuid package and RPM 5.4.9 integration

2012-05-17 Thread Mark Hatle
RPM 5.4.9 now strongly encourages you to have the ossp-uuid library available. Add this recipe, and change RPM to use the uuid functionality. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../ossp-uuid/0001-Change-library-name.patch | 112

Re: [OE-core] [PATCH 1/4] rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)

2012-05-17 Thread Khem Raj
On Thu, May 17, 2012 at 11:25 AM, Mark Hatle mark.ha...@windriver.com wrote: RPM 5.4.8 requires db 5.3.x, so both are upgraded together. is it also fine to upgrade this on existing devices ? or do databases have to be updated too ? ___

Re: [OE-core] [PATCH 1/4] rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)

2012-05-17 Thread Mark Hatle
On 5/17/12 1:27 PM, Khem Raj wrote: On Thu, May 17, 2012 at 11:25 AM, Mark Hatlemark.ha...@windriver.com wrote: RPM 5.4.8 requires db 5.3.x, so both are upgraded together. is it also fine to upgrade this on existing devices ? or do databases have to be updated too ? I did limited testing

Re: [OE-core] [PATCH 1/4] rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)

2012-05-17 Thread Khem Raj
On Thu, May 17, 2012 at 11:49 AM, Mark Hatle mark.ha...@windriver.com wrote: One thing I did forget to note in this message.  If you are NOT using OEBasicHash, since this is not default in OE-Core may be forces PR bumps for the affected recipes along with this series would make sense.

Re: [OE-core] [PATCH 1/4] rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)

2012-05-17 Thread Mark Hatle
On 5/17/12 1:52 PM, Khem Raj wrote: On Thu, May 17, 2012 at 11:49 AM, Mark Hatlemark.ha...@windriver.com wrote: One thing I did forget to note in this message. If you are NOT using OEBasicHash, since this is not default in OE-Core may be forces PR bumps for the affected recipes along with

Re: [OE-core] [PATCH 1/3] (libc-)package.bbclass: Added MLPREFIX to locale packages.

2012-05-17 Thread Richard Purdie
On Thu, 2012-05-17 at 11:12 -0700, Khem Raj wrote: On Thu, May 17, 2012 at 2:25 AM, Lianhao Lu lianhao...@intel.com wrote: Added multilib prefix to the locale related package names/dependencies. Signed-off-by: Lianhao Lu lianhao...@intel.com Does mlprefix already has a leading '-' ?

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Richard Purdie
On Tue, 2012-05-15 at 13:54 -0700, Khem Raj wrote: On Tue, May 15, 2012 at 2:32 AM, Koen Kooi k...@dominion.thruhere.net wrote: The commit breaks pkgconfig and after discussing it with the kmod and udev maintainers the conclusion was reached that putting the libraries in /lib instead of

[OE-core] [PATCH 0/1] Fix sed warning message in sstate

2012-05-17 Thread Mark Hatle
The following changes since commit 2cf6e7cf81c0b864b5d51be60094a6eb3e584383: fotowall: Add #include ui_wizard.h to ExportWizard.cpp (2012-05-16 07:33:15 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/sstate

[OE-core] [PATCH 1/1] sstate.bbclass: Make sure we don't have an empty fixmepath file

2012-05-17 Thread Mark Hatle
Jason Wessel noticed that a package without any fixmepath entries would generate a sed warning about no input files. This patch resolves that by ensuring that an empty fixmepath file never gets written into the sstate archive. Also we avoid a second message by only doing xargs if we got input.

Re: [OE-core] [CONSOLIDATED PULL 00/12] Updated and Fixes

2012-05-17 Thread Richard Purdie
On Thu, 2012-05-17 at 19:51 +0300, Saul Wold wrote: Richard, Pull in the backlog of changes from this week. Bigest change that need looking at are Chris's. Sau! The following changes since commit 2cf6e7cf81c0b864b5d51be60094a6eb3e584383: fotowall: Add #include ui_wizard.h to

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Koen Kooi
Op 17 mei 2012 om 22:29 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Tue, 2012-05-15 at 13:54 -0700, Khem Raj wrote: On Tue, May 15, 2012 at 2:32 AM, Koen Kooi k...@dominion.thruhere.net wrote: The commit breaks pkgconfig and after discussing it with

Re: [OE-core] Linux-yocto 3.0 crashes at do_patch...

2012-05-17 Thread Flanagan, Elizabeth
On Thu, May 17, 2012 at 7:59 AM, Andrei Gherzan and...@gherzan.ro wrote: Today i just gave another try same result. Responding here as well as the yocto list: A few people have been having this issue and after some discussion we think we have a root cause. Let me first explain what

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Richard Purdie
On Thu, 2012-05-17 at 22:44 +0200, Koen Kooi wrote: Op 17 mei 2012 om 22:29 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Tue, 2012-05-15 at 13:54 -0700, Khem Raj wrote: On Tue, May 15, 2012 at 2:32 AM, Koen Kooi k...@dominion.thruhere.net wrote:

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Tom Rini
On Thu, May 17, 2012 at 10:02:43PM +0100, Richard Purdie wrote: On Thu, 2012-05-17 at 22:44 +0200, Koen Kooi wrote: Op 17 mei 2012 om 22:29 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Tue, 2012-05-15 at 13:54 -0700, Khem Raj wrote: On Tue, May

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Paul Eggleton
On Thursday 17 May 2012 14:16:37 Tom Rini wrote: All that's happened is that meta-oe has been working as intended and put in a newer version of a recipe, before oe-core can move to it, and found problems that need to be addressed. This is where I disagree - IMHO meta-oe should be split such

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Otavio Salvador
On Thu, May 17, 2012 at 6:25 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 17 May 2012 14:16:37 Tom Rini wrote: All that's happened is that meta-oe has been working as intended and put in a newer version of a recipe, before oe-core can move to it, and found problems that

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Paul Eggleton
On Thursday 17 May 2012 18:51:05 Otavio Salvador wrote: It is important to state that if OE-Core breaks Meta-OE this is crticial. It is not Yocto that people use and many active contributors use Meta-OE so it is important and critical to that people. Seems more health to the project to give

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Otavio Salvador
On Thu, May 17, 2012 at 7:01 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 17 May 2012 18:51:05 Otavio Salvador wrote: It is important to state that if OE-Core breaks Meta-OE this is crticial. It is not Yocto that people use and many active contributors use Meta-OE so it

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Paul Eggleton
On Thursday 17 May 2012 19:11:20 Otavio Salvador wrote: On Thu, May 17, 2012 at 7:01 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 17 May 2012 18:51:05 Otavio Salvador wrote: It is important to state that if OE-Core breaks Meta-OE this is crticial. It is not Yocto that

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Phil Blundell
On Thu, 2012-05-17 at 18:51 -0300, Otavio Salvador wrote: It is important to state that if OE-Core breaks Meta-OE this is crticial. It is not Yocto that people use and many active contributors use Meta-OE so it is important and critical to that people. Seems more health to the project to give

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Khem Raj
On Thu, May 17, 2012 at 2:51 PM, Otavio Salvador ota...@ossystems.com.br wrote: From time to time it is easier to avoid to work in OE-Core and work in meta-oe or another layer; udev is no different. It has been update in meta-oe long time ago and many people use and depends on it. if udev has

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Andreas Müller
On Fri, May 18, 2012 at 12:50 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, May 17, 2012 at 2:51 PM, Otavio Salvador ota...@ossystems.com.br wrote: From time to time it is easier to avoid to work in OE-Core and work in meta-oe or another layer; udev is no different. It has been update in

[OE-core] [PATCH 0/1] Misc fixes

2012-05-17 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit b7c1ac86909b1479434048c3e1d013d6efd9eac8: Revert kmod: Use base_libdir for installing libkmod (2012-05-17 21:13:11 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/work

[OE-core] [PATCH 0/5 v2] Uprev RPM to 5.4.9

2012-05-17 Thread Mark Hatle
Berkley DB also gets upreved, and a new package ossp-uuid gets added to the system. This was -heavily- tested with and without zypper on IA, and PPC. In addition a minor performance enhancement with a query operation was added. The uprev also adds the capability of using PACKAGECONFIG settings

[OE-core] [PATCH 1/5 v2] rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)

2012-05-17 Thread Mark Hatle
RPM 5.4.8 requires db 5.3.x, so both are upgraded together. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/rootfs_rpm.bbclass| 22 +- .../rpm/rpm/fix_for_automake_1.11.2.patch | 54 --- .../rpm/rpm/fprint-pointer-fix.patch |

[OE-core] [PATCH 2/5 v2] rpm: Upgrade RPM to 5.4.9

2012-05-17 Thread Mark Hatle
Beside upreving RPM, add necessary integration pathces to libzypp. Also change the configuration of RPM to support PACKAGECONFIG flags. RPM is highly configurable, the default configuration is good for minimal OE-Core use. Signed-off-by: Mark Hatle mark.ha...@windriver.com ---

[OE-core] [PATCH 3/5 v2] ossp-uuid: Add oss-uuid package and RPM 5.4.9 integration

2012-05-17 Thread Mark Hatle
RPM 5.4.9 now strongly encourages you to have the ossp-uuid library available. Add this recipe, and change RPM to use the uuid functionality. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../ossp-uuid/0001-Change-library-name.patch | 112

[OE-core] [PATCH 4/5 v2] package_rpm: Add capability to directly query packageorigin

2012-05-17 Thread Mark Hatle
Add functionality to RPM to directly query the packageorigin (path) from the resolver database, instead of having to do this via an indirect method. This results in a minor performance improvement. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/package_rpm.bbclass

[OE-core] [PATCH 5/5 v2] rpm: Bump PR numbers on componnets that require RPM

2012-05-17 Thread Mark Hatle
With the recent RPM uprev, libzypp, sat-solver and zypper should be rebuilt to ensure they get the right BerkleyDB and rpmdb interfaces. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-extended/libzypp/libzypp_git.bb |2 +-

[OE-core] [PATCH 0/1] sanity.bbclass: Fix typo

2012-05-17 Thread Peter Seebach
So, somehow in the the cleanup, I dropped the % tune following a %s. Re-added in this patch. And because I know how typo-prone I am, I tested that this really does produce the right results now. :) The following changes since commit 7163ebd92a799b8f000b2b6f303b20de468b5f90: Koen Kooi (1):

[OE-core] [PATCH 1/1] sanity.bbclass: Attach the missing value to a format string.

2012-05-17 Thread Peter Seebach
The tuning changes to sanity.bbclass were almost right, but one of the messages had a %s with no % operator. Signed-off-by: Peter Seebach peter.seeb...@windriver.com --- meta/classes/sanity.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH 1/1] ncurses: Disable parallel make

2012-05-17 Thread Xiaofeng Yan
On 2012年05月17日 20:02, Jason Wessel wrote: On 05/16/2012 09:01 PM, Xiaofeng Yan wrote: On 2012年05月16日 19:02, Saul Wold wrote: On 05/16/2012 01:10 PM, xiaofeng@windriver.com wrote: From: Xiaofeng Yanxiaofeng@windriver.com Ncurses failure non-gplv3 build by race issue. So disable

Re: [OE-core] RFC: FOO_subtract, the logical antidote to FOO_append.

2012-05-17 Thread Chris Larson
On Wed, May 16, 2012 at 9:58 AM, Peter Seebach peter.seeb...@windriver.com wrote: On Wed, 16 May 2012 07:35:45 +0300 Saul Wold s...@linux.intel.com wrote: My understanding is that a _subtract is fraught with danger, there all sorts of ordering implications. Yes. But consider, if you will,

Re: [OE-core] [PATCH] sanity.bbclass: check user can read and write to SSTATE_DIR

2012-05-17 Thread Saul Wold
On 05/12/2012 04:00 AM, Joshua Lock wrote: The user needs read and write permissions to SSTATE_DIR, check whether they have sufficient permissions and if not recommend use of SSTATE_MIRRORS. Signed-off-by: Joshua Lockj...@linux.intel.com --- meta/classes/sanity.bbclass | 17

Re: [OE-core] [PATCH] oe.types: give the regex type more sane semantics

2012-05-17 Thread Saul Wold
On 05/16/2012 04:26 AM, Christopher Larson wrote: From: Christopher Larsonchris_lar...@mentor.com Currently, if a variable is unset or has an empty value, the regex type will return a match object which always matches. Not all variable types will necessarily have the same behavior for handling

Re: [OE-core] [PATCH 0/1] archiver.bbclass: Add two default set for avoiding error when missing assignment

2012-05-17 Thread Saul Wold
On 05/16/2012 11:59 AM, xiaofeng@windriver.com wrote: From: Xiaofeng Yanxiaofeng@windriver.com This is V2. Add two default set(SOURCE_ARCHIVE_LOG_WITH_SCRIPTS, SOURCE_ARCHIVE_PACKAGE_TYPE) to archiver.bbclass for avoiding building error when forgetting to assign to them. Make some

Re: [OE-core] [PATCH] gnutls: update to 2.12.19

2012-05-17 Thread Saul Wold
On 05/16/2012 03:07 PM, Bogdan Marinescu wrote: Tested with curl in qemux86/core-image-lsb. Signed-off-by: Bogdan Marinescubogdan.a.marine...@intel.com --- .../configure-fix.patch|0 .../correct_rpl_gettimeofday_signature.patch |0

Re: [OE-core] [PATCH] gnupg: Update to upstream version 2.0.19

2012-05-17 Thread Saul Wold
On 05/16/2012 04:47 PM, Laurentiu Palcu wrote: Signed-off-by: Laurentiu Palculaurentiu.pa...@intel.com --- .../gnupg/{gnupg_2.0.18.bb = gnupg_2.0.19.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.0.18.bb = gnupg_2.0.19.bb}

Re: [OE-core] [PATCH] xf86-video-vmware: update package to 12.0.2

2012-05-17 Thread Saul Wold
On 05/16/2012 05:27 PM, Alexandru DAMIAN wrote: This patch updates the package version for the vmware xorg driver to 12.0.2, following upstream. No other changes made beside updating the checksums. --- ...mware_12.0.1.bb = xf86-video-vmware_12.0.2.bb} |6 +++--- 1 file changed, 3