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

2011-10-20 Thread Phil Blundell
On Fri, 2011-10-21 at 03:31 +, Otavio Salvador wrote: > +USERADD_PACKAGES = "${PN}" > +GROUPADD_PARAM_${PN} = "-r netdev" > +USERADD_PARAM_${PN} = "--system --home ${localstatedir}/lib/dbus \ > + --no-create-home --user-group messagebus" Why does dbus need "netdev"? p.

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

2011-10-20 Thread Phil Blundell
On Fri, 2011-10-21 at 03:31 +, Otavio Salvador wrote: > @@ -37,7 +37,7 @@ do_install () { > install -p -m 644 debian/copyright ${D}${docdir}/${BPN}/ > } > > -pkg_postinst_${PN} () { > +pkg_preinst_${PN} () { > set -e > > if [ ! -e $D${sysconfdir}/passwd ] ; then Doesn't

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

2011-10-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 21-10-11 02:20, Denys Dmytriyenko schreef: > 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 there

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

2011-10-20 Thread Khem Raj
On Thu, Oct 20, 2011 at 8:31 PM, Otavio Salvador wrote: > 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/bootim

Re: [OE-core] [PATCH 1/1] perl: upgrade from 5.12.3 to 5.14.2

2011-10-20 Thread Koen Kooi
Op 21 okt. 2011, om 07:02 heeft nitin.a.kam...@intel.com het volgende geschreven: > From: Nitin A Kamble > > parallel build fix patches are not needed as they are upstream now. > Got a new set of debian patch set for 5.14.2 > > perl-rpdepends: fix the autogenerated rdepends mistakes > take

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

2011-10-20 Thread Kamble, Nitin A
> -Original Message- > From: Saul Wold [mailto:saul.w...@intel.com] > Sent: Thursday, October 20, 2011 12:50 AM > To: Patches and discussions about the oe-core layer > Cc: Kamble, Nitin A > Subject: Re: [OE-core] [PATCH 2/6] gmp: also generate the libgmpcxx > library > > On 10/18/2011 05

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

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 23:48 heeft Martin Jansa het volgende geschreven: > 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

[OE-core] [PATCHv2] gcc-configure-sdk: Point sysroot to correct location

2011-10-20 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-configure-sdk.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-configure-sdk.inc b/meta/recipes-devtools/gcc/gcc-configure-sdk.inc index de80870..f130b47 100644 --- a/meta/recip

Re: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct location

2011-10-20 Thread James Limbouris
> -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 1:16 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH 3/3

Re: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct location

2011-10-20 Thread Khem Raj
On Thu, Oct 20, 2011 at 10:12 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 1:03 PM >> To: openembedded-core@l

Re: [OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct location

2011-10-20 Thread James Limbouris
> -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 1:03 PM > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 3/3] gcc-confi

[OE-core] [PATCH 3/3] gcc-configure-sdk: Point sysroot to correct location

2011-10-20 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-configure-sdk.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-configure-sdk.inc b/meta/recipes-devtools/gcc/gcc-configure-sdk.inc index de80870..98fd4c1 100644 --- a/meta/recipes

[OE-core] [PATCH 1/3] tcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadian

2011-10-20 Thread Khem Raj
PN for binutils-cross-canadian is binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} so thats what we should use for PREFERRED_VERSION Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro

[OE-core] [PATCH 2/3] binutils-cross-canadian: Point sysroot to correct location

2011-10-20 Thread Khem Raj
Signed-off-by: Khem Raj --- .../binutils/binutils-cross-canadian.inc |2 +- .../binutils/binutils-cross-canadian_2.21.1a.bb|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc b/meta/recipes-devtool

[OE-core] [PATCH 0/1] perl upgrade V2

2011-10-20 Thread nitin . a . kamble
From: Nitin A Kamble I fixed a build issue I observer on mips in the v2. The following changes since commit 72a1e63b67445c65954c21f5cbfab74d617a257f: distro-tracking-fields: update fields for tzdata and gst-plugins-good (2011-10-20 17:13:42 +0100) are available in the git repository at:

Re: [OE-core] sdk path problem

2011-10-20 Thread Khem Raj
On Thu, Oct 20, 2011 at 9:38 PM, James Limbouris wrote: > --with-local-prefix=/usr/local/rica-eglibc-i686-armv5te/sysroots/arm-rica-linux-gnueabi/usr > and > --with-sysroot=/usr/local/rica-eglibc-i686-armv5te/sysroots/arm-rica-linux-gnueabi > > I think the relevant .bb is meta/recipes-devtools/gcc

Re: [OE-core] sdk path problem

2011-10-20 Thread James Limbouris
> -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 10:27 AM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] sdk path

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

2011-10-20 Thread Scott Garman
On 10/20/2011 08:31 PM, Otavio Salvador wrote: 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 Acked-by: Scott Garman --- .../recipes-core/base-passwd/ba

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

2011-10-20 Thread Scott Garman
On 10/20/2011 08:31 PM, Otavio Salvador wrote: 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. S

[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

[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 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 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

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

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] [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] [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] 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] [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 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. > >

[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] [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

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] [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] 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] 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] [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'

[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

[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 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 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

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 >> -

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

[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 --

[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

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

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

[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

[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

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 >> ---

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 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] [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] 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/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] 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/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] 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/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] [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/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/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] 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] 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 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] [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] [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] 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 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] [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 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 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 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 - 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] [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] [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 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] [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 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] [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 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 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 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 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] [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/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

[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 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] [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(

[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 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 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 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 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 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 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 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

  1   2   >