Re: [OE-core] gcc errors while building core-image-sato-sdk

2012-07-05 Thread Damian, Alexandru
I guess the root of the problem is when the autotools start up - we're having autoconf 2.68, which is not liked by gcc 4.7.1 configure.ac:33: error: Please use exactly Autoconf 2.64 instead of 2.68. config/override.m4:12: _GCC_AUTOCONF_VERSION_CHECK is expanded from... configure.ac:33: the top

[OE-core] [PATCH 1/1] sanity.bbclass: the tmpdir can't be longer than 410

2012-07-05 Thread Robert Yang
There will be errors when the length of the tmpdir is longer than 410: 1) Longer than 420: Can't exec /bin/sh: Argument list too long at /usr/lib/perl/5.10/IO/File.pm line 66. This error happens on both Ubuntu 10.04 and 10.10 when the pkg needs run autoreconf, this is because it passes many

[OE-core] [PATCH 0/1] sanity.bbclass: the tmpdir can't be longer than 410

2012-07-05 Thread Robert Yang
The following changes since commit 0b79c730f3e5c3c5329e439dffd137f2605b6cba: prexport.bbclass: Fix typo in warning: AUROPR - AUTOPR. (2012-07-04 15:00:40 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/tmpdir

Re: [OE-core] why would a recipe have both do_install() and do_install_append()?

2012-07-05 Thread Robert P. J. Day
On Wed, 4 Jul 2012, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/4/2012 4:29 AM, Richard Purdie wrote: AFAICT, you can't override an append. Both appends, the original and the bbappended, would get executed. ok, now i *definitely* want to know whether this would

Re: [OE-core] [PATCH] cpan.bbclass: Fix CCFLAGS.

2012-07-05 Thread Pascal Ouyang
On 2012年06月29日 00:04, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/28/2012 12:59 AM, Pascal Ouyang wrote: On 2012年06月21日 23:47, Khem Raj wrote: On Thu, Jun 21, 2012 at 12:13 AM, xin.ouy...@windriver.com wrote: From: Xin Ouyang xin.ouy...@windriver.com We should not

Re: [OE-core] [PATCH 7/9] perf: add perf-scripting MACHINE_FEATURE

2012-07-05 Thread Richard Purdie
On Wed, 2012-07-04 at 14:16 -0500, Tom Zanussi wrote: On Wed, 2012-07-04 at 15:02 +0100, Richard Purdie wrote: On Tue, 2012-07-03 at 13:10 -0500, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com Add a new MACHINE_FEATURE named 'perf-scripting'. Adding this into

Re: [OE-core] [PATCH 7/9] perf: add perf-scripting MACHINE_FEATURE

2012-07-05 Thread Tom Zanussi
On Thu, 2012-07-05 at 14:42 +0100, Richard Purdie wrote: On Wed, 2012-07-04 at 14:16 -0500, Tom Zanussi wrote: On Wed, 2012-07-04 at 15:02 +0100, Richard Purdie wrote: On Tue, 2012-07-03 at 13:10 -0500, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com Add a

[OE-core] [PATCH 01/14] mirrors: Add debian archive snapshot mirrors to search list

2012-07-05 Thread Khem Raj
I ran across this problem when apt 0.7.14 was not fetchable from regular debian mirrors and existing snapshot mirror did not have it either since we did not use proper syntax so it was not hitting that. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/mirrors.bbclass |4 +++- 1

[OE-core] [PATCH 03/14] busybox: Include sys/resource.h for rusage definition

2012-07-05 Thread Khem Raj
Seen with eglibc 2.16 Signed-off-by: Khem Raj raj.k...@gmail.com --- .../busybox/busybox-1.19.4/sys_resource.patch | 18 ++ meta/recipes-core/busybox/busybox_1.19.4.bb|3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 00/14] eglibc 2.16

2012-07-05 Thread Khem Raj
This patch adds eglibc 2.16 recipes. I was able to build world on x86 except perf which was failing with 2.15 as well. I have also build and run core-image-sato on all qemus I did not remove 2.15 to allow some soak in time. The following changes since commit

[OE-core] [PATCH 06/14] udev: Fix build with eglibc 2.16

2012-07-05 Thread Khem Raj
Include sys/resource.h to get definition of PRIO_PROCESS Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/udev/udev/include_resource.patch | 31 meta/recipes-core/udev/udev_164.bb |7 +++-- 2 files changed, 35 insertions(+), 3

