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

2011-08-02 Thread Cui, Dexuan
Darren Hart wrote on 2011-08-03: > On 08/02/2011 04:43 AM, Richard Purdie wrote: >> On Tue, 2011-08-02 at 14:08 +0800, Dexuan Cui wrote: >>> [YOCTO #671] >> > For a patch to address a relatively benign bug I thought the standard > procedure would be for it to await feedback for more than 5 hours.

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

2011-08-02 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] Error running QEMU with oe-core / angstrom console-image, hwclock: can't open '/dev/misc/rtc' : No such file or directory

2011-08-02 Thread Koen Kooi
Op 3 aug. 2011, om 08:18 heeft Samuel Stirtzel het volgende geschreven: > Hi, > well I never thought this would work out, but after adding "-o rw" to > the -append parameters the system started and the login prompt > appeared. > > So this problem is solved, for completenes I append my used comma

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

2011-08-02 Thread Koen Kooi
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-package.bbclass did: > > def output_locale_binary_rdep

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-02 Thread Samuel Stirtzel
Hi, well I never thought this would work out, but after adding "-o rw" to the -append parameters the system started and the login prompt appeared. So this problem is solved, for completenes I append my used command line to start qemu: qemu-system-arm -M versatilepb -m 128 -kernel /var/oe-core/tmp

[OE-core] ldconfig-native needs to be baselib aware?

2011-08-02 Thread Kumar Gala
If I have 'baselib=/lib64' w/ppc64 I get: ldconfig -r /local/home/galak/git/poky/build-p5020-64/tmp/work/p5020_ds-poky-linux/core-image-minimal-1.0-r0/rootfs -c new -v ./ldconfig: Can't stat /usr/lib: No such file or directory /lib: Seems that is an issue, also not sure how this is suppose to w

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

2011-08-02 Thread Khem Raj
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 Looks ok. Acked-by: Khem Raj --- .../binutils/binutils/binutils-powerpc

[OE-core] prelink issue with ppc64?

2011-08-02 Thread Kumar Gala
If prelink gets a chance to properly run I get a rootfs that does: /sbin/init: relocation error: /lib64/libc.so.6: symbol _rtld_global_ro, version GLIBC_PRIVATE not defined in file ld64.so.1 with link time reference if 'baselib' is set to /lib we get: /local/home/galak/git/poky/build-p5020/tmp/

[OE-core] [PATCH v2] tune/arch-powerpc: Use fpu-soft to set PPCPKGSFX_FPU

2011-08-02 Thread Kumar Gala
Its more likely that we explicitly set soft-floating point support for a given target than hard. So use 'fpu-soft' in TUNE_FEATURES rather than 'fpu-hard' to determine setting 'nf' (no-float) in PPCPKGSFX_FPU. Signed-off-by: Kumar Gala --- * Removed setting of 'fpu-hard' from the tune files that

[OE-core] [PATCH v2] image-mklibs.bbclass: Add powerpc64 arch support

2011-08-02 Thread Kumar Gala
powerp64 dynamic loader is 'ld64.so.1'. Signed-off-by: Kumar Gala --- * Use correct name of ppc64 dynamic loader * user ${baselib} so if we are /lib or /lib64 things work meta/classes/image-mklibs.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/im

Re: [OE-core] [PATCH 07/50] xcb-proto: add multilib support.

2011-08-02 Thread Kumar Gala
On Jul 20, 2011, at 3:27 AM, Saul Wold wrote: > From: Dongxiao Xu > > There is hardcode of /usr/lib dir for some python files. > Fix it to support multilib. > > Signed-off-by: Dongxiao Xu > --- > .../xcb/xcb-proto-1.6/aclocal.patch| 22 > meta/recipes-gra

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

