Re: [OE-core] [PATCH 3/3 v2] distro_tracking_fields: update packages tracking fields

2011-10-20 Thread Saul Wold
On 10/19/2011 10:59 PM, wenzong@windriver.com wrote: From: Wenzong Fan Update packages tracking fields including ccache, chkconfig. Signed-off-by: Wenzong Fan --- .../conf/distro/include/distro_tracking_fields.inc | 12 1 files changed, 12 insertions(+), 0 deletions(-) di

Re: [OE-core] [PATCH 2/6] gmp: also generate the libgmpcxx library

2011-10-20 Thread Saul Wold
On 10/18/2011 05:30 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble configure runs few checks to make sure c++ compiler and runtime are working as expected with the --enable-cxx=detect option. Somehow this change has also changed what the gmp package provides, before this change the

[OE-core] [CONSOLIDATED PULL - v2 00/26] More Updates and Fixes

2011-10-20 Thread Saul Wold
Richard, This adds on to yesterday's Consolidated Pull with more patches for both updates and fixes. a couple of note: Anders' module.bbclass change Otavio's distubute_src, this change looks good, but needs your eyes. The rest are mostly straight

[OE-core] [CONSOLIDATED PULL - v2 01/26] poky: fix broken ubifs link in deploy folder

2011-10-20 Thread Saul Wold
From: Lauri Hintsala Fix broken rootfs image link when ubifs is used. Function runimagecmd is using image name "${IMAGE_NAME}.rootfs.${type}". Let's use the same name in IMAGE_CMD_ubifs. Signed-off-by: Lauri Hintsala --- meta/classes/image_types.bbclass |2 +- 1 files changed, 1 insertion

[OE-core] [CONSOLIDATED PULL - v2 03/26] gcc-4.6: Upgrade SRCREV to latest FSF 4.6 branch

2011-10-20 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 8ca3174..0fb6287 100644 --- a/meta/recipes-devtools/gcc

[OE-core] [CONSOLIDATED PULL - v2 08/26] insane.bbclass: print full path on invalid LICENSE_FILES_CHKSUM

2011-10-20 Thread Saul Wold
From: Darren Hart Currently only the basename is printed when os.path.isfile() returns a failure for the license file. If the file is present, but in the wrong directory, this can be non-obvious to debug. Use the full path instead. Make a minor grammatical correction in the error message while w

[OE-core] [CONSOLIDATED PULL - v2 02/26] bluez4: Add glib-2.0 to DEPENDS

2011-10-20 Thread Saul Wold
From: Khem Raj Fixes | attrib/utils.c:25:18: fatal error: glib.h: No such file or directory | compilation terminated. | make[1]: *** [attrib/utils.o] Error 1 | make[1]: *** Waiting for unfinished jobs | attrib/interactive.c:27:18: fatal error: glib.h: No such file or directory | compilation

[OE-core] [CONSOLIDATED PULL - v2 05/26] ghostscript: Disable parallel make due to install issues

2011-10-20 Thread Saul Wold
ghostscript uses a script called instcopy to install files first to temp dir and then rm's and copies dirs|files to the final destination. When parallel make happens multiple threads of this runs and tries to remove existing directories with contents, not a good thing, therefore disable parallel ma

[OE-core] [CONSOLIDATED PULL - v2 06/26] src_distribute.bbclass, src_distribute_local.bbclass: mostly rewritten

2011-10-20 Thread Saul Wold
From: Otavio Salvador The code used to reference unavailable variables and mistakenly define the tasks so fully demonstrating this have not been in use for a while. During the code rewrite, it was extended to copy also the patches into the source distribution directory but using the PF as prefix

[OE-core] [CONSOLIDATED PULL - v2 09/26] x86 tune files: set baselib for x32 tune as libx32

2011-10-20 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/conf/machine/include/ia32/arch-ia32.inc |2 +- meta/conf/machine/include/tune-core2.inc |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/machine/include/ia32/arch-ia32.inc b/meta/conf/machine

[OE-core] [CONSOLIDATED PULL - v2 04/26] gcc-4.6: Backport PR46934 fix

2011-10-20 Thread Saul Wold
From: Khem Raj We have been hitting this issue on ARM/thumb and have a workaround in place to compile samba http://git.openembedded.org/openembedded/commit/recipes/samba/samba_3.2.15.bb?id=4ba7aa07c0dcd28f94515ff9927e2a04403fcf15 This backport should fix the gcc bug Signed-off-by: Khem Raj ---

[OE-core] [CONSOLIDATED PULL - v2 10/26] python-scons: upgrade from 2.0.1 to 2.1.0

2011-10-20 Thread Saul Wold
From: Nitin A Kamble the LICENSE.txt has added 2011 year to the copyright line he nce the MD5 sum is different. Signed-off-by: Nitin A Kamble --- ...ative_2.0.1.bb => python-scons-native_2.1.0.bb} |3 +-- ...python-scons_2.0.1.bb => python-scons_2.1.0.bb} |6 +++--- 2 files changed, 4

[OE-core] [CONSOLIDATED PULL - v2 20/26] chkconfig: Update to 1.3.55