[OE-core] [PATCH 05/14] diffutils: Fix build with eglibc 2.16

2012-07-05 Thread Khem Raj
eglibc 2.16 has removed gets so we account for that Signed-off-by: Khem Raj raj.k...@gmail.com --- .../diffutils/diffutils-3.2/remove-gets.patch | 22 meta/recipes-extended/diffutils/diffutils_3.2.bb |6 -- 2 files changed, 26 insertions(+), 2 deletions(-)

[OE-core] [PATCH 02/14] gdb: Replace struct siginfo with proper siginfo_t

2012-07-05 Thread Khem Raj
Fixes errors like /home/kraj/work/angstrom/sources/openembedded-core/build/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gdb-7.4.1-r0.0/gdb-7.4.1/gdb/linux-nat.h:79:18: error: field 'siginfo' has incomplete type Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/gdb/gdb-common.inc

[OE-core] [PATCH 08/14] bison: Fix for gets being removed from eglibc 2.16

2012-07-05 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../recipes-devtools/bison/bison/remove-gets.patch | 20 meta/recipes-devtools/bison/bison_2.5.bb |6 -- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 04/14] coreutils: Fix build with eglibc 2.16

2012-07-05 Thread Khem Raj
eglibc 2.16 has removed gets so we account for that Signed-off-by: Khem Raj raj.k...@gmail.com --- .../coreutils/coreutils-8.14/remove-gets.patch | 23 meta/recipes-core/coreutils/coreutils_8.14.bb |3 ++- 2 files changed, 25 insertions(+), 1 deletion(-)

[OE-core] [PATCH 10/14] boost: Upgrade recipe to 1.50.0

2012-07-05 Thread Khem Raj
1.49.0 is not buildable with eglibc 2.16 since it exposes a define TIME_UTC which is also used in boost until 1.50.0 when it was renamed to TIME_UTC_ so instead of porting needed patches we upgrade boost to latest release Signed-off-by: Khem Raj raj.k...@gmail.com --- .../boost/{boost_1.49.0.bb

[OE-core] [PATCH 07/14] gettext, m4, augeas, gnutls: Account for removal of gets in eglibc 2.16

2012-07-05 Thread Khem Raj
These recipes use gnulib which needs this change to use gets when its defined and not otherwise. Until that change goes into gnulib and then all these package upgrade gnulib in their sourcebase we patch them Signed-off-by: Khem Raj raj.k...@gmail.com ---

[OE-core] [PATCH 12/14] valgrind: Fix build with eglibc 2.16

2012-07-05 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../valgrind-3.7.0/configure-with-glibc-2.16.patch | 32 meta/recipes-devtools/valgrind/valgrind_3.7.0.bb |6 ++-- 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 09/14] grub, guile, cpio, tar, wget: Fix gnulib for absense of gets in eglibc

2012-07-05 Thread Khem Raj
eglibc 2.16 does not export gets anymore Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-bsp/grub/grub-1.99/remove-gets.patch | 20 + meta/recipes-bsp/grub/grub_1.99.bb |3 ++- .../recipes-devtools/guile/files/remove-gets.patch | 23

[OE-core] [PATCH 11/14] puzzles: Fix checksums

2012-07-05 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-sato/puzzles/puzzles_r9561.bb |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-sato/puzzles/puzzles_r9561.bb b/meta/recipes-sato/puzzles/puzzles_r9561.bb index 83fabdf..e51a18f 100644 ---

[OE-core] [PATCH 14/14] eglibc: Add recipes for 2.16 release

2012-07-05 Thread Khem Raj
Drop the patches that were either applied or fixed differenly in 2.16 Add patches to fix ppc spe patches to match eglibc 2.16 Fix CPPFLAGS to contain correct includepaths so autoconf cache is generated correctly Signed-off-by: Khem Raj raj.k...@gmail.com ---

[OE-core] [PATCH 13/14] libpam: Fix build with eglibc 2.16

2012-07-05 Thread Khem Raj
pam_unix_acct.c: In function '_unix_run_verify_binary': pam_unix_acct.c:97:19: error: storage size of 'rlim' isn't known pam_unix_acct.c:106:19: error: 'RLIMIT_NOFILE' undeclared (first use in this function) pam_unix_acct.c:106:19: note: each undeclared identifier is reported only once for each