2011-08-02 Thread Darren Hart
On 08/02/2011 04:43 AM, Richard Purdie wrote: > On Tue, 2011-08-02 at 14:08 +0800, Dexuan Cui wrote: >> [YOCTO #671] >> >> "readlink -f" in Ubuntu 10.04 is buggy: it doesn't ignore a trailing / (e.g., >> "readlink -f /tmp/non-existent-dir/" returns nothing, but according to >> http://www.gnu.org/

Re: [OE-core] erratic failure of pseudo

2011-08-02 Thread James Limbouris
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 showing incorrect permissions on files, randomly. From

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

2011-08-02 Thread Kumar Gala
On Aug 2, 2011, at 6:33 PM, Saul Wold wrote: > On 08/02/2011 04:15 PM, Kumar Gala wrote: >> >> On Aug 1, 2011, at 9: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. >>> >>> S

Re: [OE-core] systemd-gnome-image do_rootfs failure

2011-08-02 Thread Joel A Fernandes
Hi, I now get a build error as below with systemd-gnome-image in do_rootfs, could you take a look? Also I had to remove 'fontconfig' from RDEPENDS_task-gnome-fonts in recipes-angstrom/tasks/angstrom-task-gnome.bb as the package didn't exist and it was causing more opkg install problems in do_root

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

2011-08-02 Thread Khem Raj
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 This patch is ok. Acked-by: Khem Raj --- .../recipes-core/eglibc/eglibc-2.13/ppc-sqrt.

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

2011-08-02 Thread Saul Wold
On 08/02/2011 04:15 PM, Kumar Gala wrote: On Aug 1, 2011, at 9: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-sq

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

2011-08-02 Thread Kumar Gala
On Aug 1, 2011, at 9: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

Re: [OE-core] [PATCH v2] gcc: Fix setting of GLIBC_DYNAMIC_LINKER

2011-08-02 Thread Khem Raj
On Tue, Aug 2, 2011 at 3:33 PM, Kumar Gala wrote: > The sed regex in do_configure_prepend was producing the following result: > >  #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "/lib64/ld-linux-x86-64.so.2" > > instead of removing the leading "/lib" or "/lib64". > > Now we have it do: > >  #define

Re: [OE-core] systemd-gnome-image do_rootfs failure

2011-08-02 Thread Joel A Fernandes
On Tue, Aug 2, 2011 at 5:09 PM, Koen Kooi wrote: > > > Op 2 aug. 2011 om 23:57 heeft Joel A Fernandes het > volgende geschreven: > >> I'd like to report a possible problem with oe-core that I'm not sure how to >> fix: > > ./oebb.sh update I see you fixed it in [1] , nice, thanks :) Regards, J

Re: [OE-core] [PATCH 10/22] tune/arch-powerpc: Use fpu-soft to set PPCPKGSFX_FPU

2011-08-02 Thread Richard Purdie
On Tue, 2011-08-02 at 13:31 -0500, Kumar Gala wrote: > On Aug 1, 2011, at 8:03 AM, Richard Purdie wrote: > > > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: > >> From: Kumar Gala > >> > >> Its more likely that we explicitly set soft-floating point support for a > >> given target than hard.

[OE-core] [PATCH v2] gcc: Fix setting of GLIBC_DYNAMIC_LINKER

2011-08-02 Thread Kumar Gala
The sed regex in do_configure_prepend was producing the following result: #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "/lib64/ld-linux-x86-64.so.2" instead of removing the leading "/lib" or "/lib64". Now we have it do: #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "ld-linux-x86-64.so.2" Ad

Re: [OE-core] systemd-gnome-image do_rootfs failure

2011-08-02 Thread Koen Kooi
Op 2 aug. 2011 om 23:57 heeft Joel A Fernandes het volgende geschreven: > I'd like to report a possible problem with oe-core that I'm not sure how to > fix: ./oebb.sh update > > On running a "bitbake systemd-gnome-image", the do_rootfs stage fails > saying certain packages are missin

[OE-core] systemd-gnome-image do_rootfs failure

2011-08-02 Thread Joel A Fernandes
I'd like to report a possible problem with oe-core that I'm not sure how to fix: On running a "bitbake systemd-gnome-image", the do_rootfs stage fails saying certain packages are missing. On digging further, I find that the opkg.conf that opkg-cl uses (in image.bbclass do_rootfs function) has the

Re: [OE-core] [PATCH] gcc: Fix setting of GLIBC_DYNAMIC_LINKER

2011-08-02 Thread Khem Raj
On Tue, Aug 2, 2011 at 2:16 PM, Kumar Gala wrote: > The sed regex in do_configure_prepend was producing the following result: > >  #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "/lib64//ld-linux-x86-64.so.2" > > instead of > >  #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR"/ld-linux-x86-64.so.2" >

[OE-core] [PATCH v3] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Kumar Gala
Add a fixup for trying to create ustar archives when the users UID or GID is larger than the format allows. Signed-off-by: Tom Rini Signed-off-by: Kumar Gala --- * Removed patch=1 * Fixed a few whitespace issues meta/recipes-devtools/automake/automake.inc|2 +- .../prefer-cpio-over

[OE-core] [PATCH] gcc: Fix setting of GLIBC_DYNAMIC_LINKER

2011-08-02 Thread Kumar Gala
The sed regex in do_configure_prepend was producing the following result: #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "/lib64//ld-linux-x86-64.so.2" instead of #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR"/ld-linux-x86-64.so.2" Additionally, with the regex fixed the manipulation of SYSTEML

Re: [OE-core] [PATCH] tune/arch-powerpc64: keep insync with arch-powerpc.inc

2011-08-02 Thread Kumar Gala
On Aug 2, 2011, at 3:39 PM, Richard Purdie wrote: > On Tue, 2011-08-02 at 14:18 -0500, Kumar Gala wrote: >> * Add DEFAULTTUNE setting >> * Sync TUNE_PKGARCH with: >> commit 20f285728219c1efcc23d8e861902c212893c68d >> Author: Richard Purdie >> Date: Tue Aug 2 12:40:06 2011 +0100