2011-10-20 Thread Saul Wold
From: Wenzong Fan Update chkconfig to 1.3.55 from 1.3.52. Signed-off-by: Wenzong Fan --- .../{chkconfig_1.3.52.bb => chkconfig_1.3.55.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/chkconfig/{chkconfig_1.3.52.bb => chkconfig_1.3.55.bb} (83%

[OE-core] [CONSOLIDATED PULL - v2 11/26] python-dbus: upgrade from 0.83.2 to 0.84.0

2011-10-20 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- ...python-dbus_0.83.2.bb => python-dbus_0.84.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-dbus_0.83.2.bb => python-dbus_0.84.0.bb} (83%) diff --git a/meta/recipes-devtool

[OE-core] [CONSOLIDATED PULL - v2 16/26] liburi-perl: update to 1.59

2011-10-20 Thread Saul Wold
From: Kang Kai Update liburi-perl to 1.59 Signed-off-by: Kang Kai --- .../{liburi-perl_1.58.bb => liburi-perl_1.59.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/perl/{liburi-perl_1.58.bb => liburi-perl_1.59.bb} (81%) diff --git a/meta/rec

[OE-core] [CONSOLIDATED PULL - v2 19/26] ccache: update to 3.1.6

2011-10-20 Thread Saul Wold
From: Wenzong Fan Update ccache to 3.1.6 from 3.1.5. Signed-off-by: Wenzong Fan --- .../ccache/{ccache_3.1.5.bb => ccache_3.1.6.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/ccache/{ccache_3.1.5.bb => ccache_3.1.6.bb} (47%) diff --git a/met

[OE-core] [CONSOLIDATED PULL - v2 17/26] libsdl: update to 1.2.14

2011-10-20 Thread Saul Wold
From: Kang Kai Update libsdl to 1.2.14 * update configure_tweak.patch * update bb file, including add configure option --disable-video-ps3, drop acinclude.m4 and kernel-asm-page.patch and remove old libtool macros Signed-off-by: Kang Kai --- meta/recipes-graphics/libsdl/files/acinclude.m4

[OE-core] [CONSOLIDATED PULL - v2 14/26] ghostscript: update to 9.04

2011-10-20 Thread Saul Wold
From: Kang Kai Remove the old version and update ghostscript to 9.04. * update ghostscript-9.02-prevent_recompiling.patch * because soobj is not used any more, remove soobj related work * gs provides a configure option --with-install-cups to install cups related files but disabled by default,

[OE-core] [CONSOLIDATED PULL - v2 22/26] gst-plugins-good: update to 0.10.30

2011-10-20 Thread Saul Wold
From: Joshua Lock Signed-off-by: Joshua Lock --- ...good_0.10.28.bb => gst-plugins-good_0.10.30.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.28.bb => gst-plugins-good_0.10.30.bb} (84%) diff --git a/meta/reci

[OE-core] [CONSOLIDATED PULL - v2 13/26] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc | 42 1 files changed, 25 insertions(+), 17 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking

[OE-core] [CONSOLIDATED PULL - v2 18/26] distro_tracking_fields: update packages tracking fields

2011-10-20 Thread Saul Wold
From: Kang Kai Update packages tracking fields including ghostscript, libsdl, libxml-sax-perl and liburi-perl. Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/meta/conf/d

[OE-core] [CONSOLIDATED PULL - v2 07/26] ghostscript: renamed x86_64 to x86-64 for patch to work

2011-10-20 Thread Saul Wold
Signed-off-by: Saul Wold --- .../ghostscript/{x86_64 => x86-64}/objarch.h |0 .../ghostscript/{x86_64 => x86-64}/soobjarch.h |0 2 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-extended/ghostscript/ghostscript/{x86_64 => x86-64}/objarch.h (100%) rename me

[OE-core] [CONSOLIDATED PULL - v2 21/26] module.bbclass: add lock to prevent error bulding ext modules

2011-10-20 Thread Saul Wold
From: Anders Darander When external modules are built, files in $STAGING_KERNEL_DIR/scripts/basic will/can get rebuilt. This raises a potential race condition. Prevent this by adding a lock around the do_make_scripts() function. Further, make sure that the kernel has been installed to the sysro

[OE-core] [CONSOLIDATED PULL - v2 26/26] distro-tracking-fields: update fields for tzdata and gst-plugins-good

2011-10-20 Thread Saul Wold
From: Joshua Lock These recipes were each updated and so should their tracking data be. Signed-off-by: Joshua Lock --- .../conf/distro/include/distro_tracking_fields.inc | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/conf/distro/include/distro_trac

[OE-core] [CONSOLIDATED PULL - v2 15/26] libxml-sax-perl: update to 0.99

2011-10-20 Thread Saul Wold
From: Kang Kai Update libxml-sax-perl to 0.99 Signed-off-by: Kang Kai --- ...ml-sax-perl_0.96.bb => libxml-sax-perl_0.99.bb} |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-extended/perl/{libxml-sax-perl_0.96.bb => libxml-sax-perl_0.99.bb} (85%) diff --g

[OE-core] [CONSOLIDATED PULL - v2 23/26] tzdata: updated SRC_URI and update to 2011k

2011-10-20 Thread Saul Wold
From: Joshua Lock tzdata is now hosted by IANA at http://www.iana.org/time-zones Signed-off-by: Joshua Lock --- .../tzdata/{tzdata_2011k.bb => tzdata_2011l.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/tzdata/{tzdata_2011k.bb => tzdata_201

[OE-core] [CONSOLIDATED PULL - v2 24/26] tzcode-native: update SRC_URI to new IANA location

2011-10-20 Thread Saul Wold
From: Joshua Lock The TZ database has moved, it's now hosted by IANA. Signed-off-by: Joshua Lock --- .../recipes-extended/tzcode/tzcode-native_2011i.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/tzcode/tzcode-native_2011i.bb b/meta/recipe

[OE-core] [CONSOLIDATED PULL - v2 12/26] libxml-parser-perl: upgrade from 2.40 to 2.41

2011-10-20 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- ...ser-perl_2.40.bb => libxml-parser-perl_2.41.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/perl/{libxml-parser-perl_2.40.bb => libxml-parser-perl_2.41.bb} (82%) diff --git a/meta/recip

[OE-core] [CONSOLIDATED PULL - v2 25/26] gst-plugins-good: correctly handle gconf schema

2011-10-20 Thread Saul Wold
From: Joshua Lock Add the shipped gconf schema to the base package and inherit the gconf class so that scheme processing is handled via post* scripts. Signed-off-by: Joshua Lock --- .../gstreamer/gst-plugins-good_0.10.30.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(

Re: [OE-core] [PATCH 2/6] gmp: also generate the libgmpcxx library

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 09:50 heeft Saul Wold het volgende geschreven: > On 10/18/2011 05:30 PM, nitin.a.kam...@intel.com wrote: >> From: Nitin A Kamble >> >> configure runs few checks to make sure c++ compiler and runtime are working >> as expected >> with the --enable-cxx=detect option. >> > Som

[OE-core] sdk path problem

2011-10-20 Thread James Limbouris
Hi, I have been using meta-toolchain-qte in the past to cross compile a Qt app, and the Linux kernel. Recently I replaced my old SDK image with a fresh one, and found that I could not link vmlinux anymore. When building the kernel, I use the following ('rica' is the distribution name): export

Re: [OE-core] [PATCH 2/6] gmp: also generate the libgmpcxx library

2011-10-20 Thread Phil Blundell
On Thu, 2011-10-20 at 00:50 -0700, Saul Wold wrote: > The example case I found was a coreutils package that was built prior to > this change failed to fulfill it's dependencies after this change when > creating an image. If I rebuild coreutils with the newer gmp build, > then all is well, I thi

Re: [OE-core] [CONSOLIDATED PULL - v2 09/26] x86 tune files: set baselib for x32 tune as libx32

2011-10-20 Thread Phil Blundell
On Thu, 2011-10-20 at 00:50 -0700, Saul Wold wrote: > From: Nitin A Kamble > > Signed-off-by: Nitin A Kamble Why is this a good thing? There is no explanation in the commit message. p. ___ Openembedded-core mailing list Openembedded-core@lists.op

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Richard Purdie
On Thu, 2011-10-20 at 08:23 +0200, Koen Kooi wrote: > Op 28 sep. 2011, om 22:04 heeft Otavio Salvador het volgende geschreven: > > > On Wed, Sep 28, 2011 at 16:50, Richard Purdie > > wrote: > >>> This patch improves the current situation and I don't foresee the > >>> autoPR code working soon > >>

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 13:21 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-10-20 at 08:23 +0200, Koen Kooi wrote: >> Op 28 sep. 2011, om 22:04 heeft Otavio Salvador het volgende geschreven: >> >>> On Wed, Sep 28, 2011 at 16:50, Richard Purdie >>> wrote: > This patch improves the

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Otavio Salvador
On Thu, Oct 20, 2011 at 09:29, Koen Kooi wrote: ... >> So I'm drawing a line here and no, we can't take this. If its fine to >> expect people to bump PR values manually for lib* changes, its fine for >> kernels too. I'd suggest you do drop this from meta-oe and we start >> building up pressure for

Re: [OE-core] [PATCH 1/2] qmmp: update to 0.5.2

2011-10-20 Thread Xiaofeng Yan
On 2011年10月20日 07:18, Saul Wold wrote: On 10/19/2011 03:31 AM, Xiaofeng Yan wrote: On 2011年10月18日 13:44, Xiaofeng Yan wrote: On 2011年10月18日 13:35, Saul Wold wrote: On 10/17/2011 10:21 PM, Xiaofeng Yan wrote: From: Xiaofeng Yan The new version of qmmp can run on core-image-sato by test. $qmmp

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Frans Meulenbroeks
2011/10/20 Koen Kooi > > Op 20 okt. 2011, om 13:21 heeft Richard Purdie het volgende geschreven: > > > On Thu, 2011-10-20 at 08:23 +0200, Koen Kooi wrote: > >> Op 28 sep. 2011, om 22:04 heeft Otavio Salvador het volgende geschreven: > >> > >>> On Wed, Sep 28, 2011 at 16:50, Richard Purdie > >>>

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Richard Purdie
On Thu, 2011-10-20 at 13:29 +0200, Koen Kooi wrote: > Op 20 okt. 2011, om 13:21 heeft Richard Purdie het volgende geschreven: > > > On Thu, 2011-10-20 at 08:23 +0200, Koen Kooi wrote: > >> Op 28 sep. 2011, om 22:04 heeft Otavio Salvador het volgende geschreven: > >> > >>> On Wed, Sep 28, 2011 at

Re: [OE-core] [CONSOLIDATED PULL - v2 09/26] x86 tune files: set baselib for x32 tune as libx32

2011-10-20 Thread Richard Purdie
On Thu, 2011-10-20 at 10:02 +0100, Phil Blundell wrote: > On Thu, 2011-10-20 at 00:50 -0700, Saul Wold wrote: > > From: Nitin A Kamble > > > > Signed-off-by: Nitin A Kamble > > Why is this a good thing? There is no explanation in the commit > message. Agreed, we need to improve the commit mes

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 14:38 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-10-20 at 13:29 +0200, Koen Kooi wrote: >> Op 20 okt. 2011, om 13:21 heeft Richard Purdie het volgende geschreven: >> >>> On Thu, 2011-10-20 at 08:23 +0200, Koen Kooi wrote: Op 28 sep. 2011, om 22:04 heeft

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Otavio Salvador
On Thu, Oct 20, 2011 at 10:54, Koen Kooi wrote: ... >> Also, the idea never was to have everyone using bleeding edge for >> shipping products. This is what stable releases are for? > > That's what stable releases are for, but I don't see a release for OE-core, > do you? I see a poky release, but

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Richard Purdie
On Thu, 2011-10-20 at 14:54 +0200, Koen Kooi wrote: > Op 20 okt. 2011, om 14:38 heeft Richard Purdie het volgende geschreven: > > > On Thu, 2011-10-20 at 13:29 +0200, Koen Kooi wrote: > >> Op 20 okt. 2011, om 13:21 heeft Richard Purdie het volgende geschreven: > >> > >>> On Thu, 2011-10-20 at 08:

Re: [OE-core] [CONSOLIDATED PULL - v2 00/26] More Updates and Fixes

2011-10-20 Thread Richard Purdie
On Thu, 2011-10-20 at 00:50 -0700, Saul Wold wrote: > Richard, > > This adds on to yesterday's Consolidated Pull with more patches for > both updates and fixes. > > a couple of note: Anders' module.bbclass change >Otavio's distubute_src, this change looks good, >

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Richard Purdie
On Wed, 2011-10-19 at 16:33 -0700, Saul Wold wrote: > On 10/19/2011 12:00 PM, Otavio Salvador wrote: > > On Wed, Oct 19, 2011 at 16:30, Khem Raj wrote: > > ... > > Many upstreams we can't track if updates are required automagically, so > > we > > need a place to record when the last ma

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Martin Jansa
On Thu, Oct 20, 2011 at 03:25:52PM +0100, Richard Purdie wrote: > On Wed, 2011-10-19 at 16:33 -0700, Saul Wold wrote: > > On 10/19/2011 12:00 PM, Otavio Salvador wrote: > > > On Wed, Oct 19, 2011 at 16:30, Khem Raj wrote: > > > ... > > > Many upstreams we can't track if updates are required au

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 16:36 heeft Martin Jansa het volgende geschreven: > On Thu, Oct 20, 2011 at 03:25:52PM +0100, Richard Purdie wrote: >> On Wed, 2011-10-19 at 16:33 -0700, Saul Wold wrote: >>> On 10/19/2011 12:00 PM, Otavio Salvador wrote: On Wed, Oct 19, 2011 at 16:30, Khem Raj wrote: >>

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Richard Purdie
On Thu, 2011-10-20 at 16:36 +0200, Martin Jansa wrote: > On Thu, Oct 20, 2011 at 03:25:52PM +0100, Richard Purdie wrote: > > On Wed, 2011-10-19 at 16:33 -0700, Saul Wold wrote: > > > On 10/19/2011 12:00 PM, Otavio Salvador wrote: > > > > On Wed, Oct 19, 2011 at 16:30, Khem Raj wrote: > > > > ... >

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Eric Bénard
Hi, Le 19/10/2011 21:00, Otavio Salvador a écrit : A plus of this choice is it will be more difficult to forget to update that info. This happened in last qt update for an example. in fact that was in the first patch submitted but got lost in the v2 :-( Eric _

Re: [OE-core] useradd class not working

2011-10-20 Thread Mark Hatle
On 10/19/11 11:26 PM, Otavio Salvador wrote: > Hello, > > I am using useradd in a recipe and it needs to add a group in the > rootfs at build time. This doesn't work. > > it seems groupadd does nothing. > > Has someone used or tried it? > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/me

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Khem Raj
On Thu, Oct 20, 2011 at 7:25 AM, Richard Purdie wrote: > a) Keep the data where it is > b) Merge the data into the recipes We once had maintainers and then backed out of it this would reintroduce that and bitbake might have to eat more memory to parse this information. > c) Move the data out of

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 17:55 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-10-20 at 16:36 +0200, Martin Jansa wrote: >> On Thu, Oct 20, 2011 at 03:25:52PM +0100, Richard Purdie wrote: >>> On Wed, 2011-10-19 at 16:33 -0700, Saul Wold wrote: On 10/19/2011 12:00 PM, Otavio Salvador