[OE-core] [PATCH] classes/license: fix manifest to work with deb

2012-07-05 Thread Paul Eggleton
Prepend the license manifest creation call to ROOTFS_POSTPROCESS_COMMAND instead of appending to ROOTFS_POSTINSTALL_COMMAND. The latter is not implemented for the deb backend (and probably ought to just be removed completely), and by using _prepend we can still ensure it occurs before package info

Re: [OE-core] [PATCH] cpan.bbclass: Fix CCFLAGS.

2012-07-05 Thread Khem Raj
On Thu, Jul 5, 2012 at 4:17 AM, Pascal Ouyang xin.ouy...@windriver.com wrote: So, I still don't know what is your opinion of this patch. I think we still need the CC and CFLAGS to appear in CCFLAGS since they sometimes decide ABI etc. that we use and without that the modules will be

Re: [OE-core] [oe-commits] Cristian Iorga : bluez4: update to ver. 4.101

2012-07-05 Thread Martin Jansa
On Thu, Jul 05, 2012 at 01:23:23PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 1b2f6a21dde6045c4604ca5463e6c4db3499ee06 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=1b2f6a21dde6045c4604ca5463e6c4db3499ee06 Author:

Re: [OE-core] [oe-commits] Paul Gortmaker : linux-firmware: update to main repo on kernel.org

2012-07-05 Thread Paul Gortmaker
[Re: [oe-commits] Paul Gortmaker : linux-firmware: update to main repo on kernel.org] On 04/07/2012 (Wed 19:27) Martin Jansa wrote: On Thu, Jun 28, 2012 at 09:20:18PM +0200, Martin Jansa wrote: On Mon, Jun 25, 2012 at 03:33:28PM +, g...@git.openembedded.org wrote: Module:

Re: [OE-core] [oe-commits] Paul Gortmaker : linux-firmware: update to main repo on kernel.org

2012-07-05 Thread Martin Jansa
On Thu, Jul 05, 2012 at 11:55:27AM -0400, Paul Gortmaker wrote: [Re: [oe-commits] Paul Gortmaker : linux-firmware: update to main repo on kernel.org] On 04/07/2012 (Wed 19:27) Martin Jansa wrote: On Thu, Jun 28, 2012 at 09:20:18PM +0200, Martin Jansa wrote: On Mon, Jun 25, 2012 at

Re: [OE-core] [PATCHv2 0/3] u-boot recipe updates

2012-07-05 Thread Paul Gortmaker
[Re: [OE-core] [PATCHv2 0/3] u-boot recipe updates] On 04/07/2012 (Wed 16:29) Phil Blundell wrote: On Wed, 2012-07-04 at 11:00 -0400, Paul Gortmaker wrote: I've found Richard's comments [looking in OE archive and not poky helped] and will test what he proposed to replace FILESDIR. But I

[OE-core] [PATCH 0/2] runqemu minor fixes

2012-07-05 Thread Scott Garman
Hello, These two commits fix yocto bug #2611. Scott The following changes since commit dcc43c34bfa9304233ecfd3f518a84ddfdc2fd90: perf: remove unconditional python-ext install (2012-07-05 15:56:17 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib

[OE-core] [PATCH 2/2] runqemu: fix usage() help for MACHINE setting