[OE-core] [PATCH v2] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Kumar Gala
Add a fixup for trying to create ustar archives when the users UID or GID is larger than the format allows. Signed-off-by: Tom Rini Signed-off-by: Kumar Gala --- meta/recipes-devtools/automake/automake.inc|2 +- .../prefer-cpio-over-pax-for-ustar-archives.patch | 41 +

Re: [OE-core] [PATCH] tune/arch-powerpc64: keep insync with arch-powerpc.inc

2011-08-02 Thread Richard Purdie
On Tue, 2011-08-02 at 14:18 -0500, Kumar Gala wrote: > * Add DEFAULTTUNE setting > * Sync TUNE_PKGARCH with: > commit 20f285728219c1efcc23d8e861902c212893c68d > Author: Richard Purdie > Date: Tue Aug 2 12:40:06 2011 +0100 > > tune/ppc: Fix various TUNE_PKGARCH issues

Re: [OE-core] [PATCH] tune/powerpc: Cleanup setting of TUNE_PKGARCH

2011-08-02 Thread Kumar Gala
On Aug 2, 2011, at 2:35 PM, Saul Wold wrote: > On 08/02/2011 09:31 AM, Kumar Gala wrote: >> Add some uniformity to the naming scheme and reduce a bit of redudancy. >> >> Names are now back to: ppc603e, ppce300c2, ppce500, ppce500mc, >> ppce500v2. >> >> On 64-bit we'll have something like ppc64e

Re: [OE-core] [PATCH] tune/powerpc: Cleanup setting of TUNE_PKGARCH

2011-08-02 Thread Saul Wold
On 08/02/2011 09:31 AM, Kumar Gala wrote: Add some uniformity to the naming scheme and reduce a bit of redudancy. Names are now back to: ppc603e, ppce300c2, ppce500, ppce500mc, ppce500v2. On 64-bit we'll have something like ppc64e5500. Signed-off-by: Kumar Gala --- meta/conf/machine/include/

[OE-core] [PATCH] tune/arch-powerpc64: keep insync with arch-powerpc.inc

2011-08-02 Thread Kumar Gala
* Add DEFAULTTUNE setting * Sync TUNE_PKGARCH with: commit 20f285728219c1efcc23d8e861902c212893c68d Author: Richard Purdie Date: Tue Aug 2 12:40:06 2011 +0100 tune/ppc: Fix various TUNE_PKGARCH issues Signed-off-by: Kumar Gala --- .../machine/include/power

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

2011-08-02 Thread Saul Wold
On 08/02/2011 11:45 AM, Phil Blundell wrote: On Tue, 2011-08-02 at 11:36 -0700, Saul Wold wrote: I think this patch will break the linux-* recipes if someone tries to use the menuconfig task. I think you need to also modify the linux-* recipes that currently inherit kernel to also include cmd1

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

2011-08-02 Thread Phil Blundell
On Tue, 2011-08-02 at 11:36 -0700, Saul Wold wrote: > I think this patch will break the linux-* recipes if someone tries to > use the menuconfig task. > > I think you need to also modify the linux-* recipes that currently > inherit kernel to also include cmd1 kernel.bbclass already does "inheri

Re: [OE-core] [PATCH 10/22] tune/arch-powerpc: Use fpu-soft to set PPCPKGSFX_FPU

2011-08-02 Thread Kumar Gala
On Aug 1, 2011, at 8:03 AM, Richard Purdie wrote: > On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: >> From: Kumar Gala >> >> Its more likely that we explicitly set soft-floating point support for a >> given target than hard. So use 'fpu-soft' in TUNE_FEATURES rather than >> 'fpu-hard' to

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

2011-08-02 Thread Koen Kooi
Op 2 aug. 2011, om 20:36 heeft Saul Wold het volgende geschreven: > 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 ++

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

2011-08-02 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 2/4] gcc: Drop part of the 64bithack patch which is no longer used

2011-08-02 Thread Khem Raj
On (27/07/11 15:29), Richard Purdie wrote: > Since we now handle GLIBC_DYNAMIC_LINKER in gcc-configure-common.inc: > > 's#\(GLIBC_DYNAMIC_LINKER[^ ]*\)\( *"/lib.*\)#\1 SYSTEMLIBS_DIR\2#' > > we can drop the patch which changes a hardcoded value for this. > > No PR bump since there is no code cha

Re: [OE-core] [PATCH] bitbake.conf: Add PACKAGE_ARCHS to include TUNE_PKGARCH

2011-08-02 Thread Saul Wold
On 07/28/2011 01:46 PM, Kumar Gala wrote: Recent changes to how TUNE_PKGARCH is composed means it might not be in the PACKAGE_EXTRA_ARCHS_tune list. Rather than having to update all such lists we just add TUNE_PKGARCH to PACKAGE_ARCHS. An example, for ppc603e TUNE_PKGARCH is now: power