Re: [OE-core] sdk path problem

2011-10-20 Thread Khem Raj
On Thu, Oct 20, 2011 at 1:22 AM, James Limbouris wrote: > Hi, > > I have been using meta-toolchain-qte in the past to cross compile a Qt app, > and the Linux kernel. > Recently I replaced my old SDK image with a fresh one, and found that I could > not link vmlinux anymore. > > When building the

Re: [OE-core] sdk path problem

2011-10-20 Thread Tom Rini
On Thu, Oct 20, 2011 at 9:27 AM, Khem Raj wrote: > On Thu, Oct 20, 2011 at 1:22 AM, James Limbouris > wrote: >> Hi, >> >> I have been using meta-toolchain-qte in the past to cross compile a Qt app, >> and the Linux kernel. >> Recently I replaced my old SDK image with a fresh one, and found that

Re: [OE-core] sdk path problem

2011-10-20 Thread Richard Purdie
On Thu, 2011-10-20 at 08:22 +, James Limbouris wrote: > Hi, > > I have been using meta-toolchain-qte in the past to cross compile a Qt app, > and the Linux kernel. > Recently I replaced my old SDK image with a fresh one, and found that I could > not link vmlinux anymore. > > When building t

Re: [OE-core] [PATCH 0/6] recipe upgrades + some fixes

