Re: [OE-core] [RFC - Staticdev 1/2] multiple recipes converted to -staticdev packages

2011-06-27 Thread Saul Wold
On 06/26/2011 12:34 AM, Koen Kooi wrote: Op 26 jun 2011, om 06:36 heeft Saul Wold het volgende geschreven: This commit adds a new base package ${PN}-staticdev to bitbake.conf which pulls in the static *.a libraries as a seperate package, it filters out the nonshared.a libraries where

[OE-core] [PATCH 0/1 v3][PULL] libc locale split

2011-06-27 Thread Dongxiao Xu
Hi Richard and Saul, This pull request is the third version of libc locale split, please help to review and pull. Changes from v2: Fixed a mistake that virtual/libiconv should be in libc but not libc-locale. Thanks, Dongxiao The following changes since commit

[OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-27 Thread Dongxiao Xu
*libc's do_package will cost a lot of time due to the locale handing, which may delay the other recipe's do_package task and affect the build performance. This commit moves locale handling into a separate recipe *libc-locale. Signed-off-by: Dongxiao Xu dongxiao...@intel.com ---

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-27 Thread Phil Blundell
On Mon, 2011-06-27 at 16:37 +0800, Dongxiao Xu wrote: -PACKAGES = ${PN}-dbg ${PN} catchsegv${PKGSUFFIX} sln${PKGSUFFIX} nscd${PKGSUFFIX} ldd${PKGSUFFIX} localedef${PKGSUFFIX} libcidn ${PN}-utils ${PN}-pic ${PN}-dev eglibc-doc eglibc-locale libmemusage libsegfault${PKGSUFFIX}

Re: [OE-core] gcc-cross-kernel problems

2011-06-27 Thread Koen Kooi
Op 26 jun 2011, om 17:05 heeft Khem Raj het volgende geschreven: On 06/25/2011 07:30 PM, Khem Raj wrote: so in you kernel recipe somewhere patch the below code PATH_prepend = ${STAGING_BINDIR_TOOLCHAIN}.gcc-cross-kernel: I guess it has 4.2.1 in the path for you as I see so you might need

Re: [OE-core] gcc-cross-kernel problems

2011-06-27 Thread Phil Blundell
On Mon, 2011-06-27 at 11:32 +0200, Koen Kooi wrote: Op 26 jun 2011, om 17:05 heeft Khem Raj het volgende geschreven: On 06/25/2011 07:30 PM, Khem Raj wrote: so in you kernel recipe somewhere patch the below code PATH_prepend = ${STAGING_BINDIR_TOOLCHAIN}.gcc-cross-kernel: I guess

Re: [OE-core] [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe

2011-06-27 Thread Koen Kooi
Op 25 jun 2011, om 05:54 heeft edwin.z...@intel.com het volgende geschreven: From: Zhai Edwin edwin.z...@intel.com glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies. TLS/SSL

Re: [OE-core] [RFC - Staticdev 2/2] systemtap: add sqlite3 to DEPENDS

2011-06-27 Thread Phil Blundell
On Sat, 2011-06-25 at 21:36 -0700, Saul Wold wrote: -DEPENDS = elfutils +DEPENDS = elfutils sqlite3 No doubt this is a fine change but I didn't quite understand what it has to do with staticdev. Was this meant to be a separate patchset? p. ___

Re: [OE-core] gcc-cross-kernel problems

2011-06-27 Thread Koen Kooi
Op 27 jun 2011, om 11:42 heeft Phil Blundell het volgende geschreven: On Mon, 2011-06-27 at 11:32 +0200, Koen Kooi wrote: Op 26 jun 2011, om 17:05 heeft Khem Raj het volgende geschreven: On 06/25/2011 07:30 PM, Khem Raj wrote: so in you kernel recipe somewhere patch the below code

[OE-core] Bitbake master broken

2011-06-27 Thread Koen Kooi
Hi, After updating bitbake this morning I get: /OE/tentacle/sources/bitbake/lib/bb/msg.py:95: DeprecationWarning: object.__init__() takes no parameters super(set, self).__init__(args) Traceback (most recent call last): File /OE/tentacle/sources/bitbake/bin/bitbake, line 34, in module

Re: [OE-core] [PATCH 1/2] linux-yocto: update meta SRCREV for new config groups

2011-06-27 Thread Bruce Ashfield
2011/6/27 Cui, Dexuan dexuan@intel.com: Cui, Dexuan wrote: Hi, I got the following ERROR with the patch: Log data follows: Unstaged changes after reset: M arch/powerpc/boot/dts/mpc8315erdb.dts Deleted branch meta-temp (was cf7d7e5). WARNING: addon feature features/taskstats was not

Re: [OE-core] gconf-dbus fetch failure

2011-06-27 Thread Koen Kooi
Op 27 jun 2011, om 15:05 heeft Phil Blundell het volgende geschreven: On Fri, 2011-06-24 at 00:42 -0700, Darren Hart wrote: It seems there is a problem with the subversion repository for gconf-dbus. Are others seeing this as well, or this perhaps a local networking issue? Yeah, gconf-dbus

Re: [OE-core] Bitbake master broken

2011-06-27 Thread Chris Larson
On Mon, Jun 27, 2011 at 5:11 AM, Koen Kooi k...@dominion.thruhere.net wrote: After updating bitbake this morning I get: /OE/tentacle/sources/bitbake/lib/bb/msg.py:95: DeprecationWarning: object.__init__() takes no parameters  super(set, self).__init__(args) Traceback (most recent call

Re: [OE-core] [PATCH 1/2] linux-yocto: update meta SRCREV for new config groups

2011-06-27 Thread Tom Zanussi
On Mon, 2011-06-27 at 05:56 -0700, Bruce Ashfield wrote: 2011/6/27 Cui, Dexuan dexuan@intel.com: Cui, Dexuan wrote: Hi, I got the following ERROR with the patch: Log data follows: Unstaged changes after reset: M arch/powerpc/boot/dts/mpc8315erdb.dts Deleted branch meta-temp (was

Re: [OE-core] [PATCH 2/2] sanity: implement network connectivity test

2011-06-27 Thread Joshua Lock
On Sun, 2011-06-26 at 11:08 -0700, Khem Raj wrote: On 06/26/2011 10:37 AM, Joshua Lock wrote: On Sat, 2011-06-25 at 19:33 -0700, Khem Raj wrote: On 6/25/2011 5:53 PM, Saul Wold wrote: On 06/20/2011 11:09 AM, Joshua Lock wrote: Sanity test to verify files can be fetched from the network

[OE-core] [PATCH] fontconfig: specify font directory in EXTRA_OECONF

2011-06-27 Thread Phil Blundell
since, otherwise, fontconfig's builtin default may not match ${datadir}. Signed-off-by: Phil Blundell ph...@gnu.org --- .../fontconfig/fontconfig_2.8.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] gcc-cross-kernel problems

2011-06-27 Thread Koen Kooi
Op 27 jun 2011, om 12:20 heeft Phil Blundell het volgende geschreven: On Mon, 2011-06-27 at 12:07 +0200, Koen Kooi wrote: In the first one only cc1 and collect are present. What would be the best way to fix this? It seems that gcc-package-cross.inc is doing this by steam for the regular

Re: [OE-core] [PATCH] libtirpc: Upgrade 0.2.1 - 0.2.2

2011-06-27 Thread Kamble, Nitin A
Hi Khem, I am trying to use glibc 2.14 for x32 work, And if you have a working libc 2.14 recipe, I would like to try it out. Thanks, Nitin -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf

Re: [OE-core] [PATCH] binutils: allow distro to select gold as default linker

2011-06-27 Thread Kamble, Nitin A
Good to see that gold is enabled only if distro config requests it. I have some need which will need disabling gold. Thanks, Nitin -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Phil

[OE-core] [PATCH] gcc-cross-kernel: update to match new toolchain sysroot layout

2011-06-27 Thread Koen Kooi
The versioned gcc binary gets installed and the needed binutils symlinks are made. To make it fully work again the following is needed in kernel recipes/classes: PATH_prepend = ${STAGING_BINDIR_TOOLCHAIN}.gcc-cross-kernel: Signed-off-by: Koen Kooi k...@dominion.thruhere.net ---

[OE-core] /build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/autom4te: build/tmp-angstrom_2010_x-eglibc/sysroot: bad interpreter:

2011-06-27 Thread Jonathan Cameron
Building a couple of different things today gave me an issue that boils down to the subject line. Latest issue was eglibc where do_populate_sysroot ended with. + autoconf /home/jic23/src/beagle/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/autoconf:

[OE-core] [RFC v2 PATCH 5/9] kernel.bblass: remove get_kernelmajorversion

2011-06-27 Thread Anders Darander
It is now unused. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/classes/linux-kernel-base.bbclass |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/meta/classes/linux-kernel-base.bbclass b/meta/classes/linux-kernel-base.bbclass index

[OE-core] [RFC v2 PATCH 8/9] task-base: remove modutils reference.

2011-06-27 Thread Anders Darander
Also remove the other kernel24 references. Make everything dependent on kernel26 default. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/recipes-core/tasks/task-base.bb | 22 +- 1 files changed, 5 insertions(+), 17 deletions(-) diff --git

[OE-core] [RFC v2 PATCH 2/9] image¡kernel.bblass: do not use depmod-2.6

2011-06-27 Thread Anders Darander
Change to only depend on virtual/*/depmod. Change all calls to only use depmod. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/classes/image.bbclass |2 +- meta/classes/kernel.bbclass | 10 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git

[OE-core] [RFC v2 PATCH 9/9] distro_tracking_fields: remove modutils.

2011-06-27 Thread Anders Darander
Signed-off-by: Anders Darander and...@chargestorm.se --- .../conf/distro/include/distro_tracking_fields.inc |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc

[OE-core] [RFC v2 PATCH 3/9] modules-init-tools(-cross): update to 3.16

2011-06-27 Thread Anders Darander
Update to get support for Linux 3.0. Remove the application of ignore_arch_directory.patch, as this one do not apply. (A comment in the patch states not sure the reason yet. Keep for a while and verify later.). Signed-off-by: Anders Darander and...@chargestorm.se --- ...oss_3.12.bb =

[OE-core] [RFC v2 PATCH 7/9] modutils: remove modutils

2011-06-27 Thread Anders Darander
As 2.4 support is being phased out, remove modutils. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/recipes-kernel/modutils/files/armeb.patch | 16 meta/recipes-kernel/modutils/files/configure.patch | 34 --- meta/recipes-kernel/modutils/files/gcc4.patch |

[OE-core] [RFC v2 PATCH 1/9] Remove support for building 2.4 kernels

2011-06-27 Thread Anders Darander
Signed-off-by: Anders Darander and...@chargestorm.se --- meta/classes/kernel.bbclass | 12 ++-- meta/classes/module-base.bbclass |2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index

[OE-core] [RFC v2 PATCH 4/9] module-init-tools-cross: do not install depmod as depmod-2.6

2011-06-27 Thread Anders Darander
Signed-off-by: Anders Darander and...@chargestorm.se --- .../module-init-tools-cross_3.16.bb|4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb

Re: [OE-core] [oe-core][PATCH] uclibc: Set ARCH_USE_MMU for armeb configs

2011-06-27 Thread Phil Blundell
On Mon, 2011-06-27 at 12:41 -0700, Khem Raj wrote: After the last cleanup. armeb/uClibc.machine gets picked up by default for ARM Big endian so bring it uptodate. -UCLIBC_HAS_FPU=y +# UCLIBC_HAS_FPU is not set +UCLIBC_HAS_SOFT_FLOAT=y Is this deliberate? That seems to be a change in

Re: [OE-core] [oe-core][PATCH] uclibc: Set ARCH_USE_MMU for armeb configs

2011-06-27 Thread Khem Raj
On Mon, Jun 27, 2011 at 12:47 PM, Phil Blundell p...@pbcl.net wrote: On Mon, 2011-06-27 at 12:41 -0700, Khem Raj wrote: After the last cleanup. armeb/uClibc.machine gets picked up by default for ARM Big endian so bring it uptodate. -UCLIBC_HAS_FPU=y +# UCLIBC_HAS_FPU is not set

Re: [OE-core] gcc-cross-kernel problems

2011-06-27 Thread Khem Raj
On Mon, Jun 27, 2011 at 3:20 AM, Phil Blundell p...@pbcl.net wrote: On Mon, 2011-06-27 at 12:07 +0200, Koen Kooi wrote: In the first one only cc1 and collect are present. What would be the best way to fix this? It seems that gcc-package-cross.inc is doing this by steam for the regular cross

[OE-core] [PATCH 0/1] scripts: add PARALLEL_MAKE to BB_ENV_EXTRAWHITE

2011-06-27 Thread Darren Hart
The following changes since commit a1f79a7896b6411669b3ccada6204d2695e80fc5: runqueue.py: Add umask task control (2011-06-24 12:23:12 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dvhart/pm

[OE-core] [PATCH 1/1] Add PARALLEL_MAKE to BB_ENV_EXTRAWHITE

2011-06-27 Thread Darren Hart
As BB_NUMBER_THREADS is already whitelisted, it is consistent to also allow PARALLEL_MAKE to be overridden via the environment. This also simplifies performance testing where multiple combinations of those two variables are a natural thing to do. Signed-off-by: Darren Hart dvh...@linux.intel.com

Re: [OE-core] gcc-cross-kernel problems

2011-06-27 Thread Khem Raj
On Mon, Jun 27, 2011 at 1:41 PM, Phil Blundell p...@pbcl.net wrote: On Mon, 2011-06-27 at 13:15 -0700, Khem Raj wrote: you need to include gcc-package-cross.inc using require gcc-package-cross.inc in the newly added gcc-cross-kernel_csl-arm-2007q3.bb and all should be set. That'll cause

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-27 Thread Xu, Dongxiao
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Phil Blundell Sent: Monday, June 27, 2011 4:58 PM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH 1/1]

Re: [OE-core] [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe

2011-06-27 Thread Zhai, Edwin
Koen Kooi wrote: Op 25 jun 2011, om 05:54 heeft edwin.z...@intel.com het volgende geschreven: From: Zhai Edwin edwin.z...@intel.com glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their

Re: [OE-core] [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe

2011-06-27 Thread Zhai, Edwin
Koen Kooi wrote: Op 25 jun 2011, om 05:54 heeft edwin.z...@intel.com het volgende geschreven: From: Zhai Edwin edwin.z...@intel.com +SRC_URI = ${GNOME_MIRROR}/glib-networking/2.28/glib-networking-${PV}.tar.bz2 No 'name' parameter I'll change it to +SRC_URI =

[OE-core] [PATCH 5/5] uclibc: Add UCLIBC_HAS_FLOATS=y to uClibc.distro

2011-06-27 Thread Khem Raj
Remove unused uClibc.distro from topdir. It just creates confusion Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uClibc.distro| 157 - meta/recipes-core/uclibc/uclibc-git/uClibc.distro |1 + 2 files changed, 1 insertions(+), 157

[OE-core] [PATCH 3/5] uclibc.inc: Use ARCH_WANTS_{LITTLE|BIG}_ENDIAN to denote endian

2011-06-27 Thread Khem Raj
ARCH_{BIG|LITTLE}_ENDIAN is governed by ARCH_WANTS_{LITTLE|BIG}_ENDIAN therefore we tame the superior Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uclibc.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc

[OE-core] [PATCH 0/5] uclibc: config Cleanups

2011-06-27 Thread Khem Raj
Hi This patch series is attempting to clean up the defconfig cruft accumulated in uclibc recipes. I have built angstrom/console-image using these patches (but not from scratch) for arm and x86 other architectures are still churning. Please review and provide your feedback Thanks -Khem

[OE-core] [PATCH 1/5] uclibc: Remove redundant machine/arch configs

2011-06-27 Thread Khem Raj
Big endian counterparts are not needed since we already add the proper endianness to final .config as seen in uclibc-config.inc The difference between arm and armv5te configs were also superficial since all it did was select arm926t which made sure that right mtune and march flags were passed to

[OE-core] [PATCH 4/5] uclibc_git.bb: Untether UCLIBC_HAS_FPU from UCLIBC_HAS_FLOATS

2011-06-27 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- ...rch-Free-UCLIBC_HAS_FPU-setting-from-depe.patch | 29 meta/recipes-core/uclibc/uclibc_git.bb |1 + 2 files changed, 30 insertions(+), 0 deletions(-) create mode 100644

[OE-core] [PATCH 2/5] uclibc-config.inc: Fix regexp to determine big-endian arm

2011-06-27 Thread Khem Raj
Without this even arm-*-* was being treated as big endian but normal convention is the arm-*-* is little endian Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uclibc-config.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[OE-core] [Draft design][RFC] Running postinst at rootfs generation time

2011-06-27 Thread Cui, Dexuan
Hi all, below is an initial investigation about the task and we'll continue to further look into it. In poky we have 2 types of postinst scripts: one (type-1) can be (and has already been) run at rootfs generation time and the other (type-2) has to be delayed to the first-boot of target

Re: [OE-core] [PATCH 1/2] linux-yocto: update meta SRCREV for new config groups

2011-06-27 Thread Cui, Dexuan
Tom Zanussi wrote: On Mon, 2011-06-27 at 05:56 -0700, Bruce Ashfield wrote: 2011/6/27 Cui, Dexuan dexuan@intel.com: Cui, Dexuan wrote: Hi, I got the following ERROR with the patch: Log data follows: Unstaged changes after reset: M arch/powerpc/boot/dts/mpc8315erdb.dts Deleted branch

Re: [OE-core] [PATCH] u-boot-mkimage: bump version to 2011.03

2011-06-27 Thread Darren Hart
Hi Ilya, On 06/15/2011 05:09 PM, Ilya Yanok wrote: This patch changes u-boot-mkimage version to 2011.03 and includes patches to build tools without configuring U-Boot for specific board. These look like good changes to me, with a couple of minor things needed: 1) Please submit the version

Re: [OE-core] [Draft design][RFC] Running postinst at rootfs generation time

2011-06-27 Thread Mark Hatle
On 6/27/11 9:09 PM, Cui, Dexuan wrote: Hi all, below is an initial investigation about the task and we'll continue to further look into it. In poky we have 2 types of postinst scripts: one (type-1) can be (and has already been) run at rootfs generation time and the other (type-2) has to

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-27 Thread Xu, Dongxiao
-Original Message- From: Xu, Dongxiao Sent: Tuesday, June 28, 2011 8:52 AM To: Patches and discussions about the oe-core layer Subject: RE: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe. -Original Message- From:

[OE-core] [PATCH 0/1] base.bbclass: show layer's branches/revisions in the banner info

2011-06-27 Thread Dexuan Cui
The following changes since commit a1f79a7896b6411669b3ccada6204d2695e80fc5: runqueue.py: Add umask task control (2011-06-24 12:23:12 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/banner

[OE-core] [PATCH 1/1] base.bbclass: show layer's branches/revisions in the banner info

2011-06-27 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/classes/base.bbclass | 14 +- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 119b052..4766c77 100644 --- a/meta/classes/base.bbclass +++