Re: [OE-core] [PATCH] eglibc: fix build for armv4 machines

2011-08-02 Thread Saul Wold
On 07/31/2011 03:31 AM, Dmitry Eremin-Solenikov wrote: eglibc builds for arm-eabi unconditionally enables the libc-do-syscall.S file, which contains thumb assembly. It's unused in arm-eabi-nothumb case, so just ifdef the actual code. Signed-off-by: Dmitry Eremin-Solenikov --- .../eglibc-fixup-

Re: [OE-core] [PATCH] package_{deb, rpm, ipk}.bbclass: fix 'lingusa' typo

2011-08-02 Thread Saul Wold
On 07/30/2011 05:46 AM, Koen Kooi wrote: Signed-off-by: Koen Kooi --- meta/classes/package_deb.bbclass |6 +++--- meta/classes/package_ipk.bbclass |6 +++--- meta/classes/package_rpm.bbclass |6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/classes/pa

Re: [OE-core] [PATCH] tune-xscale: fix xscale/xscale-be confusion

2011-08-02 Thread Saul Wold
On 07/29/2011 08:34 AM, Dmitry Eremin-Solenikov wrote: Currently tune-xscale.inc has options wrt. setting of xscale/xscale-be tunes. Fix that. Signed-off-by: Dmitry Eremin-Solenikov --- meta/conf/machine/include/tune-xscale.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: [OE-core] [PATCH] sanity.bbclass: Add sanity check that TUNE_PKGARCH appears in PACKAGE_ARCHS

2011-08-02 Thread Saul Wold
On 07/28/2011 05:07 PM, Kumar Gala wrote: Its possible we get duplications if we explicity add TUNE_PKGARCH to PACKAGE_ARCHS so instead just add a sanity check to verify it. Signed-off-by: Kumar Gala --- meta/classes/sanity.bbclass | 10 +- 1 files changed, 9 insertions(+), 1 deleti

Re: [OE-core] [PATCH] eglibc: unify eglibc-utils/${PN}-utils and remove PACKAGES from eglibc.inc

2011-08-02 Thread Saul Wold
On 07/29/2011 12:34 AM, Martin Jansa wrote: On Fri, Jul 29, 2011 at 09:17:31AM +0200, Martin Jansa wrote: * PACKAGES were defined in eglibc.inc as well as eglibc-package.inc, definition from eglibc.inc was overriden from recipes including eglibc.inc only * 37ff0fea8f7180b1a9d91d24dfe173573042

Re: [OE-core] [PATCH] tune/powerpc: Cleanup setting of TUNE_PKGARCH

2011-08-02 Thread Khem Raj
On Tue, Aug 2, 2011 at 9:31 AM, Kumar Gala wrote: > Add some uniformity to the naming scheme and reduce a bit of redudancy. > > Names are now back to: ppc603e, ppce300c2, ppce500, ppce500mc, > ppce500v2. > > On 64-bit we'll have something like ppc64e5500. there are 2 more patches more or less add

Re: [OE-core] [PATCH 2/2] distro_tracking_fields: update packages info

2011-08-02 Thread Saul Wold
On 07/28/2011 08:33 PM, Kang Kai wrote: From: Kang Kai Update distro tracking fields of libnewt mailx slang and alsa-tools. Update mailx licence, slang homepage and alsa-tools. This should be 4 separate commits, not 1, please resubmit this Sau! Signed-off-by: Kang Kai --- .../conf/distro/

Re: [OE-core] [PATCH] tune/powerpc: Cleanup setting of TUNE_PKGARCH

2011-08-02 Thread Saul Wold
On 07/28/2011 05:08 PM, Kumar Gala wrote: Add some uniformity to the naming scheme and reduce a bit of redudancy. Names are now back to: ppc603e, ppce300c2, ppce500, ppce500mc, ppce500v2. On 64-bit we'll have something like ppc64e5500. Signed-off-by: Kumar Gala --- meta/conf/machine/include/

Re: [OE-core] [PATCH 3/5] tune/arch-powerpc: Use fpu-soft to set PPCPKGSFX_FPU

2011-08-02 Thread Saul Wold
On 07/28/2011 01:59 PM, Kumar Gala wrote: Its more likely that we explicitly set soft-floating point support for a given target than hard. So use 'fpu-soft' in TUNE_FEATURES rather than 'fpu-hard' to determine setting 'nf' (no-float) in PPCPKGSFX_FPU. Signed-off-by: Kumar Gala --- meta/conf/m

Re: [OE-core] [PATCH 2/5] tune/arch-powerpc64: Remove support for soft-float from ppc64

2011-08-02 Thread Saul Wold
On 07/28/2011 01:59 PM, Kumar Gala wrote: All 64-bit PPC processors support hard-float so no need to support soft-float. Signed-off-by: Kumar Gala --- .../machine/include/powerpc/arch-powerpc64.inc |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/conf/mac