2011-10-20 Thread Saul Wold
On 10/18/2011 05:30 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble More information in the commit log bellow. Thanks, Nitin The following changes since commit b4757833c3548b5ee3a1cce58e2f059b3f63cb09: fontconfig: fix fix-pkgconfig.patch (2011-10-18 18:18:36 +0100) are available i

Re: [OE-core] [PATCH 0/3 v2] Update packages

2011-10-20 Thread Saul Wold
On 10/19/2011 11:04 PM, wenzong@windriver.com wrote: From: Wenzong Fan v2 add the patch to distro_tracking_fields.inc file. The following changes since commit b4757833c3548b5ee3a1cce58e2f059b3f63cb09: Martin Jansa (1): fontconfig: fix fix-pkgconfig.patch are available in the gi

Re: [OE-core] [PATCH 0/4] Update tzdata and gst-plugins-good v2

2011-10-20 Thread Saul Wold
On 10/19/2011 03:49 PM, Joshua Lock wrote: Upgraded tzdata, tzcode-native and gst-plugins-good per mailing list requests. Updated gst-plugins-good recipe to install and correctly handle its gconf schema. Cheers, Joshua The following changes since commit e31dd9b65f3b03f79cabab25eca157532de3bd9c

Re: [OE-core] [PATCH 0/1] Fix race while building external modules