2012-07-05 Thread Scott Garman
Partial fix for [YOCTO #2611] Signed-off-by: Scott Garman scott.a.gar...@intel.com --- scripts/runqemu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index 84674e2..8d149a2 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -25,7 +25,7

[OE-core] [PATCH 1/2] runqemu: fix support for ext4 rootfs images

2012-07-05 Thread Scott Garman
Partial fix for [YOCTO #2611] Signed-off-by: Scott Garman scott.a.gar...@intel.com --- scripts/runqemu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index 9fdbd54..84674e2 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -98,7 +98,7

Re: [OE-core] [PATCH] libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong CC/LD/etc

2012-07-05 Thread McClintock Matthew-B29882
On Tue, Jul 3, 2012 at 11:57 PM, Saul Wold s...@linux.intel.com wrote: On 07/03/2012 12:21 PM, Matthew McClintock wrote: MakeMaker has a bug where it does not propagate CC/LD/etc information down to subproject it generates Makefiles for... this recipe has has an Expat subproject which has

[OE-core] is there a bitbake variation that will tell me about *only* the used packages?

2012-07-05 Thread Robert P. J. Day
it's possible i'm misreading something, but i want to display a list of recipes and their versions that will go into the given target. i configured for qemuarm and i want to bitbake core-image-minimal. if i run bitbake -s, that appears to show me *all* packages and preferred versions, not

Re: [OE-core] [PATCH 0/5] Comm and Multimedia package updates, 5 pkg

2012-07-05 Thread Saul Wold
On 07/04/2012 04:33 AM, Cristian Iorga wrote: Hello all, This patchset upgrades the packages listed below. All packages were succesfully built for all architectures. Where it was possible, basic sanity tests were performed on a qemux86 image. No obvious issues spotted. Linux kernel boot

Re: [OE-core] [PATCH] u-boot: make FILESDIR a shared setting via FILESPATH

2012-07-05 Thread Saul Wold
On 07/04/2012 08:23 AM, Paul Gortmaker wrote: The setting is the same in all recipes, so move it to the shared settings in u-boot.inc Since FILESDIR is also being phased out, use the FILESPATH setting as suggested by Richard Purdie. Cc: Richard Purdie richard.pur...@linuxfoundation.org

Re: [OE-core] [PATCH] linux-firware: bump PE because git SRC_URI was changed resulting in LOCALCOUNT reset

2012-07-05 Thread Saul Wold
On 07/04/2012 10:33 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../linux-firmware/linux-firmware_git.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb

Re: [OE-core] prexport.bbclass: Fix typo in warning: AUROPR - AUTOPR.

2012-07-05 Thread Saul Wold
On 07/03/2012 01:21 PM, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- i'm *assuming* this is the correct fix. diff --git a/meta/classes/prexport.bbclass b/meta/classes/prexport.bbclass index 2b16a66..b990c2b 100644 --- a/meta/classes/prexport.bbclass

Re: [OE-core] [PATCH 0/1] dpkg 1.15.8.7: bad interpreter when long tmpdir

2012-07-05 Thread Saul Wold
On 07/04/2012 03:15 AM, Robert Yang wrote: The following changes since commit a6b6df1350149c116050cb93c3c7b4802c709d31: task-core-tools-debug: Added openssh-sftp-server. (2012-07-03 14:52:38 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/dpkg

Re: [OE-core] why would a recipe have both do_install() and do_install_append()?

2012-07-05 Thread Scott Garman
On 07/05/2012 03:14 AM, Robert P. J. Day wrote: On Wed, 4 Jul 2012, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/4/2012 4:29 AM, Richard Purdie wrote: AFAICT, you can't override an append. Both appends, the original and the bbappended, would get executed. ok, now i

Re: [OE-core] [PATCH 1/2 v4] image_types: Add elf image type

2012-07-05 Thread Saul Wold
On 07/02/2012 01:51 PM, Raymond Danks wrote: On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage utility, from a kernel and an initrd. Signed-off-by: Raymond Danks ray.da...@se-eng.com Acked-by: Darren Hart dvh...@linux.intel.com

Re: [OE-core] is there a bitbake variation that will tell me about *only* the used packages?

2012-07-05 Thread Paul Eggleton
On Thursday 05 July 2012 13:14:32 Robert P. J. Day wrote: it's possible i'm misreading something, but i want to display a list of recipes and their versions that will go into the given target. i configured for qemuarm and i want to bitbake core-image-minimal. if i run bitbake -s, that

Re: [OE-core] pcmcia-cs: Remove references to long-deprecated pcmcia-cs.

2012-07-05 Thread Saul Wold
On 07/03/2012 02:09 AM, Robert P. J. Day wrote: pcmciautils is the appropriate PCMCIA package these days. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- the only reference left to pcmcia-cs is this acceptable historical reference: $ grep -r pcmcia-cs *

Re: [OE-core] [PATCH v2] telepathy-glib: update to ver. 0.19.1

2012-07-05 Thread Saul Wold
On 07/03/2012 05:48 AM, Cristian Iorga wrote: Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...thy-glib_0.19.0.bb = telepathy-glib_0.19.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.0.bb =

Re: [OE-core] [PATCH 0/1] Update oprofile to know about OE root home directory

2012-07-05 Thread Saul Wold
On 07/02/2012 12:25 PM, Mark Hatle wrote: The root home directory is /home/root and not /root, adjust oprofile to match. The following changes since commit 64422f7c5da160050a5454817c8fa9d070104b34: package.bbclass: Add missing PKGR, PKGV, PKGE and ALTERNATIVE variables from PACKAGEVARS

Re: [OE-core] [PATCH 00/10] package upgrades, about 10

2012-07-05 Thread Saul Wold
On 07/02/2012 11:50 PM, Laurentiu Palcu wrote: Hi, This patchset upgrades the packages listed below. All packages were successfully built for all architectures with the exception of xf86-input-vmmouse which only supports x86 and x86-64 architectures. Basic sanity tests were also performed on

Re: [OE-core] [PATCH 0/9] perf: enable Perl and Python bindings, and perf TUI

2012-07-05 Thread Saul Wold
On 07/03/2012 11:10 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This patchset enables the Perl and Python bindings for perf, as well as the perf TUI (text-based UI). These can be separately enabled on a machine basis by adding 'perf-scripting' and/or 'perf-tui' to

Re: [OE-core] Generating a movable SDK

2012-07-05 Thread McClintock Matthew-B29882
On Wed, Jul 4, 2012 at 1:43 AM, Tasslehoff Kjappfot tasskj...@gmail.com wrote: On 06/20/2012 08:03 AM, Tasslehoff Kjappfot wrote: On 06/19/2012 10:33 PM, Khem Raj wrote: On Tuesday, June 19, 2012, Steve English steve.engl...@navetas.com mailto:steve.engl...@navetas.com wrote: Hi,

Re: [OE-core] is there a bitbake variation that will tell me about *only* the used packages?

2012-07-05 Thread Robert P. J. Day
On Thu, 5 Jul 2012, Paul Eggleton wrote: On Thursday 05 July 2012 13:14:32 Robert P. J. Day wrote: it's possible i'm misreading something, but i want to display a list of recipes and their versions that will go into the given target. i configured for qemuarm and i want to bitbake

[OE-core] [PATCH] bootimg: Use STAGING_KERNEL_DIR

2012-07-05 Thread Darren Hart
bootimg.bbclass using STAGING_DIR_HOST/kernel instead of STAGING_KERNEL_DIR, resulting in build failure of live images. | install: cannot stat `/usr/local/dev/yocto/fishriver-test/build/tmp/sysroots/fishriver/kernel/bzImage': No such file or directory Replace it with STAGING_KERNEL_DIR.

[OE-core] [PATCH 0/1] pseudo update (1.3.1)

2012-07-05 Thread Peter Seebach
The big change is a bug fix for path expansion inside a chroot, which could cause memory corruption errors. The following changes since commit dcc43c34bfa9304233ecfd3f518a84ddfdc2fd90: Tom Zanussi (1): perf: remove unconditional python-ext install are available in the git repository

[OE-core] [PATCH 1/1] pseudo: Update to 1.3.1 (fixing chroot crash)

2012-07-05 Thread Peter Seebach
Yocto bug #2639. If a chroot path was long, expanding absolute paths within the chroot path could overrun a buffer. Signed-off-by: Peter Seebach peter.seeb...@windriver.com --- meta/recipes-devtools/pseudo/pseudo_1.3.1.bb |8 meta/recipes-devtools/pseudo/pseudo_1.3.bb |8

Re: [OE-core] Generating a movable SDK

2012-07-05 Thread Richard Purdie
On Wed, 2012-07-04 at 08:43 +0200, Tasslehoff Kjappfot wrote: On 06/20/2012 08:03 AM, Tasslehoff Kjappfot wrote: On 06/19/2012 10:33 PM, Khem Raj wrote: On Tuesday, June 19, 2012, Steve English steve.engl...@navetas.com mailto:steve.engl...@navetas.com wrote: Hi, I've generated

Re: [OE-core] [oe-core] linux-dtb: add multi-dtb build support

2012-07-05 Thread McClintock Matthew-B29882
Can we add this to denzil branch? (post 1.2.1 is fine) - I realize this is somewhat a new feature though but it would be helpful to have it in denzil. -M On Thu, Jun 28, 2012 at 12:12 PM, Saul Wold s...@linux.intel.com wrote: On 06/25/2012 08:53 PM, b19...@freescale.com wrote: From: Zhenhua

Re: [OE-core] [oe-core] linux-dtb: add multi-dtb build support

2012-07-05 Thread Scott Garman
On 07/05/2012 11:29 AM, McClintock Matthew-B29882 wrote: Can we add this to denzil branch? (post 1.2.1 is fine) - I realize this is somewhat a new feature though but it would be helpful to have it in denzil. I've made a note of this, and the commit appears to apply cleanly. So I should be

[OE-core] [PATCH v2] libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong CC/LD/etc

2012-07-05 Thread Matthew McClintock
MakeMaker has a bug where it does not propagate CC/LD/etc information down to subproject it generates Makefiles for... this recipe has has an Expat subproject which has issues building if we are using sstate-cache and it will reference the old sysroots and be unable to build properly. There is an

[OE-core] [PATCH] utils.bbclass: add helper function to add all multilib variants of a specific package

2012-07-05 Thread Matthew McClintock
From: Richard Purdie richard.pur...@linuxfoundation.org This is useful for the scenario where we want to add 'gcc' to the root file system for all multilib variants Signed-off-by: Matthew McClintock m...@freescale.com --- RP was the author of this patch via pastebin only... I thought I would

Re: [OE-core] [oe-core] linux-dtb: add multi-dtb build support

2012-07-05 Thread Scott Garman
On 07/05/2012 11:29 AM, McClintock Matthew-B29882 wrote: Can we add this to denzil branch? (post 1.2.1 is fine) - I realize this is somewhat a new feature though but it would be helpful to have it in denzil. Ok, I've now created a contrib branch to start tracking changes for 1.2.2, and have

Re: [OE-core] gcc errors while building core-image-sato-sdk

2012-07-05 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/4/2012 11:51 PM, Damian, Alexandru wrote: I guess the root of the problem is when the autotools start up - we're having autoconf 2.68, which is not liked by gcc 4.7.1 thats a red herring. You should instead find out why is it trying to

Re: [OE-core] [PATCH] bootimg: Use STAGING_KERNEL_DIR

2012-07-05 Thread Tom Zanussi
On Thu, 2012-07-05 at 11:08 -0700, Darren Hart wrote: bootimg.bbclass using STAGING_DIR_HOST/kernel instead of STAGING_KERNEL_DIR, resulting in build failure of live images. | install: cannot stat `/usr/local/dev/yocto/fishriver-test/build/tmp/sysroots/fishriver/kernel/bzImage': No such

Re: [OE-core] [PATCH 00/14] eglibc 2.16

2012-07-05 Thread Martin Jansa
On Thu, Jul 05, 2012 at 07:35:19AM -0700, Khem Raj wrote: This patch adds eglibc 2.16 recipes. I was able to build world on x86 except perf which was failing with 2.15 as well. I have also build and run core-image-sato on all qemus I did not remove 2.15 to allow some soak in time. The

Re: [OE-core] [PATCH 00/14] eglibc 2.16

2012-07-05 Thread Khem Raj
On Thu, Jul 5, 2012 at 1:23 PM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jul 05, 2012 at 07:35:19AM -0700, Khem Raj wrote: This patch adds eglibc 2.16 recipes. I was able to build world on x86 except perf which was failing with 2.15 as well. I have also build and run core-image-sato

Re: [OE-core] [oe-core] linux-dtb: add multi-dtb build support

2012-07-05 Thread McClintock Matthew-B29882
On Thu, Jul 5, 2012 at 2:59 PM, Scott Garman scott.a.gar...@intel.com wrote: On 07/05/2012 11:29 AM, McClintock Matthew-B29882 wrote: Can we add this to denzil branch? (post 1.2.1 is fine) - I realize this is somewhat a new feature though but it would be helpful to have it in denzil. Ok,

Re: [OE-core] [PATCH 00/14] eglibc 2.16

2012-07-05 Thread Martin Jansa
On Thu, Jul 05, 2012 at 01:39:04PM -0700, Khem Raj wrote: On Thu, Jul 5, 2012 at 1:23 PM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jul 05, 2012 at 07:35:19AM -0700, Khem Raj wrote: This patch adds eglibc 2.16 recipes. I was able to build world on x86 except perf which was failing

[OE-core] [PATCH] gnutls: make sure native is patched for gettext version

2012-07-05 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-support/gnutls/gnutls_2.12.20.bb |9 + 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls_2.12.20.bb b/meta/recipes-support/gnutls/gnutls_2.12.20.bb index 248c90f..010f179

Re: [OE-core] [PATCH 00/14] eglibc 2.16

2012-07-05 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/5/2012 1:57 PM, Martin Jansa wrote: I was looking in meta/recipes-core/eglibc for switch forcing bfd for it, but I haven't found it neither in 2.15 or 2.16.. STAGINGCC is gcc-cross-intermediate for eglibc and gcc-cross-initial for

Re: [OE-core] [oe-core] linux-dtb: add multi-dtb build support

2012-07-05 Thread McClintock Matthew-B29882
On Thu, Jul 5, 2012 at 4:33 PM, Scott Garman scott.a.gar...@intel.com wrote: On 07/05/2012 01:52 PM, McClintock Matthew-B29882 wrote: On Thu, Jul 5, 2012 at 2:59 PM, Scott Garman scott.a.gar...@intel.com wrote: On 07/05/2012 11:29 AM, McClintock Matthew-B29882 wrote: Can we add this to

Re: [OE-core] [PATCH 00/14] eglibc 2.16

2012-07-05 Thread Martin Jansa
On Thu, Jul 05, 2012 at 02:34:34PM -0700, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/5/2012 1:57 PM, Martin Jansa wrote: I was looking in meta/recipes-core/eglibc for switch forcing bfd for it, but I haven't found it neither in 2.15 or 2.16.. STAGINGCC is

Re: [OE-core] [oe-core] linux-dtb: add multi-dtb build support

2012-07-05 Thread Scott Garman
On 07/05/2012 02:37 PM, McClintock Matthew-B29882 wrote: On Thu, Jul 5, 2012 at 4:33 PM, Scott Garman scott.a.gar...@intel.com wrote: On 07/05/2012 01:52 PM, McClintock Matthew-B29882 wrote: On Thu, Jul 5, 2012 at 2:59 PM, Scott Garman scott.a.gar...@intel.com wrote: On 07/05/2012 11:29 AM,

[OE-core] someone broke the bitbake user manual

2012-07-05 Thread Robert P. J. Day
it needs this: diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml index 81b301a..e776b43 100644 --- a/doc/manual/usermanual.xml +++ b/doc/manual/usermanual.xml @@ -336,7 +336,7 @@ SRC_URI_append_1.0.7+ = file://some_patch_which_the_new_versions_need.patch;pat

[OE-core] [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-05 Thread Matthew McClintock
Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-runtime.inc |2 ++ meta/recipes-devtools/gcc/gcc-package-runtime.inc |9 + 3 files changed, 12 insertions(+), 1

Re: [OE-core] [PATCH 14/14] eglibc: Add recipes for 2.16 release

2012-07-05 Thread Khem Raj
On Thu, Jul 5, 2012 at 8:49 PM, Khem Raj raj.k...@gmail.com wrote: On Thursday, July 5, 2012, Saul Wold s...@linux.intel.com wrote: On 07/05/2012 07:35 AM, Khem Raj wrote: Drop the patches that were either applied or fixed differenly in 2.16 Add patches to fix ppc spe patches to match

Re: [OE-core] [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-05 Thread Khem Raj
On Thu, Jul 5, 2012 at 9:32 PM, Matthew McClintock m...@freescale.com wrote: Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-runtime.inc |2 ++

Re: [OE-core] [PATCH] cpan.bbclass: Fix CCFLAGS.

2012-07-05 Thread Pascal Ouyang
On 2012年07月05日 22:57, Khem Raj wrote: On Thu, Jul 5, 2012 at 4:17 AM, Pascal Ouyang xin.ouy...@windriver.com wrote: So, I still don't know what is your opinion of this patch. I think we still need the CC and CFLAGS to appear in CCFLAGS since they sometimes decide ABI etc. that we use and

Re: [OE-core] [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-05 Thread McClintock Matthew-B29882
On Fri, Jul 6, 2012 at 12:25 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, Jul 5, 2012 at 9:32 PM, Matthew McClintock m...@freescale.com wrote: Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +-

Re: [OE-core] [PATCH] cpan.bbclass: Fix CCFLAGS.

2012-07-05 Thread Khem Raj
On Thu, Jul 5, 2012 at 10:33 PM, Pascal Ouyang xin.ouy...@windriver.com wrote: On 2012年07月05日 22:57, Khem Raj wrote: On Thu, Jul 5, 2012 at 4:17 AM, Pascal Ouyang xin.ouy...@windriver.com wrote: So, I still don't know what is your opinion of this patch. I think we still need the CC and