Re: [OE-core] [PATCH 1/5] tune/arch-powerpc64: Fix typo with 64-bit TUNE_CCARGS handling

2011-08-02 Thread Saul Wold
On 07/28/2011 01:59 PM, Kumar Gala wrote: When figuring out how to set TUNE_CCARGS we should look for 'm64' not 'n64' in TUNE_FEATURES. Signed-off-by: Kumar Gala --- .../machine/include/powerpc/arch-powerpc64.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/me

Re: [OE-core] [PATCH] libzypp: Fix variable substitution problem in do_archgen step

2011-08-02 Thread Saul Wold
On 07/28/2011 11:09 AM, Kumar Gala wrote: The do_archgen step creates a script that utilizes the variable name ${ARCH}. However, we also utilize and define ${ARCH} so instead of having the following in the script: COMPAT_WITH="${ARCH},${COMPAT} $COMPAT_WITH" We get something like:

[OE-core] Status of Patches & Pull Requests

2011-08-02 Thread Saul Wold
Folks, Thanks for your patience, I am working with Richard to gather up the requests that have been made over the last week. Now that we are getting Milestone 3 moving again, OE-Core will get the attention it needs. I am working to get patches in on a 24-48 hour cycle, so please have some

[OE-core] [PATCH] tune/powerpc: Cleanup setting of TUNE_PKGARCH

2011-08-02 Thread Kumar Gala
Add some uniformity to the naming scheme and reduce a bit of redudancy. Names are now back to: ppc603e, ppce300c2, ppce500, ppce500mc, ppce500v2. On 64-bit we'll have something like ppc64e5500. Signed-off-by: Kumar Gala --- meta/conf/machine/include/powerpc/arch-powerpc.inc |5 +++-- meta/

Re: [OE-core] [PATCH] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Kumar Gala
On Aug 2, 2011, at 11:04 AM, Tom Rini wrote: > On 08/02/2011 09:01 AM, Kumar Gala wrote: >> >> On Aug 2, 2011, at 10:34 AM, Tom Rini wrote: >> >>> On 08/02/2011 08:19 AM, Phil Blundell wrote: On Tue, 2011-08-02 at 03:14 -0500, Kumar Gala wrote: > +-_am_tools='gnutar m4_if([$1], [ustar]

Re: [OE-core] [PATCH] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Tom Rini
On 08/02/2011 09:01 AM, Kumar Gala wrote: > > On Aug 2, 2011, at 10:34 AM, Tom Rini wrote: > >> On 08/02/2011 08:19 AM, Phil Blundell wrote: >>> On Tue, 2011-08-02 at 03:14 -0500, Kumar Gala wrote: +-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' ++_am_tools='gnutar m

Re: [OE-core] [PATCH] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Kumar Gala
On Aug 2, 2011, at 10:34 AM, Tom Rini wrote: > On 08/02/2011 08:19 AM, Phil Blundell wrote: >> On Tue, 2011-08-02 at 03:14 -0500, Kumar Gala wrote: >>> +-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' >>> ++_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) cpio pax none' >> >

Re: [OE-core] help with gcc-configure-common bug

2011-08-02 Thread Kumar Gala
On Aug 2, 2011, at 10:41 AM, Phil Blundell wrote: > On Tue, 2011-08-02 at 10:36 -0500, Kumar Gala wrote: >> Would really love if anyone knows what is suppose to be going on with >> SYSTEMLIBS_DIR to chime in here. > > That stuff was all added in 934d3853 as part of the source tree sharing > wor

Re: [OE-core] help with gcc-configure-common bug

2011-08-02 Thread Kumar Gala
On Aug 1, 2011, at 1:58 PM, Kumar Gala wrote: > I'm trying to track down a bug related the following in > gcc-configure-common.inc. I know there is one bug in the sed line, but when > I fix that I run into a second issue. I'm trying to understand what we think > the following two lines are t

Re: [OE-core] help with gcc-configure-common bug

2011-08-02 Thread Phil Blundell
On Tue, 2011-08-02 at 10:36 -0500, Kumar Gala wrote: > Would really love if anyone knows what is suppose to be going on with > SYSTEMLIBS_DIR to chime in here. That stuff was all added in 934d3853 as part of the source tree sharing work. So I guess you should take it up with Robert Yang. p.

Re: [OE-core] help with gcc-configure-common bug

2011-08-02 Thread Kumar Gala
On Aug 1, 2011, at 1:58 PM, Kumar Gala wrote: > I'm trying to track down a bug related the following in > gcc-configure-common.inc. I know there is one bug in the sed line, but when > I fix that I run into a second issue. I'm trying to understand what we think > the following two lines are t