2011-10-20 Thread Saul Wold
On 10/19/2011 04:15 AM, Anders Darander wrote: When building an image with several external modules, a race is likely to occur. This race is when building scripts in the staged kernel tree (sysroot). To prevent this, we promote the do_make_scripts() function to a task, which we protect by a loc

Re: [OE-core] useradd class not working

2011-10-20 Thread Otavio Salvador
On Thu, Oct 20, 2011 at 14:12, Mark Hatle wrote: ... > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb > > That is the recipe that was used when testing this feature.  If it no longer > works properly then something has recently broken

Re: [OE-core] [PATCH 0/5] Update packages V3

2011-10-20 Thread Saul Wold
On 10/18/2011 10:45 PM, Kang Kai wrote: Hi Saul, Version 3: remove obsolete patches, and add distro tracking information. Version 2: only add libsdl update Update ghostscript, libxml-sax-perl and liburi-perl to latest version. Regards, The following changes since commit 3c517bfe6c6d7781658f

Re: [OE-core] [PATCH] insane.bbclass: print full path on invalid LICENSE_FILES_CHKSUM

2011-10-20 Thread Saul Wold
On 10/18/2011 12:00 PM, Darren Hart wrote: Currently only the basename is printed when os.path.isfile() returns a failure for the license file. If the file is present, but in the wrong directory, this can be non-obvious to debug. Use the full path instead. Make a minor grammatical correction in

Re: [OE-core] [PATCH 0/3] gcc update and bug fix

2011-10-20 Thread Saul Wold
On 10/17/2011 06:38 PM, Khem Raj wrote: This patchset does two things for gcc 1. Updates to latest from FSF gcc-4_6-branch 2. Backport the fix for PR46934 The changes that come from FSF gcc are listed here http://sakrah.homelinux.org/files/gcc-4.6-ChangeLog-r180099_r180099.txt 3. Bluez4 needed

