Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-04 Thread Koen Kooi
Op 5 aug. 2011, om 08:44 heeft Koen Kooi het volgende geschreven: > > Op 5 aug. 2011, om 07:48 heeft Koen Kooi het volgende geschreven: > >> >> Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: >> >>> On 08/04/2011 10:28 PM, Koen Kooi wrote: Op 5 aug. 2011, om 04:23

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-04 Thread Koen Kooi
Op 5 aug. 2011, om 07:48 heeft Koen Kooi het volgende geschreven: > > Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: > >> On 08/04/2011 10:28 PM, Koen Kooi wrote: >>> >>> Op 5 aug. 2011, om 04:23 heeft Saul Wold het volgende geschreven: >>> On 08/01/2011 04:08 AM, Koen

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-04 Thread Koen Kooi
Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: > On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi wrote: >> >> Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: >> >>> On 08/04/2011 10:28 PM, Koen Kooi wrote: Op 5 aug. 2011, om 04:23 heeft Saul Wold h

[OE-core] [PATCH 1/1] libsdl: Add libSDL.so into Sato image

2011-08-04 Thread Jiajun Xu
[YOCTO #883] Some graphics 3D game(urbanterror, openarena) tests need libSDL.so. Change libsdl-nativesdk to libsdl and add it into Sato image. Signed-off-by: Jiajun Xu --- ...libsdl-nativesdk_1.2.11.bb => libsdl_1.2.11.bb} | 24 ++- meta/recipes-sato/tasks/task-core-x11-sato.bb

[OE-core] [PATCH 0/1] Add libSDL.so into Sato image

2011-08-04 Thread Jiajun Xu
Fixing [YOCTO #883], Some graphics 3D game(urbanterror, openarena) tests need libSDL.so. Change libsdl-nativesdk to libsdl and add it into Sato image. The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d: eglibc: Fix patch merge breakage (2011-08-04 15:41:08 +0100) are

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-04 Thread Chris Larson
On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi wrote: > > Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: > >> On 08/04/2011 10:28 PM, Koen Kooi wrote: >>> >>> Op 5 aug. 2011, om 04:23 heeft Saul Wold het volgende geschreven: >>> On 08/01/2011 04:08 AM, Koen Kooi wrote: > Te

[OE-core] [PATCH 0/1][PULL] fix /bin/sh missing in multilib case

2011-08-04 Thread Dongxiao Xu
Hi Richard, This pull request fixes the /bin/sh missing issue in doing multilib rootfs of lib32-core-image-sato. multilib.bbclass will check whether PACKAGES are begin with MLPREFIX. If not, it will tries to rename variables like: FILES_pkg, RDEPENDS_pkg, etc. Recipe task-core-boot RDEPENDS some

[OE-core] [PATCH 1/1] task-core-boot.bb: Add PACKAGE definition to facilitate multilib

2011-08-04 Thread Dongxiao Xu
If there is no PACKAGES defined in bb file, its default definition would be "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-locale". In multilib case, ${PN} is extended with ${MLPREFIX}, so there is no rename occurred for the PACKAGES. Therefore for task-core-boot, RDEPENDS_lib32-task-co

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-04 Thread Koen Kooi
Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: > On 08/04/2011 10:28 PM, Koen Kooi wrote: >> >> Op 5 aug. 2011, om 04:23 heeft Saul Wold het volgende geschreven: >> >>> On 08/01/2011 04:08 AM, Koen Kooi wrote: Tested with gnome-icon-theme and libsoup recipes on angstrom.

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-04 Thread Saul Wold
On 08/04/2011 10:28 PM, Koen Kooi wrote: Op 5 aug. 2011, om 04:23 heeft Saul Wold het volgende geschreven: On 08/01/2011 04:08 AM, Koen Kooi wrote: Tested with gnome-icon-theme and libsoup recipes on angstrom. But you did not test it against anything in oe-core, it has broken the build for

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-04 Thread Koen Kooi
Op 5 aug. 2011, om 04:23 heeft Saul Wold het volgende geschreven: > On 08/01/2011 04:08 AM, Koen Kooi wrote: >> Tested with gnome-icon-theme and libsoup recipes on angstrom. >> > But you did not test it against anything in oe-core, it has broken the build > for connman-gnome and oprofileui, whi

Re: [OE-core] Error running QEMU with oe-core / angstrom console-image, hwclock: can't open '/dev/misc/rtc' : No such file or directory

2011-08-04 Thread Samuel Stirtzel
2011/8/4 Khem Raj : > On 08/04/2011 01:08 AM, Samuel Stirtzel wrote: >> >> 2011/8/3 Khem Raj: >>> >>> There is a smart script in scripts/ dir that you could use something like >>> this >>> >>> runqemu /var/oe-core/tmp-eglibc/deploy/images/qemuarm/zImage-qemuarm.bin >>> /var/oe-core/tmp-eglibc/deplo

Re: [OE-core] [PATCH] Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf

2011-08-04 Thread Chris Larson
On Wed, Aug 3, 2011 at 2:54 PM, Daniel Lazzari wrote: >  Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf >    instead of lazily appending it with _append. This fixes a bug where >    the wrong cache was cleared when BB_SRCREV_POLICY = "clear". > > > Signed-off-by: Daniel Lazzari Jr

Re: [OE-core] [PATCH 02/10] linux-yocto: process the existing branch for configuration

2011-08-04 Thread Bruce Ashfield
On Thu, Aug 4, 2011 at 11:01 AM, wrote: > From: Bruce Ashfield > > When building an external tree or bootstrapping a BSP the > external branch may not have been checked out. The tools now ensure > that the tree is ready for configuration, so we no longer need to > force the checkout of the exter

Re: [OE-core] [PATCH 03/10] linux-yocto: pass KMACHINE to updateme, not MACHINE

2011-08-04 Thread Bruce Ashfield
On Thu, Aug 4, 2011 at 11:01 AM, wrote: > From: Bruce Ashfield > > To support the mapping of any oe/yocto MACHINE to a kernel > branch that may not share that naming structure we have > KMACHINE and KBRANCH. To allow the mapping to work, we > actually have to pass KMACHINE into updateme and not

Re: [OE-core] [PATCH 01/10] kern-tools: extend arbitrary repository support

2011-08-04 Thread Bruce Ashfield
On Thu, Aug 4, 2011 at 11:01 AM, wrote: > From: Bruce Ashfield > > Updating the kern-tools SRCREV to pickup better support for > non-yocto repository support. > >  59859ca createme: use branch name when creating meta data >  91b4275 configme: determine meta branch based on directories, not branc

Re: [OE-core] [oe-core] gstreamer-ti, questions

2011-08-04 Thread Joel A Fernandes
On Thu, Aug 4, 2011 at 9:41 PM, Khem Raj wrote: > On Thursday, August 04, 2011 08:59:23 PM Joel A Fernandes wrote: >> > Here's the compiler log: >> > [..] >> > # >> > # lnkv5T bin/ti_platforms_evm3530/app_remote.xv5T ... >> > /home/joel/angstrom-oe/setup-scripts-core/build/tmp-angstrom_2010_x-egli

Re: [OE-core] erratic failure of pseudo

2011-08-04 Thread James Limbouris
On Wed Aug 3 05:57:55, James Limbouris wrote: > On Tue Aug 2 16:40:09, Mark Hatle wrote: >>On 8/2/11 5:11 AM, Richard Purdie wrote: >>> On Tue, 2011-08-02 at 07:28 +, James Limbouris wrote: Hi, I've just switched to oe-core from -dev, and I'm finding that my root images are

Re: [OE-core] [oe-core] gstreamer-ti, questions

2011-08-04 Thread Khem Raj
On Thursday, August 04, 2011 08:59:23 PM Joel A Fernandes wrote: > > Here's the compiler log: > > [..] > > # > > # lnkv5T bin/ti_platforms_evm3530/app_remote.xv5T ... > > /home/joel/angstrom-oe/setup-scripts-core/build/tmp-angstrom_2010_x-egli > > bc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linu

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-04 Thread Saul Wold
On 08/01/2011 04:08 AM, Koen Kooi wrote: Tested with gnome-icon-theme and libsoup recipes on angstrom. But you did not test it against anything in oe-core, it has broken the build for connman-gnome and oprofileui, which use this bbclass. The oe-core gnome-icon-theme does not include this clas

Re: [OE-core] [oe-core] gstreamer-ti, questions

2011-08-04 Thread Joel A Fernandes
On Thu, Aug 4, 2011 at 8:04 PM, Joel A Fernandes wrote: > On Thu, Aug 4, 2011 at 2:44 AM, Koen Kooi wrote: >> >> Op 3 aug. 2011, om 18:28 heeft Enrico Butera het volgende geschreven: >> >>> I've started importing bb files from oe classic into >>> meta-texasinstruments, i still not have a clean bu

[OE-core] [PATCH 0/1]apr-util: disable pqsql support to avoid configure error

2011-08-04 Thread Mei Lei
The pqsql config script will check host path and add host paths to compiler and linker options: adding "-I/usr/include/postgresql" to CPPFLAGS adding "-L/usr/lib" to LDFLAGS Disable pqsql support since we didn't use this feature in other recipes. Thanks, Lei The following changes si

[OE-core] [PATCH 1/1] apr-util: disable pqsql support to avoid configure error

2011-08-04 Thread Mei Lei
The pqsql config script will check host path and add host paths to compiler and linker options: adding "-I/usr/include/postgresql" to CPPFLAGS adding "-L/usr/lib" to LDFLAGS Disable pqsql support since we didn't use this feature in other recipes. Signed-off-by: Mei Lei --- meta/recipes-support

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > Sent: Thursday, August 04, 2011 4:19 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 04/10]

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Khem Raj
On 08/04/2011 03:58 PM, Kamble, Nitin A wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Tom Rini Sent: Thursday, August 04, 2011 3:49 PM To: Patches and discussions about the oe-core

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Khem Raj
On 08/04/2011 03:47 PM, Kamble, Nitin A wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Phil Blundell Sent: Thursday, August 04, 2011 3:10 PM To: Patches and discussions about the oe

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Khem Raj
On 08/04/2011 08:01 AM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/conf/distro/include/tclibc-glibc.inc | 32 +++ meta/conf/distro/include/tcmode-default.inc |5 2 files changed, 37 insertions(+), 0 deletio

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Tom Rini > Sent: Thursday, August 04, 2011 3:49 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Tom Rini > Sent: Thursday, August 04, 2011 3:50 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH

Re: [OE-core] [PATCH 10/10] local.conf.sample: make BBMASK assignment weak

2011-08-04 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Tom Rini > Sent: Thursday, August 04, 2011 3:53 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH

Re: [OE-core] [PATCH 07/10] siteinfo.bbclass: add entries for new x86_64 ABI targets

2011-08-04 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Tom Rini > Sent: Thursday, August 04, 2011 3:52 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH

Re: [OE-core] [PATCH 10/10] local.conf.sample: make BBMASK assignment weak

2011-08-04 Thread Tom Rini
On Thu, Aug 4, 2011 at 8:01 AM, wrote: > From: Nitin A Kamble > > So that it can be overridden by layers if needed. > > Signed-off-by: Nitin A Kamble > --- >  meta-yocto/conf/local.conf.sample |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta-yocto/conf/local.c

Re: [OE-core] [PATCH 07/10] siteinfo.bbclass: add entries for new x86_64 ABI targets

2011-08-04 Thread Tom Rini
On Thu, Aug 4, 2011 at 8:01 AM, wrote: > From: Nitin A Kamble > > Signed-off-by: Nitin A Kamble > --- >  meta/classes/siteinfo.bbclass |   14 +- >  1 files changed, 13 insertions(+), 1 deletions(-) > > diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass > inde

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Tom Rini
On Thu, Aug 4, 2011 at 3:47 PM, Kamble, Nitin A wrote: > > >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> Phil Blundell >> Sent: Thursday, August 04, 2011 3:10 PM >> To: Patches an

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Tom Rini
On Thu, Aug 4, 2011 at 3:04 PM, Kamble, Nitin A wrote: > > >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> Phil Blundell >> Sent: Thursday, August 04, 2011 2:51 PM >> To: Patches an

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Phil Blundell > Sent: Thursday, August 04, 2011 3:10 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [

Re: [OE-core] [PATCH] libc-package bbclass: fix binary localedata dependency code

2011-08-04 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Phil Blundell > Sent: Thursday, August 04, 2011 3:00 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-04 Thread Kamble, Nitin A
> > > > On Thu, 2011-08-04 at 08:01 -0700, nitin.a.kam...@intel.com wrote: > > > # ELF32 ABI > > > TUNEVALID[m32] = "IA32 ELF32 standard ABI" > > > -TUNECONFLICTS[m32] = "m64" > > > +TUNECONFLICTS[m32] = "m64 mx32" > > > TUNE_ARCH .= "${@bb.utils.contains("TUNE_FEATURES", "m32", > > "${X86ARCH32

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-04 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Phil Blundell > Sent: Thursday, August 04, 2011 2:57 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Phil Blundell
On Thu, 2011-08-04 at 15:04 -0700, Kamble, Nitin A wrote: > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > > Phil Blundell > > Sent: Thursday, August 04, 2011 2:51 PM > > To: Pat

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Phil Blundell > Sent: Thursday, August 04, 2011 2:51 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [

Re: [OE-core] [PATCH 06/10] kernel, module-base.bbclass: fix KERNEL_LD & KERNEL_AR vars

2011-08-04 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Phil Blundell > Sent: Thursday, August 04, 2011 2:50 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [

Re: [OE-core] [PATCH] libc-package bbclass: fix binary localedata dependency code

2011-08-04 Thread Phil Blundell
On Wed, 2011-08-03 at 08:19 +0200, Koen Kooi wrote: > Op 2 aug. 2011, om 17:01 heeft Phil Blundell het volgende geschreven: > > > It does look a bit weird. That code was introduced in 561d8754, > > ostensibly as a merger of the eglibc and glibc equivalents. But, the > > original code from glibc-

Re: [OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-04 Thread Phil Blundell
On Thu, 2011-08-04 at 08:01 -0700, nitin.a.kam...@intel.com wrote: > # ELF32 ABI > TUNEVALID[m32] = "IA32 ELF32 standard ABI" > -TUNECONFLICTS[m32] = "m64" > +TUNECONFLICTS[m32] = "m64 mx32" > TUNE_ARCH .= "${@bb.utils.contains("TUNE_FEATURES", "m32", "${X86ARCH32}", > "" ,d)}" > +ABIEXTENSION

Re: [OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread Phil Blundell
On Thu, 2011-08-04 at 08:01 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Signed-off-by: Nitin A Kamble This commit message is very terse. Why is this change necessary? p. ___ Openembedded-core mailing list Openembedded-core@l

Re: [OE-core] [PATCH 06/10] kernel, module-base.bbclass: fix KERNEL_LD & KERNEL_AR vars

2011-08-04 Thread Phil Blundell
On Thu, 2011-08-04 at 08:01 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > KERNEL_LD was using ${LD} in it's definition, which is not correct for > different ABIs such as x32 or i386 on x86_64 machine. > > Same with KERNEL_AR var. Why is ar an issue? That doesn't have any un

[OE-core] [PATCH 08/10] insane.bbclass: add entries for linux-gnu

2011-08-04 Thread nitin . a . kamble
From: Nitin A Kamble for x86_64 multiple ABIs now have these new names for the TARGET_OS. Add entries for: linux-gnu32, linux-gnux32, linux-gnu64 Signed-off-by: Nitin A Kamble --- meta/classes/insane.bbclass |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/meta

[OE-core] [PATCH 10/10] local.conf.sample: make BBMASK assignment weak

2011-08-04 Thread nitin . a . kamble
From: Nitin A Kamble So that it can be overridden by layers if needed. Signed-off-by: Nitin A Kamble --- meta-yocto/conf/local.conf.sample |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 3e71

[OE-core] [PATCH 09/10] x86 tune inc files: add x32 abi tune parameters

2011-08-04 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/conf/machine/include/ia32/arch-ia32.inc | 23 --- meta/conf/machine/include/tune-core2.inc |4 meta/conf/machine/include/tune-x86_64.inc|2 +- 3 files changed, 25 insertions(+), 4 deletions(-)

[OE-core] [PATCH 05/10] toolchain-scripts & other classes: add TARGET_LD_ARCH & TARGET_AS_ARCH vars

2011-08-04 Thread nitin . a . kamble
From: Nitin A Kamble This is comming from x32 need to pass special parameters to ld & as. Signed-off-by: Nitin A Kamble --- meta/classes/allarch.bbclass |2 ++ meta/classes/cross-canadian.bbclass|2 ++ meta/classes/cross.bbclass |2 ++ meta/classes/crosssd

[OE-core] [PATCH 07/10] siteinfo.bbclass: add entries for new x86_64 ABI targets

2011-08-04 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/classes/siteinfo.bbclass | 14 +- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 9dacd58..daa7946 100644 --- a/meta/classes/siteinfo.bbc

[OE-core] [PATCH 04/10] glibc: bring back the needed support for glibc recipes

2011-08-04 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/conf/distro/include/tclibc-glibc.inc | 32 +++ meta/conf/distro/include/tcmode-default.inc |5 2 files changed, 37 insertions(+), 0 deletions(-) create mode 100644 meta/conf/distro/include/tclibc-g

[OE-core] [PATCH 06/10] kernel, module-base.bbclass: fix KERNEL_LD & KERNEL_AR vars

2011-08-04 Thread nitin . a . kamble
From: Nitin A Kamble KERNEL_LD was using ${LD} in it's definition, which is not correct for different ABIs such as x32 or i386 on x86_64 machine. Same with KERNEL_AR var. Signed-off-by: Nitin A Kamble --- meta/classes/kernel.bbclass |2 +- meta/classes/module-base.bbclass |4 ++--

[OE-core] [PATCH 02/10] linux-yocto: process the existing branch for configuration

2011-08-04 Thread nitin . a . kamble
From: Bruce Ashfield When building an external tree or bootstrapping a BSP the external branch may not have been checked out. The tools now ensure that the tree is ready for configuration, so we no longer need to force the checkout of the external branch. Signed-off-by: Bruce Ashfield --- meta

[OE-core] [PATCH 03/10] linux-yocto: pass KMACHINE to updateme, not MACHINE

2011-08-04 Thread nitin . a . kamble
From: Bruce Ashfield To support the mapping of any oe/yocto MACHINE to a kernel branch that may not share that naming structure we have KMACHINE and KBRANCH. To allow the mapping to work, we actually have to pass KMACHINE into updateme and not MACHINE. Signed-off-by: Bruce Ashfield --- meta/cl

[OE-core] [PATCH 00/10] Commits to enable x32 infrastructure

2011-08-04 Thread nitin . a . kamble
From: Nitin A Kamble Here are commits to enable infrastructure for use of x32 layer. The kernel fixes from Bruce are for getting linux-korg recipe to work. The following changes since commit 5561aaad28ed6db6d962f88db32814043044731f: eglibc: Fix patch merge breakage (2011-08-04 15:41:19 +0100

[OE-core] [PATCH 01/10] kern-tools: extend arbitrary repository support

2011-08-04 Thread nitin . a . kamble
From: Bruce Ashfield Updating the kern-tools SRCREV to pickup better support for non-yocto repository support. 59859ca createme: use branch name when creating meta data 91b4275 configme: determine meta branch based on directories, not branch naming f5a915c kgit-meta: make branch creation

Re: [OE-core] Howto pin u-boot to a version supplied by oe-core

2011-08-04 Thread Andreas Mueller
On Thursday, August 04, 2011 03:34:17 AM Khem Raj wrote: > PREFERRED_VERSION_pn-u-boot = "v2011.03+git%" Works perfect: Both 2011.03 and 2011.06 are running fine. Thanks ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://l

Re: [OE-core] [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64

2011-08-04 Thread Kumar Gala
On Aug 4, 2011, at 2:09 PM, Saul Wold wrote: > On 08/04/2011 11:51 AM, Kumar Gala wrote: >> Signed-off-by: Kumar Gala >> --- >> meta/conf/bitbake.conf |4 +++- >> 1 files changed, 3 insertions(+), 1 deletions(-) >> >> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf >> index 6f0

Re: [OE-core] [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64

2011-08-04 Thread Saul Wold
On 08/04/2011 11:51 AM, Kumar Gala wrote: Signed-off-by: Kumar Gala --- meta/conf/bitbake.conf |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 6f0b42c..1d83459 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/

[OE-core] [PATCH] gcc: use ${base_lib} to match gcc default configuration

2011-08-04 Thread Kumar Gala
Rather than tweaking MULTILIB_DIRNAMES & MULTILIB_OSDIRNAMES like is done for x86-64 via 64bithack.patch. We can just go with gcc defaults and utilize ${base_lib} for where to find gcc libs. Signed-off-by: Kumar Gala --- .../gcc/gcc-cross-intermediate.inc |2 +- 1 files chan

[OE-core] [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64

2011-08-04 Thread Kumar Gala
Signed-off-by: Kumar Gala --- meta/conf/bitbake.conf |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 6f0b42c..1d83459 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -7,7 +7,9 @@ # # Used by

Re: [OE-core] do_rootfs failure for core-image-sato on mpc8315e-rdb

2011-08-04 Thread Kumar Gala
On Aug 4, 2011, at 11:13 AM, Richard Purdie wrote: > On Thu, 2011-08-04 at 10:58 -0500, Kumar Gala wrote: >> | error: Failed dependencies: >> | hicolor-icon-theme is needed by tasks-0.19-r0.ppc603e >> | hicolor-icon-theme is needed by connman-gnome-0.5-r6.ppc603e >> | error: LOOP: >>

Re: [OE-core] do_rootfs failure for core-image-sato on mpc8315e-rdb

2011-08-04 Thread Phil Blundell
On Thu, 2011-08-04 at 09:26 -0700, Saul Wold wrote: > On 08/04/2011 09:13 AM, Richard Purdie wrote: > > Was this a recent build from scratch? I suspect Koen's recent icon > > bbclass change and we probably need to ensure hicolor-icon-theme is > > added do DEPENDS (instead of RDEPENDS like it used t

Re: [OE-core] do_rootfs failure for core-image-sato on mpc8315e-rdb

2011-08-04 Thread Saul Wold
On 08/04/2011 09:13 AM, Richard Purdie wrote: On Thu, 2011-08-04 at 10:58 -0500, Kumar Gala wrote: | error: Failed dependencies: | hicolor-icon-theme is needed by tasks-0.19-r0.ppc603e | hicolor-icon-theme is needed by connman-gnome-0.5-r6.ppc603e | error: LOOP: | error: removing bus

Re: [OE-core] do_rootfs failure for core-image-sato on mpc8315e-rdb

2011-08-04 Thread Mark Hatle
On 8/4/11 10:58 AM, Kumar Gala wrote: > | error: Failed dependencies: > | hicolor-icon-theme is needed by tasks-0.19-r0.ppc603e > | hicolor-icon-theme is needed by connman-gnome-0.5-r6.ppc603e The actual failure is above... the items below are indicating circular dependencies within t

Re: [OE-core] do_rootfs failure for core-image-sato on mpc8315e-rdb

2011-08-04 Thread Richard Purdie
On Thu, 2011-08-04 at 10:58 -0500, Kumar Gala wrote: > | error: Failed dependencies: > | hicolor-icon-theme is needed by tasks-0.19-r0.ppc603e > | hicolor-icon-theme is needed by connman-gnome-0.5-r6.ppc603e > | error: LOOP: > | error: removing busybox-1.18.4-r7.ppc603e "Requires(hint):

[OE-core] do_rootfs failure for core-image-sato on mpc8315e-rdb

2011-08-04 Thread Kumar Gala
| error: Failed dependencies: | hicolor-icon-theme is needed by tasks-0.19-r0.ppc603e | hicolor-icon-theme is needed by connman-gnome-0.5-r6.ppc603e | error: LOOP: | error: removing busybox-1.18.4-r7.ppc603e "Requires(hint): busybox-udhcpc" from tsort relations. | error: removing busyb

Re: [OE-core] [PATCH 3/9] Various site files: Drop monotone

2011-08-04 Thread Khem Raj
On 08/04/2011 08:14 AM, Phil Blundell wrote: On Thu, 2011-08-04 at 08:08 -0700, Khem Raj wrote: On Thursday, August 04, 2011 02:52:22 PM Richard Purdie wrote: On Wed, 2011-07-27 at 15:56 -0700, Tom Rini wrote: # links ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_s

Re: [OE-core] [PATCHv2] gst-plugins: partially sync packaging with OE .dev

2011-08-04 Thread Koen Kooi
Op 4 aug 2011, om 16:37 heeft Saul Wold het volgende geschreven: On 07/28/2011 03:14 AM, Koen Kooi wrote: Op 28 jul. 2011, om 11:49 heeft Phil Blundell het volgende geschreven: On Thu, 2011-07-28 at 11:44 +0200, Koen Kooi wrote: +ALLOW_EMPTY = "1" Is that necessary? You seem to be se

Re: [OE-core] Error running QEMU with oe-core / angstrom console-image, hwclock: can't open '/dev/misc/rtc' : No such file or directory

2011-08-04 Thread Khem Raj
On 08/04/2011 01:08 AM, Samuel Stirtzel wrote: 2011/8/3 Khem Raj: There is a smart script in scripts/ dir that you could use something like this runqemu /var/oe-core/tmp-eglibc/deploy/images/qemuarm/zImage-qemuarm.bin /var/oe-core/tmp-eglibc/deploy/images/qemuarm/console-image-qemuarm.ext2 and

Re: [OE-core] 64-bit gcc hack patch /

2011-08-04 Thread Khem Raj
On 08/04/2011 12:55 AM, Kumar Gala wrote: What is meta/recipes-devtools/gcc/gcc-4.6/64bithack.patch really accomplishing at this point? Its not clear to me what benefit or what is really impacted by the following change: MULTILIB_OPTIONS = m64/m32 -MULTILIB_DIRNAMES = 64 32 -MULTILIB_OSDIRN

Re: [OE-core] [PATCH 1/1] oe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIR

2011-08-04 Thread Cui, Dexuan
Phil Blundell wrote on 2011-08-04: > On Thu, 2011-08-04 at 22:49 +0800, Cui, Dexuan wrote: >> +BDIR=`readlink -f "$BDIR"` >> +if [ -z "$BDIR" ]; then >> +PARENTDIR=`dirname "$1"` >> +echo >&2 "Error: the directory $PARENTDIR does not exist?" >> r

Re: [OE-core] [PATCH 3/9] Various site files: Drop monotone

2011-08-04 Thread Phil Blundell
On Thu, 2011-08-04 at 08:08 -0700, Khem Raj wrote: > On Thursday, August 04, 2011 02:52:22 PM Richard Purdie wrote: > > On Wed, 2011-07-27 at 15:56 -0700, Tom Rini wrote: > > > # links > > > ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_s > > > truct=yes}> > > > -# mono >

Re: [OE-core] prelink issue with ppc64?

2011-08-04 Thread Mark Hatle
On 8/4/11 9:03 AM, Kumar Gala wrote: > > On Aug 4, 2011, at 12:37 AM, Kumar Gala wrote: > >> >> On Aug 3, 2011, at 10:09 AM, Mark Hatle wrote: >> >>> On 8/3/11 9:53 AM, Kumar Gala wrote: On Aug 3, 2011, at 9:37 AM, Mark Hatle wrote: > On 8/3/11 12:35 AM, Kumar Gala wrote: >

Re: [OE-core] eglibc testing?

2011-08-04 Thread Khem Raj
On Thursday, August 04, 2011 10:24:00 AM Phil Blundell wrote: > On Thu, 2011-06-30 at 07:29 -0700, Khem Raj wrote: > > On 06/30/2011 03:32 AM, Phil Blundell wrote: > > > On Thu, 2011-06-16 at 16:18 -0700, Khem Raj wrote: > > >> Yes I think I should put together my mechanism somewhere and post > > >

Re: [OE-core] [PATCH 3/9] Various site files: Drop monotone

2011-08-04 Thread Khem Raj
On Thursday, August 04, 2011 02:52:22 PM Richard Purdie wrote: > On Wed, 2011-07-27 at 15:56 -0700, Tom Rini wrote: > > Not in oe-core nor meta-oe and based on oe.dev, possibly incomplete. > > > > Signed-off-by: Tom Rini > > --- > > > > meta/site/arm-common|3 --- > > meta/site/arm-

Re: [OE-core] [PATCH] prelink: Add lib64 dirs to prelink.conf

2011-08-04 Thread Mark Hatle
On 8/4/11 1:05 AM, Kumar Gala wrote: > Handle multlib or cases that baselib is lib64. > > Signed-off-by: Kumar Gala Acked-by: Mark Hatle (BTW I think as we move more into the multilib stuff, we'll likely want to generate this list from the final multilib configuration.. but for now this should

Re: [OE-core] prelink issue with ppc64?

2011-08-04 Thread Mark Hatle
On 8/4/11 12:37 AM, Kumar Gala wrote: > > On Aug 3, 2011, at 10:09 AM, Mark Hatle wrote: > >> On 8/3/11 9:53 AM, Kumar Gala wrote: >>> >>> On Aug 3, 2011, at 9:37 AM, Mark Hatle wrote: >>> On 8/3/11 12:35 AM, Kumar Gala wrote: > If prelink gets a chance to properly run I get a rootfs tha

Re: [OE-core] [PATCH 0/1] replace PN with BPN in SRC_URI and S for multilib

2011-08-04 Thread Saul Wold
On 07/29/2011 06:59 PM, Yu Ke wrote: in multilibcase, PN has multilib prefix, so it is not correct to use PN in SRC_URI and S. instead, we've dedicately pruned multilib prefix in BPN, so BPN is the right alternative for PN. The following changes since commit f94b781695cd8fa387daff16ecbf3987a088

Re: [OE-core] [PATCH 0/9] Re-sync and update siteinfo, round 2

2011-08-04 Thread Saul Wold
On 07/27/2011 03:56 PM, Tom Rini wrote: Hey all, Here's my last series before I try the "clean slate" approach to updating the siteinfo files. In a few cases there's some behavior change and that's a good thing. In short, for sudo we set a variable to the default if not set, so stop doing that

Re: [OE-core] [PATCH] image-mklibs.bbclass: Utilize ${base_libdir} instead of static /lib

2011-08-04 Thread Mark Hatle
On 8/3/11 11:03 PM, Kumar Gala wrote: > We might redefine ${base_libdir} from being set to just /lib. > > Signed-off-by: Kumar Gala Only tangentially related to this patch.. It doesn't appear mklibs has knowledge of multilibs.. but I don't think anyone would use mklibs with a multilib environmen

Re: [OE-core] [PATCH] binutils: Add support for powerpc e5500 core

2011-08-04 Thread Saul Wold
On 08/01/2011 07:30 AM, Kumar Gala wrote: Add powerpc e5500 core support to binutils so its recognized by assember, etc. The e5500 is a 64-bit core from Freescale utilized in the P5020 SoC. Signed-off-by: Kumar Gala --- .../binutils/binutils/binutils-powerpc-e5500.patch | 112 +++

Re: [OE-core] [PATCH] eglibc_2.13: Add support for handling sqrt & sqrtf on powerpc

2011-08-04 Thread Saul Wold
On 08/01/2011 07:26 AM, Kumar Gala wrote: Some of powerpc's dont support the fsqrt[s] instructions so we need an implementation of the library functions for those processors. Signed-off-by: Kumar Gala --- .../recipes-core/eglibc/eglibc-2.13/ppc-sqrt.patch | 538 meta/rec

[OE-core] Yocto post 1.1 development focus areas?

2011-08-04 Thread Richard Purdie
[Cross posted but please reply on the Yocto list] We're starting to think about the development focus for post Yocto 1.1 and are collecting ideas on the unscheduled feature list on the wiki: https://wiki.yoctoproject.org/wiki/Yocto_Project_Unscheduled_Feature_List This is an opportunity for peop

Re: [OE-core] [PATCH] kernel,cml1.bbclass: Move menuconfig to cml1

2011-08-04 Thread Saul Wold
On 07/29/2011 05:24 AM, Noor, Ahsan wrote: * The menuconfig target exists in places other than the kernel that use kernel style config. Signed-off-by: Noor, Ahsan --- meta/classes/cml1.bbclass | 12 meta/classes/kernel.bbclass | 15 --- 2 files changed, 12 ins

Re: [OE-core] [PATCH 1/1] oe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIR

2011-08-04 Thread Phil Blundell
On Thu, 2011-08-04 at 22:49 +0800, Cui, Dexuan wrote: > +BDIR=`readlink -f "$BDIR"` > +if [ -z "$BDIR" ]; then > +PARENTDIR=`dirname "$1"` > +echo >&2 "Error: the directory $PARENTDIR does not exist?" > return 1 > fi > fi Just out

Re: [OE-core] [PATCH] kernel.bbcalss: Added do_savedefconfig task.

2011-08-04 Thread Saul Wold
On 08/02/2011 05:30 AM, Noor, Ahsan wrote: * Added do_savedefconfig task to kernel.bbclass. Signed-off-by: Noor, Ahsan --- meta/classes/kernel.bbclass |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index

Re: [OE-core] [PATCH 1/1] oe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIR

2011-08-04 Thread Cui, Dexuan
Darren Hart wrote on 2011-08-04: > On 08/04/2011 12:37 AM, Cui, Dexuan wrote: > Please remember to include a description of the problem and the > approach taken to fix it. This eliminates wasted time trying to > decipher it later or by people unfamiliar with the history. This is important > even f

Re: [OE-core] [PATCH 0/1] Set version related variables in environment files.

2011-08-04 Thread Saul Wold
On 08/01/2011 09:20 PM, Lianhao Lu wrote: Fixed bug #1306. Have all the environment files created by meta-toolchain, meta-ide-support and meta-envrionment-xxx contain the same version related variables. The following changes since commit 2a41a311ddda11713296391050f3c2c1b2c1d3d3: Koen Kooi (1)

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-04 Thread Saul Wold
On 08/01/2011 04:08 AM, Koen Kooi wrote: Tested with gnome-icon-theme and libsoup recipes on angstrom. Signed-off-by: Koen Kooi --- meta/classes/gtk-icon-cache.bbclass |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/c

Re: [OE-core] [PATCH] bison: Add dependency on flex-native

2011-08-04 Thread Saul Wold
On 08/01/2011 03:16 AM, Noor, Ahsan wrote: * This is 0479b70418ef553859029911c57c63a7aaebe299 from OE. flex-native is needed to build bison. The dependency was being satisfied indirectly but we need to add it explicitly. Signed-off-by: Noor, Ahsan --- meta/recipes-devtools/bison/bison_2.3.bb

Re: [OE-core] [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1

2011-08-04 Thread Saul Wold
On 07/31/2011 05:41 PM, Mei Lei wrote: Hi Saul, This pull request upgrade aspell from 0.60.6 to 0.60.6.1, please review it. Thanks Lei The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018: Bruce Ashfield (1): poky.conf: explicitly referenced preferred

Re: [OE-core] [PATCH] libfm: depend on intltool-native instead of intltool

2011-08-04 Thread Saul Wold
On 07/28/2011 11:43 PM, Martin Jansa wrote: Signed-off-by: Martin Jansa --- meta/recipes-support/libfm/libfm_0.1.14.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/libfm/libfm_0.1.14.bb b/meta/recipes-support/libfm/libfm_0.1.14.bb index 5c7e95

Re: [OE-core] [PATCH] polkit: depend on intltool-native instead of intltool

2011-08-04 Thread Saul Wold
On 07/28/2011 11:43 PM, Martin Jansa wrote: Signed-off-by: Martin Jansa --- meta/recipes-extended/polkit/polkit_0.101.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.101.bb b/meta/recipes-extended/polkit/polkit_0.101.bb index

Re: [OE-core] [PATCHv2] gst-plugins: partially sync packaging with OE .dev

2011-08-04 Thread Saul Wold
On 07/28/2011 03:14 AM, Koen Kooi wrote: Op 28 jul. 2011, om 11:49 heeft Phil Blundell het volgende geschreven: On Thu, 2011-07-28 at 11:44 +0200, Koen Kooi wrote: +ALLOW_EMPTY = "1" Is that necessary? You seem to be setting ALLOW_EMPTY_${PN}-meta=1 in your python code anyway. In OE clas

Re: [OE-core] [PATCH] tcl: Fix packaging of platform independent files

2011-08-04 Thread Richard Purdie
On Wed, 2011-08-03 at 21:03 +0100, Phil Blundell wrote: > On Wed, 2011-08-03 at 10:43 -0500, Kumar Gala wrote: > > Tcl's doesn't utilize ${baselib} for platform independent files but > > defines it as follows: > > > > TCL_LIBRARY = $(prefix)/lib/tcl$(VERSION) > > > > Match that so if

Re: [OE-core] [PATCH] connman_test.sh: Rework for busybox 'ps'

2011-08-04 Thread Saul Wold
On 07/27/2011 03:01 PM, Tom Rini wrote: This script has two problems today. First, it does 'ps -ef cmd' in failure which real ps doesn't grok and busybox ps just ignores the argument on. Switch that to 'ps -ef'. Second, busybox ps -o doesn't understand cmd but does understand comm. Using comm

Re: [OE-core] [PATCH 1/1] oe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIR

2011-08-04 Thread Richard Purdie
On Thu, 2011-08-04 at 06:37 -0700, Darren Hart wrote: > On 08/04/2011 05:07 AM, Richard Purdie wrote: > > On Tue, 2011-08-02 at 21:06 -0700, Darren Hart wrote: > >> > >> On 08/02/2011 04:43 AM, Richard Purdie wrote: > >>> On Tue, 2011-08-02 at 14:08 +0800, Dexuan Cui wrote: > [YOCTO #671] > >>

Re: [OE-core] [PATCH 1/2] bitbake: Allow seting of baselib

2011-08-04 Thread Richard Purdie
On Thu, 2011-08-04 at 02:28 -0500, Kumar Gala wrote: > Allow for baselib to be set to something other than 'lib'. This is useful > for the 64-bit arch cases in which we want baselib set to 'lib64'. > > Signed-off-by: Kumar Gala > --- > meta/conf/bitbake.conf |2 +- > 1 files changed, 1 inse

  1   2   >