Re: [OE-core] [PATCH] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Tom Rini
On 08/02/2011 08:34 AM, Tom Rini wrote: > On 08/02/2011 08:19 AM, Phil Blundell wrote: >> On Tue, 2011-08-02 at 03:14 -0500, Kumar Gala wrote: >>> +-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' >>> ++_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) cpio pax none' >> >> Have y

Re: [OE-core] [PATCH] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Tom Rini
On 08/02/2011 08:19 AM, Phil Blundell wrote: > On Tue, 2011-08-02 at 03:14 -0500, Kumar Gala wrote: >> +-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' >> ++_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) cpio pax none' > > Have you discussed that with upstream? If not, are

Re: [OE-core] [bitbake-devel] Layer priorities influencing default version selection

2011-08-02 Thread Khem Raj
On Aug 2, 2011, at 7:14 AM, Chris Larson wrote: > On Tue, Aug 2, 2011 at 6:52 AM, Phil Blundell wrote: >> Actually, to some extent I consider it a bit of a misfeature that the >> layer priority is specified by the layer rather than by the user in >> bblayers.conf, since this makes it harder to

Re: [OE-core] [PATCH] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Phil Blundell
On Tue, 2011-08-02 at 03:14 -0500, Kumar Gala wrote: > +-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' > ++_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) cpio pax none' Have you discussed that with upstream? If not, are you confident that preferring cpio will not simply me

Re: [OE-core] [PATCH] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Khem Raj
On Aug 2, 2011, at 1:14 AM, Kumar Gala wrote: > Add a fixup for trying to create ustar archives when the users > UID or GID is larger than the format allows. > > Based on a patch from Tom Rini > > Signed-off-by: Kumar Gala > --- > meta/recipes-devtools/automake/automake.inc|2 +-

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