Re: [OE-core] [PATCH] bind 9.8.1: fix build after recent update

2011-10-20 Thread Saul Wold
On 10/17/2011 08:25 AM, Koen Kooi wrote: | checking linking as -lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err... no | checking linking as -lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err... no | checking linking as -lgss -lkrb5... no | configure: error: could not determine prop

Re: [OE-core] [PATCH 0/2] gstreamer plugins update/fix

2011-10-20 Thread Saul Wold
On 10/17/2011 06:27 AM, Paul Eggleton wrote: I noticed we don't have the latest stable version of gst-plugins-base, I'm assuming there wasn't a specific reason for this (FWIW the old version installs a header which causes some applications to fail to build, due to the use of G_CONST_RETURN which

Re: [OE-core] [PATCH 0/1] Make src_distribute to work

2011-10-20 Thread Saul Wold
On 10/17/2011 06:04 AM, Otavio Salvador wrote: The following changes since commit f2dada2079b5f98e13d4888609368ba111967a60: lsb: Change link of ${baselib} to lib64 for 64bits system (2011-10-17 13:42:03 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core mas

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Joshua Lock
On 10/20/2011 09:24 AM, Koen Kooi wrote:> > I'm in favour of having info in the recipe (or bbappend!) who is looking > after it if it doesn't end up in the output package. > > Regardless of where to put the info, I would like to propose to orphan every > recipe in OE-core and ask for volunteers

Re: [OE-core] [PATCH 4/4] gst-plugins-good: correctly handle gconf schema

2011-10-20 Thread Joshua Lock
On 10/19/2011 10:41 PM, Koen Kooi wrote: > > Op 20 okt. 2011, om 00:49 heeft Joshua Lock het volgende geschreven: > >> Add the shipped gconf schema to the base package and inherit the gconf class >> so that scheme processing is handled via post* scripts. >> >> Signed-off-by: Joshua Lock >> ---

[OE-core] [PATCH 0/2] perl & tcl recipe upgrades

2011-10-20 Thread nitin . a . kamble
From: Nitin A Kamble I tested perl inside qemux86 & qemuarm machines, and basic functionality of perl was working fine. Please help test it out. Thank you, Nitin The following changes since commit 066f6bed29dff0b4faac586eba7a865584c4fe4b: distro-tracking: update data for some toolchain reci

[OE-core] [PATCH 2/2] tcl: upgrade from 8.5.9 to 8.5.10

2011-10-20 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../tcltk/tcl/fix_non_native_build_issue.patch | 16 +++- .../tcltk/tcl/tcl-add-soname.patch | 26 ++-- .../tcltk/{tcl_8.5.9.bb => tcl_8.5.10.bb} |6 ++-- 3 files changed, 20 inse

Re: [OE-core] [PATCH 4/4] gst-plugins-good: correctly handle gconf schema

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011 om 19:41 heeft Joshua Lock het volgende geschreven: > > > On 10/19/2011 10:41 PM, Koen Kooi wrote: >> >> Op 20 okt. 2011, om 00:49 heeft Joshua Lock het volgende geschreven: >> >>> Add the shipped gconf schema to the base package and inherit the gconf class >>> so that sche

Re: [OE-core] [PATCH 4/4] gst-plugins-good: correctly handle gconf schema

2011-10-20 Thread Joshua Lock
On 10/20/2011 11:03 AM, Koen Kooi wrote: > Op 20 okt. 2011 om 19:41 heeft Joshua Lock het > volgende geschreven: > >> >> >> On 10/19/2011 10:41 PM, Koen Kooi wrote: >>> >>> Op 20 okt. 2011, om 00:49 heeft Joshua Lock het volgende geschreven: >>> Add the shipped gconf schema to the base pa

[OE-core] [PATCH 0/1] Handle gconf schema in gst-plugins-good

2011-10-20 Thread Joshua Lock
Thanks to Koen's feedback this updated patch correctly ships the gconf schema with the gconfelements package. Cheers, Joshua The following changes since commit 99da9a4e65f9dffb04efc3ad60125194c476d6b3: distro-tracking-fields: update fields for tzdata and gst-plugins-good (2011-10-20 13:07:16

[OE-core] [PATCH 1/1] gst-plugins-good: correctly handle gconf schema

2011-10-20 Thread Joshua Lock
Add the shipped gconf schema to the gconfelements package and inherit the gconf class so that schema processing is handled via post* scripts. Signed-off-by: Joshua Lock --- .../gstreamer/gst-plugins-good_0.10.30.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --

Re: [OE-core] [PATCH 1/1] gst-plugins-good: correctly handle gconf schema

2011-10-20 Thread Martin Jansa
On Thu, Oct 20, 2011 at 11:40:37AM -0700, Joshua Lock wrote: > Add the shipped gconf schema to the gconfelements package and inherit the > gconf > class so that schema processing is handled via post* scripts. > > Signed-off-by: Joshua Lock > --- > .../gstreamer/gst-plugins-good_0.10.30.bb

Re: [OE-core] [PATCH 1/1] gst-plugins-good: correctly handle gconf schema

2011-10-20 Thread Joshua Lock
On 10/20/2011 11:45 AM, Martin Jansa wrote: > On Thu, Oct 20, 2011 at 11:40:37AM -0700, Joshua Lock wrote: >> Add the shipped gconf schema to the gconfelements package and inherit the >> gconf >> class so that schema processing is handled via post* scripts. >> >> Signed-off-by: Joshua Lock >> -

[OE-core] [PATCH 0/4] Update coreutils, libtool and fixes needed for gold

2011-10-20 Thread Khem Raj
This patchset does the following 1. Upgrades coreutils and libtool partially helped with gold 2. Fixes a gcc bug thats highlighted by gold when linking connman 3. Fixes a DEPENDS problem in xserver-xorg With these changes I am able to build systemd-gnome-image for angstrom on arm The following c

[OE-core] [PATCH 2/4] gcc-4.6: Backport fix for PR32219

2011-10-20 Thread Khem Raj
This fix is needed for gold to work. Otherwise connman fails to build since it used hidden weak symbols. See http://gcc.gnu.org/bugzilla/PR32219 http://www.cygwin.com/ml/binutils/2008-02/msg00239.html The fix proposed to gcc had reviews which were not addressed hence the patch is not yet applied

[OE-core] [PATCH 3/4] coreutils: Upgrade recipe 8.12 -> 8.14

2011-10-20 Thread Khem Raj
Change in site files is needed since in cross build envrionment the test to check for gl_cv_func_fstatat_zero_flag is a runtime test Signed-off-by: Khem Raj --- .../remove-usr-local-lib-from-m4.patch | 18 +- .../{coreutils_8.12.bb => coreutils_8.14.bb} | 11

[OE-core] [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS

2011-10-20 Thread Khem Raj
Fixes the compile problems e.g. | checking for GL... yes | checking for DRIPROTO... yes | checking for DRI... no | configure: error: Package requirements (glproto >= 1.4.14 dri >= 7.8.0) were not met: | | No package 'dri' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you

[OE-core] [PATCH 4/4] libtool: Upgrade from 2.4 -> 2.4.2

2011-10-20 Thread Khem Raj
Adjust prefix.patch and delete resolve-sysroot.patch since its already applied upstream Signed-off-by: Khem Raj --- .../libtool/{libtool.inc => libtool-2.4.2.inc} | 26 +--- meta/recipes-devtools/libtool/libtool-2.4.inc | 13 -- ...libtool-cross_2.4.bb => libtool-cross_2

Re: [OE-core] [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS

2011-10-20 Thread Martin Jansa
On Thu, Oct 20, 2011 at 12:36:01PM -0700, Khem Raj wrote: > Fixes the compile problems e.g. > > | checking for GL... yes > | checking for DRIPROTO... yes > | checking for DRI... no > | configure: error: Package requirements (glproto >= 1.4.14 dri >= > 7.8.0) were not met: > | > | No package 'dri'

Re: [OE-core] sdk path problem

2011-10-20 Thread Tom Rini
On Thu, Oct 20, 2011 at 9:54 AM, Richard Purdie wrote: > On Thu, 2011-10-20 at 08:22 +, James Limbouris wrote: >> Hi, >> >> I have been using meta-toolchain-qte in the past to cross compile a Qt app, >> and the Linux kernel. >> Recently I replaced my old SDK image with a fresh one, and found

Re: [OE-core] useradd class not working

2011-10-20 Thread Otavio Salvador
On Thu, Oct 20, 2011 at 15:17, Otavio Salvador wrote: > On Thu, Oct 20, 2011 at 14:12, Mark Hatle wrote: > ... >> http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb >> >> That is the recipe that was used when testing this feature.  If it

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-20 Thread Saul Wold
On 10/20/2011 08:55 AM, Richard Purdie wrote: On Thu, 2011-10-20 at 16:36 +0200, Martin Jansa wrote: On Thu, Oct 20, 2011 at 03:25:52PM +0100, Richard Purdie wrote: On Wed, 2011-10-19 at 16:33 -0700, Saul Wold wrote: On 10/19/2011 12:00 PM, Otavio Salvador wrote: On Wed, Oct 19, 2011 at 16:30

Re: [OE-core] [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 21:44 heeft Martin Jansa het volgende geschreven: > On Thu, Oct 20, 2011 at 12:36:01PM -0700, Khem Raj wrote: >> Fixes the compile problems e.g. >> >> | checking for GL... yes >> | checking for DRIPROTO... yes >> | checking for DRI... no >> | configure: error: Package require

Re: [OE-core] [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS

2011-10-20 Thread Martin Jansa
On Thu, Oct 20, 2011 at 11:42:27PM +0200, Koen Kooi wrote: > > Op 20 okt. 2011, om 21:44 heeft Martin Jansa het volgende geschreven: > > > On Thu, Oct 20, 2011 at 12:36:01PM -0700, Khem Raj wrote: > >> Fixes the compile problems e.g. > >> > >> | checking for GL... yes > >> | checking for DRIPROT

[OE-core] [PATCH] default-providers: switch virtual/libgl from mesa-xlib to mesa-dri

2011-10-20 Thread Martin Jansa
* to match default virtual/xserver Signed-off-by: Martin Jansa --- meta/conf/distro/include/default-providers.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 66f7f

Re: [OE-core] sdk path problem

2011-10-20 Thread Richard Purdie
On Thu, 2011-10-20 at 13:24 -0700, Tom Rini wrote: > On Thu, Oct 20, 2011 at 9:54 AM, Richard Purdie > wrote: > > On Thu, 2011-10-20 at 08:22 +, James Limbouris wrote: > >> Hi, > >> > >> I have been using meta-toolchain-qte in the past to cross compile a Qt > >> app, and the Linux kernel. > >

Re: [OE-core] [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS

2011-10-20 Thread Khem Raj
On Thu, Oct 20, 2011 at 12:44 PM, Martin Jansa wrote: > On Thu, Oct 20, 2011 at 12:36:01PM -0700, Khem Raj wrote: >> Fixes the compile problems e.g. >> >> | checking for GL... yes >> | checking for DRIPROTO... yes >> | checking for DRI... no >> | configure: error: Package requirements (glproto >=

Re: [OE-core] sdk path problem

2011-10-20 Thread Khem Raj
On Thu, Oct 20, 2011 at 3:08 PM, Richard Purdie wrote: > On Thu, 2011-10-20 at 13:24 -0700, Tom Rini wrote: >> On Thu, Oct 20, 2011 at 9:54 AM, Richard Purdie >> wrote: >> > On Thu, 2011-10-20 at 08:22 +, James Limbouris wrote: >> >> Hi, >> >> >> >> I have been using meta-toolchain-qte in the

Re: [OE-core] [oe] [ANNOUNCEMENT] New Patchwork available for testing

2011-10-20 Thread Khem Raj
On Thu, Oct 20, 2011 at 5:20 PM, Denys Dmytriyenko wrote: > On Mon, Oct 17, 2011 at 12:06:04PM -0700, Khem Raj wrote: >> Hi >> >> Here is a new instance of patchwork accessible at >> http://patchwork.openembedded.org >> >> This instance uses same database therefore it should not be any different

Re: [OE-core] [ANNOUNCEMENT] New Patchwork available for testing

2011-10-20 Thread Denys Dmytriyenko
On Mon, Oct 17, 2011 at 12:06:04PM -0700, Khem Raj wrote: > Hi > > Here is a new instance of patchwork accessible at > http://patchwork.openembedded.org > > This instance uses same database therefore it should not be any different than > existing patches.openembedded.org > > However with the new

Re: [OE-core] Race condition or something when fetching local files?

2011-10-20 Thread Denys Dmytriyenko
On Tue, Oct 18, 2011 at 10:17:08PM +0200, Martin Jansa wrote: > On Tue, Oct 18, 2011 at 01:09:43PM -0700, Khem Raj wrote: > > On Tue, Oct 18, 2011 at 11:35 AM, Martin Jansa > > wrote: > > > I have noticed that even local patches are stored in downloads dir, > > > but today I've noticed that wrong

Re: [OE-core] sdk path problem

2011-10-20 Thread Khem Raj
On Thu, Oct 20, 2011 at 6:57 PM, James Limbouris wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> Khem Raj >> Sent: Friday, 21 October 2011 6:49 AM >> To: Patches and discussi

[OE-core] [PATCH 4/4] dbus: use useradd class to allow use in read-only filesystems

2011-10-20 Thread Otavio Salvador
Move creation of required user/groups to useradd class thus allowing use with read-only filesystems and booting the initial boot. Signed-off-by: Otavio Salvador --- meta/recipes-core/dbus/dbus.inc | 48 +-- 1 files changed, 21 insertions(+), 27 deletions(-)

[OE-core] [PATCH 0/4] Fixes and improvements from O.S. Systems

2011-10-20 Thread Otavio Salvador
The following changes since commit 99da9a4e65f9dffb04efc3ad60125194c476d6b3: distro-tracking-fields: update fields for tzdata and gst-plugins-good (2011-10-20 13:07:16 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-c

[OE-core] [PATCH 2/4] useradd.bbclass: check if a group already exists manually

2011-10-20 Thread Otavio Salvador
The use of groupadd -f makes much more difficult to figure when a group is not add. This was the case of the class not working for our usage and this being caused by the lack of '/etc/group' file but unnoticed as groupadd wasn't failing according. Signed-off-by: Otavio Salvador --- meta/classes/

[OE-core] [PATCH 3/4] base-passwd: move initial criation of group and passwd to preinst

2011-10-20 Thread Otavio Salvador
To allow use and manipulation of users and groups at rootfs building time, the '/etc/passwd' and '/etc/group' needs to be available as soon as possible. Signed-off-by: Otavio Salvador --- .../recipes-core/base-passwd/base-passwd_3.5.22.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletion

[OE-core] [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building

2011-10-20 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/classes/bootimg.bbclass | 44 + 1 files changed, 23 insertions(+), 21 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index a5ba3cf..eecc2bf 100644 --- a/meta/classes/bootimg.b

  1   2   >