2011-08-02 Thread Phil Blundell
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-package.bbclass did: def output_locale_binary_rdepends(name, pkgname, locale, encoding): m = re.match("(.*)\.(.*)",

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

2011-08-02 Thread Koen Kooi
The bug I was seeing was caused by something else, but I'd still like feedback on this patch to find out why the dot vs dash difference exists Op 2 aug. 2011, om 16:47 heeft Koen Kooi het volgende geschreven: > When using binary locales rootfs generation fails with: > > | Unknown package 'local

Re: [OE-core] [bitbake-devel] Layer priorities influencing default version selection

2011-08-02 Thread Paul Eggleton
On Tuesday 02 August 2011 15:27:58 Chris Larson wrote: > On Tue, Aug 2, 2011 at 7:21 AM, Paul Eggleton > > wrote: > > On Tuesday 02 August 2011 15:14:41 Chris Larson wrote: > >> as config/class priority is > >> determined by order of entries in BBLAYERS, whereas recipe priority is > >> determined

Re: [OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-02 Thread Mark Hatle
On 8/2/11 8:46 AM, Phil Blundell wrote: > On Mon, 2011-08-01 at 19:17 -0500, Mark Hatle wrote: >> The following allows RPM to generate the SDK image, however without it >> we get a failure because the system has nothing that provides /bin/sh. >> >> Unfortunately the patch causes failures with ipk a

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

2011-08-02 Thread Koen Kooi
When using binary locales rootfs generation fails with: | Unknown package 'locale-base-en-us'. | Collected errors: | * opkg_install_cmd: Cannot install package locale-base-en-us. This is due to: $ dpkg-deb -I ipk/armv7a/locale-base-en-us_2.12-r16_armv7a.ipk | grep Depends Depends: eglibc-binar

Re: [OE-core] erratic failure of pseudo

2011-08-02 Thread Mark Hatle
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 showing incorrect permissions on files, randomly. From one >> build to the next, different subsets of

Re: [OE-core] [bitbake-devel] Layer priorities influencing default version selection

2011-08-02 Thread Chris Larson
On Tue, Aug 2, 2011 at 7:21 AM, Paul Eggleton wrote: > On Tuesday 02 August 2011 15:14:41 Chris Larson wrote: >> as config/class priority is >> determined by order of entries in BBLAYERS, whereas recipe priority is >> determined by layer.conf. > > Is that a good thing though? At the moment I'm not

Re: [OE-core] [bitbake-devel] Layer priorities influencing default version selection

2011-08-02 Thread Paul Eggleton
On Tuesday 02 August 2011 15:14:41 Chris Larson wrote: > as config/class priority is > determined by order of entries in BBLAYERS, whereas recipe priority is > determined by layer.conf. Is that a good thing though? At the moment I'm not convinced that it is. Cheers, Paul -- Paul Eggleton Intel

Re: [OE-core] Layer priorities influencing default version selection

2011-08-02 Thread Chris Larson
On Tue, Aug 2, 2011 at 6:52 AM, Phil Blundell wrote: > Actually, to some extent I consider it a bit of a misfeature that the > layer priority is specified by the layer rather than by the user in > bblayers.conf, since this makes it harder to vary the stack-up order > without local hackery to the l

Re: [OE-core] Layer priorities influencing default version selection

2011-08-02 Thread Phil Blundell
On Tue, 2011-08-02 at 14:45 +0100, Richard Purdie wrote: > We could do with clearly documenting this in the bitbake manual. I > suspect users would expect the highest version to win and we probably > should change the behaviour but I'm open to other opinions. The original intent with BBFILE_COLLEC

Re: [OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-02 Thread Phil Blundell
On Mon, 2011-08-01 at 19:17 -0500, Mark Hatle wrote: > The following allows RPM to generate the SDK image, however without it > we get a failure because the system has nothing that provides /bin/sh. > > Unfortunately the patch causes failures with ipk and deb packages because > they can not have f

Re: [OE-core] Layer priorities influencing default version selection

2011-08-02 Thread Richard Purdie
On Tue, 2011-08-02 at 12:26 +0100, Paul Eggleton wrote: > Hi all, > > Andrea pointed out a situation where he has seen the layer priority > overriding > version selection, and I've been able to confirm it. > > Basically, if you have a recipe with a lower version in a layer with a higher > prio

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-02 Thread Richard Purdie
On Tue, 2011-08-02 at 08:11 -0500, Kumar Gala wrote: > On Aug 1, 2011, at 11:57 AM, Richard Purdie wrote: > > > On Mon, 2011-08-01 at 09:44 -0700, Tom Rini wrote: > >> On 08/01/2011 09:07 AM, Phil Blundell wrote: > >>> On Mon, 2011-08-01 at 09:37 -0500, Kumar Gala wrote: > Not sure I understa

Re: [OE-core] [PATCH 13/22] sanity: Dont throw a warning if TUNE_PKGARCH is in PACKAGE_ARCHS twice

2011-08-02 Thread Richard Purdie
On Mon, 2011-08-01 at 11:59 -0700, Khem Raj wrote: > On Mon, Aug 1, 2011 at 11:51 AM, Kumar Gala wrote: > > > > On Aug 1, 2011, at 12:34 PM, Khem Raj wrote: > > > >> On (01/08/11 09:11), Kumar Gala wrote: > >>> > >>> On Aug 1, 2011, at 8:03 AM, Richard Purdie wrote: > >>> > On Mon, 2011-08-01

Re: [OE-core] [PATCH 0/5] Fix the SDK generation

2011-08-02 Thread Richard Purdie
On Mon, 2011-08-01 at 19:17 -0500, Mark Hatle wrote: > This is an attempt to fix a number of issues with the SDK generation. It has > been > tested using bitbake meta-toolchain-sdk. > > Note, patches: > > 4/5: package_ipk: SDK generation workaround > 5/5: update-alternatives: Add alternatives

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

2011-08-02 Thread Koen Kooi
Op 2 aug. 2011, om 14:30 heeft Noor, Ahsan het volgende geschreven: > * 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.bbclas

[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-02 Thread Samuel Stirtzel
Hi, when running QEMU, build as console-image, some strange errors occur. QEMU was started with the following command: qemu-system-arm -M versatilepb -m 128 -kernel /var/oe-core/tmp-eglibc/deploy/images/qemuarm/zImage-qemuarm.bin -hda /var/oe-core/tmp-eglibc/deploy/images/qemuarm/console-image-qem

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-02 Thread Kumar Gala
On Aug 1, 2011, at 11:57 AM, Richard Purdie wrote: > On Mon, 2011-08-01 at 09:44 -0700, Tom Rini wrote: >> On 08/01/2011 09:07 AM, Phil Blundell wrote: >>> On Mon, 2011-08-01 at 09:37 -0500, Kumar Gala wrote: Not sure I understand the statement about disambiguate the resulting compiler

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-02 Thread Phil Blundell
On Mon, 2011-08-01 at 09:44 -0700, Tom Rini wrote: > On 08/01/2011 09:07 AM, Phil Blundell wrote: > > On Mon, 2011-08-01 at 09:37 -0500, Kumar Gala wrote: > >> Not sure I understand the statement about disambiguate the resulting > >> compilers, on PPC where I intend to utilize this we'd have the t

[OE-core] [PATCH] tune/ppc: Fix various TUNE_PKGARCH issues

2011-08-02 Thread Richard Purdie
We need to ensure only one value ends up in TUNE_PKGARCH rather than several. This change ensures consistency accross all the PPC tune files and that they correctly inherit the core value but also allow it to be overwritten. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include

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

2011-08-02 Thread Noor, Ahsan
* 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 25d2629..f2f05b1 100644 --- a/meta/classes/ker

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

2011-08-02 Thread Richard Purdie
On Tue, 2011-08-02 at 14:08 +0800, Dexuan Cui wrote: > [YOCTO #671] > > "readlink -f" in Ubuntu 10.04 is buggy: it doesn't ignore a trailing / (e.g., > "readlink -f /tmp/non-existent-dir/" returns nothing, but according to > http://www.gnu.org/s/coreutils/manual/coreutils.pdf it should do that --

Re: [OE-core] [PATCH] scripts/runqemu: grep for line beginning with TMPDIR

2011-08-02 Thread Richard Purdie
On Mon, 2011-08-01 at 18:47 -0700, Khem Raj wrote: > Currently the grep regexp matches any occurance of > 'TMPDIR=' but if you have another variable defined > e.g. OE_BUILD_TMPDIR=xxx then that gets picked up > too. > > $ bitbake -e | grep TMPDIR=\" > TMPDIR="/home/kraj/work/angstrom/build/tmp-ang

[OE-core] Ideal (combined) repo layout?

2011-08-02 Thread Koen Kooi
Hi, I've been experimenting with a combined repo (https://github.com/koenkooi/Angstrom-integration-layer/) the past few days and I have some mixed feelings about it. I tried to mimic the yocto setup and the questions I get from people are "how do I know where all the stuff is originally from",

[OE-core] Layer priorities influencing default version selection

2011-08-02 Thread Paul Eggleton
Hi all, Andrea pointed out a situation where he has seen the layer priority overriding version selection, and I've been able to confirm it. Basically, if you have a recipe with a lower version in a layer with a higher priority it selects the lower version. What's more after digging further I f

Re: [OE-core] [PATCH] glibc: deleted

2011-08-02 Thread Richard Purdie
On Mon, 2011-08-01 at 14:16 -0700, Saul Wold wrote: > On 07/28/2011 03:01 AM, Phil Blundell wrote: > > Glibc 2.10.1 is outdated now and eglibc seems to provide a superset of > > its functionality. > > > > Signed-off-by: Phil Blundell > > > > Merged into OE-Core > > But this seems to have triggere

Re: [OE-core] erratic failure of pseudo

2011-08-02 Thread Richard Purdie
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 showing incorrect permissions on files, randomly. From one > build to the next, different subsets of files and folders end up owned > by 1000:1000,

Re: [OE-core] [PATCH] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Richard Purdie
On Tue, 2011-08-02 at 03:14 -0500, Kumar Gala wrote: > Add a fixup for trying to create ustar archives when the users > UID or GID is larger than the format allows. > > Based on a patch from Tom Rini > > Signed-off-by: Kumar Gala > --- > meta/recipes-devtools/automake/automake.inc|2

[OE-core] [PATCH] automake: Fix issue with tar configure failing with large UID/GIDs

2011-08-02 Thread Kumar Gala
Add a fixup for trying to create ustar archives when the users UID or GID is larger than the format allows. Based on a patch from Tom Rini Signed-off-by: Kumar Gala --- meta/recipes-devtools/automake/automake.inc|2 +- .../prefer-cpio-over-pax-for-ustar-archives.patch | 26 ++

Re: [OE-core] [PATCH 1/1] ghostscript: fix parallel build issue

2011-08-02 Thread Phil Blundell
On Mon, 2011-08-01 at 15:51 -0700, Tom Rini wrote: > On 08/01/2011 03:28 PM, Saul Wold wrote: > > On 07/30/2011 11:20 AM, Khem Raj wrote: > >> On Wednesday, July 27, 2011 05:34:45 PM Kang Kai wrote: > >>> From: Kang Kai > >>> > >>> ghostscript fails some time on autobuilder, it seems a parallel bui

[OE-core] [PATCH 5/8] parted: Upgrade to 3.0

2011-08-02 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{parted-2.3 => parted-3.0}/no_check.patch |0 .../{parted-2.3 => parted-3.0}/syscalls.patch |0 .../parted/{parted_2.3.bb => parted_3.0.bb}|4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename meta/reci

[OE-core] [PATCH 4/8] gpgme: Upgrade to 1.3.1

2011-08-02 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../disable_gpgconf_check.patch|0 .../gpgme/{gpgme_1.3.0.bb => gpgme_1.3.1.bb} | 10 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-support/gpgme/{gpgme-1.3.0 => gpgme-1.3.1}/disab

[OE-core] [PATCH 0/8] Package upgrade v2, edwin, Aug2, 2011

2011-08-02 Thread edwin . zhai
From: Zhai Edwin All, This is new version for some package upgrade according to Raj's comments: * remove "patch=1" in recipe * reasonble split files for apr-util BTW, one bug fix[YOCTO #1211] is also sent. Thanks, Edwin The following changes since commit 860a41bae6b863a289b06a9684d

[OE-core] [PATCH 2/8] libsoup-2.4: Upgrade to 2.34.2

2011-08-02 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- ...libsoup-2.4_2.34.1.bb => libsoup-2.4_2.34.2.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.34.1.bb => libsoup-2.4_2.34.2.bb} (76%) diff --git a/meta/recipes-support/libsoup

  1   2   >