[OE-core] [oe-core] ti-codec-engine build error

2011-08-03 Thread Joel A Fernandes
I have been working on migrating the codec-engine recipe from OE classic to OE-core, As of now, do_compile stage fails as it expects "bin/ar" in the toolchain path. What would be a correct fix for this? My meta-texasinstruments git tree is at: https://github.com/joelagnel/meta-texasinstruments H

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

2011-08-03 Thread Kumar Gala
Handle multlib or cases that baselib is lib64. Signed-off-by: Kumar Gala --- meta/recipes-devtools/prelink/prelink/prelink.conf |8 meta/recipes-devtools/prelink/prelink_git.bb |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/prel

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

2011-08-03 Thread Darren Hart
On 08/03/2011 07:25 PM, Cui, Dexuan wrote: > Darren Hart wrote on 2011-08-03: >> On 08/02/2011 11:46 PM, Cui, Dexuan wrote: >>> Hi Darren, thanks for the suggestion! I considered the idea too, >>> however, if we use the idea, it looks not that simple to gracefully >>> and concisely handle the cas

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

2011-08-03 Thread Kumar Gala
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 that does: /sbin/init: relocation error:

[OE-core] how to override baselib for ppc64?

2011-08-03 Thread Kumar Gala
in meta/conf/bitbake.conf we set: baselib = "lib" For the ppc64 (non-multlib) targets we want this to be: baselib = "lib64" I'm not sure the best way or place to set this so it will work properly and co-exist with the multilib options. - k ___ Opene

Re: [OE-core] [PATCH] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-08-03 Thread Kumar Gala
On Aug 3, 2011, at 10:54 PM, Saul Wold wrote: > On 08/03/2011 07:56 PM, Kumar Gala wrote: >> >> On Aug 3, 2011, at 5:34 PM, Richard Purdie wrote: >> >>> On Wed, 2011-08-03 at 14:41 -0500, Kumar Gala wrote: On Aug 3, 2011, at 12:30 PM, Saul Wold wrote: > On 08/03/2011 10:00 AM, Ku

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

2011-08-03 Thread Kumar Gala
On Aug 3, 2011, at 11:53 AM, Richard Purdie wrote: > On Wed, 2011-08-03 at 00:27 -0500, Kumar Gala wrote: >> 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

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

2011-08-03 Thread Kumar Gala
We might redefine ${base_libdir} from being set to just /lib. Signed-off-by: Kumar Gala --- meta/classes/image-mklibs.bbclass |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/image-mklibs.bbclass b/meta/classes/image-mklibs.bbclass index d6630c4..69da

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

2011-08-03 Thread Kumar Gala
powerp64 dynamic loader is 'ld64.so.1'. Signed-off-by: Kumar Gala --- v2: * Use correct name of ppc64 dynamic loader * user ${baselib} so if we are /lib or /lib64 things work v3: * use base_libdir instead of baselib meta/classes/image-mklibs.bbclass |3 +++ 1 files changed, 3 insertions(+

[OE-core] [PATCH v2] libproxy: utilize libdir when configured

2011-08-03 Thread Kumar Gala
Pass $libdir through when we configure to support a location other than /lib. Signed-off-by: Kumar Gala --- * Use libdir instead of base_libdir meta/recipes-support/libproxy/libproxy_0.4.6.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libpro

Re: [OE-core] [PATCH] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-08-03 Thread Saul Wold
On 08/03/2011 07:56 PM, Kumar Gala wrote: On Aug 3, 2011, at 5:34 PM, Richard Purdie wrote: On Wed, 2011-08-03 at 14:41 -0500, Kumar Gala wrote: On Aug 3, 2011, at 12:30 PM, Saul Wold wrote: On 08/03/2011 10:00 AM, Kumar Gala wrote: On Jul 28, 2011, at 8:10 AM, Kumar Gala wrote: If a SO

[OE-core] [PATCH v3] libmusicbrainz: utilize base_libdir when configured

2011-08-03 Thread Kumar Gala
Pass $libdir through when we configure to support a location other than /lib. We also have to tweak the cmake files to allow $libdir to even be set. Signed-off-by: Kumar Gala --- v2: Make it libdir instead of base_libdir v3: added patch to make it so we can set libdir and it works .../allow-li

Re: [OE-core] [PATCH] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-08-03 Thread Kumar Gala
On Aug 3, 2011, at 5:34 PM, Richard Purdie wrote: > On Wed, 2011-08-03 at 14:41 -0500, Kumar Gala wrote: >> On Aug 3, 2011, at 12:30 PM, Saul Wold wrote: >> >>> On 08/03/2011 10:00 AM, Kumar Gala wrote: On Jul 28, 2011, at 8:10 AM, Kumar Gala wrote: > If a SOCKS5 gateway is

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

2011-08-03 Thread Cui, Dexuan
Darren Hart wrote on 2011-08-03: > On 08/02/2011 11:46 PM, Cui, Dexuan wrote: >> Hi Darren, thanks for the suggestion! I considered the idea too, >> however, if we use the idea, it looks not that simple to gracefully >> and concisely handle the case if a user (by accident or by prank) >> passes / a

Re: [OE-core] [CONSOLIDATED PULL v2 00/33] Re-Spun with Tom's siteinfo update

2011-08-03 Thread Saul Wold
On 08/03/2011 03:10 PM, Saul Wold wrote: Richard, This has been built, I have done a first pass review over these and most seem correct to me, Koen's patch to make the icons dependency dynamic seems Ok to me, but I am not sure when the RDEPENDS are processed compared to when populate_packages_ap

Re: [OE-core] [PATCH 6/7] package_rpm: fix strip_multilib function

2011-08-03 Thread Xu, Dongxiao
Hi Mark, > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Mark Hatle > Sent: Wednesday, August 03, 2011 11:39 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [

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

2011-08-03 Thread Khem Raj
On Thursday, August 04, 2011 12:11:51 AM Andreas Mueller wrote: > Hi, > > for gumstix overo I am in the lucky situation that vanilla u-boot v2011.03 ( > and maybe later version too ) meets my needs. > > My current approach (in angstrom environment) was quick but poor: I simply > copied here and t

[OE-core] [PATCH 1/1] buildstats.bbclass: Adding disk io measurement

2011-08-03 Thread Beth Flanagan
This commit adds disk-io statistics functionality on a build and per-task basis. It pulls measurements for whatever partition TMPDIR exists on. This data could be off if SSTATE_DIR and DL_DIR exist on a different partition/volume. Notes on what this pulls: ReadsComp: Total number of reads comple

[OE-core] [PATCH 0/1] Disk io measurements for build statistics

2011-08-03 Thread Beth Flanagan
This commit adds disk-io statistics functionality on a build and per-task basis. I've also started drying it up some. We pull measurements for whatever partition TMPDIR exists on. We pull /proc/diskstats for every task and the entire build and collect I do no analysis in this, leaving that for the

Re: [OE-core] [PATCH 5/7] multilib: remove MULTILIB_PACKAGE_ARCHS variable

2011-08-03 Thread Xu, Dongxiao
Hi Mark, > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Mark Hatle > Sent: Wednesday, August 03, 2011 11:32 PM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [

Re: [OE-core] [PATCH] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-08-03 Thread Richard Purdie
On Wed, 2011-08-03 at 14:41 -0500, Kumar Gala wrote: > On Aug 3, 2011, at 12:30 PM, Saul Wold wrote: > > > On 08/03/2011 10:00 AM, Kumar Gala wrote: > >> > >> On Jul 28, 2011, at 8:10 AM, Kumar Gala wrote: > >> > >>> If a SOCKS5 gateway is needed for a proxy access like git it might also > >>> r

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

2011-08-03 Thread Daniel Lazzari
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 --- meta/conf/distro/defaultsetup.conf |2 +- 1 files ch

[OE-core] [CONSOLIDATED PULL v2 32/33] siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc

2011-08-03 Thread Saul Wold
From: Tom Rini This comes from oe.dev and while at this, drop from powerpc-linux as the common-libc files set them. Signed-off-by: Tom Rini --- meta/site/common-uclibc |5 + meta/site/powerpc-linux |1 - 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/site/commo

[OE-core] [CONSOLIDATED PULL v2 29/33] Various siteinfo files: Drop enca section

2011-08-03 Thread Saul Wold
From: Tom Rini As part of re-syncing with oe.dev, these tests aren't needed with the oe.dev recipe of enca now. Signed-off-by: Tom Rini --- meta/site/arm-linux |3 --- meta/site/ix86-common |3 --- 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/meta/site/arm-linux b/m

[OE-core] [CONSOLIDATED PULL v2 31/33] site/common-linux: Add ac_cv_file__dev_zero=yes

2011-08-03 Thread Saul Wold
From: Tom Rini Signed-off-by: Tom Rini --- meta/site/common-linux |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/site/common-linux b/meta/site/common-linux index fd46d62..00ac717 100644 --- a/meta/site/common-linux +++ b/meta/site/common-linux @@ -1,3 +1,6 @@ +#

[OE-core] [CONSOLIDATED PULL v2 33/33] Various siteinfo: Drop rp-pppoe variables

2011-08-03 Thread Saul Wold
From: Tom Rini These variables were wrong on big-endian machines and this recipe is now handled in meta-oe (along with the siteinfo files). Signed-off-by: Tom Rini --- meta/site/arm-linux |3 --- meta/site/ix86-common |3 --- meta/site/mips-linux |4

[OE-core] [CONSOLIDATED PULL v2 30/33] Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy

2011-08-03 Thread Saul Wold
From: Tom Rini Providing va_copy / __va_copy come down to the libc. va_val_copy comes down to the architecture. Unfortunately it's assumed true if not set, so we need to make sure to set this to false for x86_64 where it is not true. Signed-off-by: Tom Rini --- meta/site/arm-common

[OE-core] [CONSOLIDATED PULL v2 24/33] eglibc_2.13: Add support for handling sqrt & sqrtf on powerpc

2011-08-03 Thread Saul Wold
From: Kumar Gala 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/recipes-core/eglibc/eglibc_2.

[OE-core] [CONSOLIDATED PULL v2 28/33] Various siteinfo files: Consolidate ac_cv_func_getaddrinfo

2011-08-03 Thread Saul Wold
From: Tom Rini This is a libc feature, move there. Drop the ipsec-tools specific test as ipsec-tools (a) assumes fine on cross-compile and (b) doesn't support buggy getaddrinfo now. Signed-off-by: Tom Rini --- meta/site/arm-common |2 -- meta/site/common-glibc|1 + me

[OE-core] [CONSOLIDATED PULL v2 27/33] Various site files: Drop monotone

2011-08-03 Thread Saul Wold
From: Tom Rini 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-linux |3 --- meta/site/common-glibc |3 --- meta/site/ix86-common |3 --- meta/site/mips-linux

[OE-core] [CONSOLIDATED PULL v2 26/33] tcl: Add tcl_cv_api_serial to siteinfo

2011-08-03 Thread Saul Wold
From: Tom Rini This comes from oe.dev which had this set for arm-linux only. Bump PR since this changes how builds happen. Signed-off-by: Tom Rini --- meta/site/common-linux |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/site/common-linux b/meta/site/common-li

[OE-core] [CONSOLIDATED PULL v2 20/33] connman_test.sh: Rework for busybox 'ps'

2011-08-03 Thread Saul Wold
From: Tom Rini 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 lets us simplify the tes

[OE-core] [CONSOLIDATED PULL v2 23/33] eglibc: fix build for armv4 machines

2011-08-03 Thread Saul Wold
From: Dmitry Eremin-Solenikov 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. V2: use the patch from oe.dev. The patch is submitted to sourceware bugzilla by Khem R

[OE-core] [CONSOLIDATED PULL v2 25/33] sudo: Drop sudo_cv_uid_t_len from site files

2011-08-03 Thread Saul Wold
From: Tom Rini We were just setting this to the assumed default. If anything, this belongs in the libc files if we must set it. Signed-off-by: Tom Rini --- meta/site/arm-common|3 --- meta/site/ix86-common |3 --- meta/site/mips-linux|3 --- meta/site/mips-li

[OE-core] [CONSOLIDATED PULL v2 21/33] glibc: Remove unused version

2011-08-03 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/conf/distro/include/tcmode-default.inc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index dce76db..0d0af38 100644 --- a/meta/conf/distro/include

[OE-core] [CONSOLIDATED PULL v2 22/33] libxt: Add depends for util-linux and libxcb

2011-08-03 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb b/meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb index f06739f..052431a 100644 --- a/meta/recipes-grap

[OE-core] [CONSOLIDATED PULL v2 18/33] xserver-nodm-init: Fix X start failure on some platform

2011-08-03 Thread Saul Wold
From: Zhai Edwin sudo is used to run rootless X in xserver-nodm, and start to fail with "xf86OpenConsole: Cannot open /dev/tty0" error after upgrade to 1.8.1. sudo seems wait for some resource that is unavailable in early phase of booting. This patch swith to "su" for rootless X starting as a fix

[OE-core] [CONSOLIDATED PULL v2 19/33] kernel.bbcalss: Added do_savedefconfig task.

2011-08-03 Thread Saul Wold
From: 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 --

[OE-core] [CONSOLIDATED PULL v2 17/33] apr-util: Upgrade to 1.3.12

2011-08-03 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin Merged with ${BPN} change Signed-off-by: Saul Wold --- .../apr/{apr-util_1.3.10.bb => apr-util_1.3.12.bb} | 12 1 files changed, 8 insertions(+), 4 deletions(-) rename meta/recipes-support/apr/{apr-util_1.3.10.bb => apr-util_1.3.12.b

[OE-core] [CONSOLIDATED PULL v2 16/33] apr: Upgrade to 1.4.5

2011-08-03 Thread Saul Wold
From: Zhai Edwin Remove buildconf_fix.patch as already in upstream. Signed-off-by: Zhai Edwin Merged with ${BPN} change Signed-off-by: Saul Wold --- meta/recipes-support/apr/apr/buildconf_fix.patch | 27 .../apr/{apr_1.4.2.bb => apr_1.4.5.bb} | 13

[OE-core] [CONSOLIDATED PULL v2 10/33] kernel, cml1.bbclass: Move menuconfig to cml1

2011-08-03 Thread Saul Wold
From: Noor, Ahsan * 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 insertions(+), 15 deletions(-)

[OE-core] [CONSOLIDATED PULL v2 14/33] gpgme: Upgrade to 1.3.1

2011-08-03 Thread Saul Wold
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] [CONSOLIDATED PULL v2 15/33] parted: Upgrade to 3.0

2011-08-03 Thread Saul Wold
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] [CONSOLIDATED PULL v2 13/33] libassuan: Upgrade to 2.0.2

2011-08-03 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{libassuan_2.0.1.bb => libassuan_2.0.2.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libassuan/{libassuan_2.0.1.bb => libassuan_2.0.2.bb} (82%) diff --git a/meta/recipes-support/libassuan/l

[OE-core] [CONSOLIDATED PULL v2 11/33] lighttpd: Upgrade to 1.4.29

2011-08-03 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{lighttpd_1.4.28.bb => lighttpd_1.4.29.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.28.bb => lighttpd_1.4.29.bb} (90%) diff --git a/meta/recipes-extended/lighttpd

[OE-core] [CONSOLIDATED PULL v2 12/33] libsoup-2.4: Upgrade to 2.34.2

2011-08-03 Thread Saul Wold
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

[OE-core] [CONSOLIDATED PULL v2 08/33] binutils: Add support for powerpc e5500 core

2011-08-03 Thread Saul Wold
From: Kumar Gala 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 meta/recipes-devto

[OE-core] [CONSOLIDATED PULL v2 09/33] environment files: Added and unified version related variables.

2011-08-03 Thread Saul Wold
From: Lianhao Lu [YOCTO #1306] Fixing. Added and unified version related variables in all environment files generated by package meta-toolchain, meta-ide-support, meta-environment-xxx. Signed-off-by: Lianhao Lu --- meta/classes/toolchain-scripts.bbclass |3 +++ meta/recipes-core/meta/

[OE-core] [CONSOLIDATED PULL v2 04/33] SRC_URI, S: use BPN instead of PN for multilib case

2011-08-03 Thread Saul Wold
From: Yu Ke 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. Signed-off-by: Yu Ke --- .../farsight/farsight2_0.0.9.bb|2 +- .../lou

[OE-core] [CONSOLIDATED PULL v2 06/33] bison: Add dependency on flex-native

2011-08-03 Thread Saul Wold
From: Noor, Ahsan * 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 |4 ++-- meta/recipe

[OE-core] [CONSOLIDATED PULL v2 07/33] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-03 Thread Saul Wold
From: Koen Kooi 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/classes/gtk-icon-cache.bbcl

[OE-core] [CONSOLIDATED PULL v2 05/33] aspell: upgrade from 0.60.6 to 0.60.6.1

2011-08-03 Thread Saul Wold
From: Mei Lei Signed-off-by: Mei Lei --- .../{aspell_0.60.6.bb => aspell_0.60.6.1.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/aspell/{aspell_0.60.6.bb => aspell_0.60.6.1.bb} (82%) diff --git a/meta/recipes-support/aspell/aspell_0.60.6

[OE-core] [CONSOLIDATED PULL v2 02/33] polkit: depend on intltool-native instead of intltool

2011-08-03 Thread Saul Wold
From: Martin Jansa 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 56ceca4..06ca595 100644 --

[OE-core] [CONSOLIDATED PULL v2 03/33] libfm: depend on intltool-native instead of intltool

2011-08-03 Thread Saul Wold
From: Martin Jansa 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 5c7e95c..38f1d73 100644 --- a/me

[OE-core] [CONSOLIDATED PULL v2 01/33] libnewt: update to 0.52.13

2011-08-03 Thread Saul Wold
From: Kang Kai Update libnewt to 0.52.13, and remove include-without-python.patch because it has been merged. Update SRC_URI and add SRC_URI checksum. Signed-off-by: Kang Kai --- .../newt/files/include-without-python.patch| 73 .../{libnewt_0.52.12.bb => libnewt_

[OE-core] [CONSOLIDATED PULL v2 00/33] Re-Spun with Tom's siteinfo update

2011-08-03 Thread Saul Wold
Richard, This has been built, I have done a first pass review over these and most seem correct to me, Koen's patch to make the icons dependency dynamic seems Ok to me, but I am not sure when the RDEPENDS are processed compared to when populate_packages_append() is run, will this RDEPENDS be updat

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

2011-08-03 Thread Andreas Mueller
Hi, for gumstix overo I am in the lucky situation that vanilla u-boot v2011.03 ( and maybe later version too ) meets my needs. My current approach (in angstrom environment) was quick but poor: I simply copied here and there without reusing anything [1]. To improve I checked u-boot_2011.03 shi

[OE-core] [CONSOLIDATED PULL 31/33] libxt: Add depends for util-linux and libxcb

2011-08-03 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb b/meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb index f06739f..052431a 100644 --- a/meta/recipes-grap

Re: [OE-core] [CONSOLIDATED PULL 22/33] tcl: Add tcl_cv_api_serial to siteinfo

2011-08-03 Thread Tom Rini
On 08/03/2011 02:19 PM, Saul Wold wrote: > From: Tom Rini > > This comes from oe.dev which had this set for arm-linux only. Bump PR > since this changes how builds happen. > > Signed-off-by: Tom Rini > --- > meta/site/common-glibc |2 ++ > meta/site/common-uclibc |3 +++ > 2 files ch

[OE-core] [CONSOLIDATED PULL 33/33] eglibc_2.13: Add support for handling sqrt & sqrtf on powerpc

2011-08-03 Thread Saul Wold
From: Kumar Gala 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/recipes-core/eglibc/eglibc_2.

[OE-core] [CONSOLIDATED PULL 25/33] Various siteinfo files: Drop enca section

2011-08-03 Thread Saul Wold
From: Tom Rini As part of re-syncing with oe.dev, these tests aren't needed with the oe.dev recipe of enca now. Signed-off-by: Tom Rini --- meta/site/arm-linux |3 --- meta/site/ix86-common |3 --- 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/meta/site/arm-linux b/m

[OE-core] [CONSOLIDATED PULL 28/33] siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc

2011-08-03 Thread Saul Wold
From: Tom Rini This comes from oe.dev and while at this, drop from powerpc-linux as the common-libc files set them. Signed-off-by: Tom Rini --- meta/site/common-uclibc |5 + meta/site/powerpc-linux |1 - 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/site/commo

[OE-core] [CONSOLIDATED PULL 26/33] Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy

2011-08-03 Thread Saul Wold
From: Tom Rini Providing va_copy / __va_copy come down to the libc. va_val_copy comes down to the architecture. Unfortunately it's assumed true if not set, so we need to make sure to set this to false for x86_64 where it is not true. Signed-off-by: Tom Rini --- meta/site/arm-common

[OE-core] [CONSOLIDATED PULL 20/33] connman_test.sh: Rework for busybox 'ps'

2011-08-03 Thread Saul Wold
From: Tom Rini 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 lets us simplify the tes

[OE-core] [CONSOLIDATED PULL 24/33] Various siteinfo files: Consolidate ac_cv_func_getaddrinfo

2011-08-03 Thread Saul Wold
From: Tom Rini This is a libc feature, move there. Drop the ipsec-tools specific test as ipsec-tools (a) assumes fine on cross-compile and (b) doesn't support buggy getaddrinfo now. Signed-off-by: Tom Rini --- meta/site/arm-common |2 -- meta/site/common-glibc|1 + me

[OE-core] [CONSOLIDATED PULL 21/33] sudo: Drop sudo_cv_uid_t_len from site files

2011-08-03 Thread Saul Wold
From: Tom Rini We were just setting this to the assumed default. If anything, this belongs in the libc files if we must set it. Signed-off-by: Tom Rini --- meta/site/arm-common|3 --- meta/site/ix86-common |3 --- meta/site/mips-linux|3 --- meta/site/mips-li

[OE-core] [CONSOLIDATED PULL 23/33] Various site files: Drop monotone

2011-08-03 Thread Saul Wold
From: Tom Rini 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-linux |3 --- meta/site/common-glibc |3 --- meta/site/ix86-common |3 --- meta/site/mips-linux

[OE-core] [CONSOLIDATED PULL 18/33] xserver-nodm-init: Fix X start failure on some platform

2011-08-03 Thread Saul Wold
From: Zhai Edwin sudo is used to run rootless X in xserver-nodm, and start to fail with "xf86OpenConsole: Cannot open /dev/tty0" error after upgrade to 1.8.1. sudo seems wait for some resource that is unavailable in early phase of booting. This patch swith to "su" for rootless X starting as a fix

[OE-core] [CONSOLIDATED PULL 22/33] tcl: Add tcl_cv_api_serial to siteinfo

2011-08-03 Thread Saul Wold
From: Tom Rini This comes from oe.dev which had this set for arm-linux only. Bump PR since this changes how builds happen. Signed-off-by: Tom Rini --- meta/site/common-glibc |2 ++ meta/site/common-uclibc |3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/sit

[OE-core] [CONSOLIDATED PULL 17/33] apr-util: Upgrade to 1.3.12

2011-08-03 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin Merged with ${BPN} change Signed-off-by: Saul Wold --- .../apr/{apr-util_1.3.10.bb => apr-util_1.3.12.bb} | 12 1 files changed, 8 insertions(+), 4 deletions(-) rename meta/recipes-support/apr/{apr-util_1.3.10.bb => apr-util_1.3.12.b

[OE-core] [CONSOLIDATED PULL 19/33] kernel.bbcalss: Added do_savedefconfig task.

2011-08-03 Thread Saul Wold
From: 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 --

[OE-core] [CONSOLIDATED PULL 16/33] apr: Upgrade to 1.4.5

2011-08-03 Thread Saul Wold
From: Zhai Edwin Remove buildconf_fix.patch as already in upstream. Signed-off-by: Zhai Edwin Merged with ${BPN} change Signed-off-by: Saul Wold --- meta/recipes-support/apr/apr/buildconf_fix.patch | 27 .../apr/{apr_1.4.2.bb => apr_1.4.5.bb} | 13

[OE-core] [CONSOLIDATED PULL 14/33] gpgme: Upgrade to 1.3.1

2011-08-03 Thread Saul Wold
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] [CONSOLIDATED PULL 30/33] glibc: Remove unused version

2011-08-03 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/conf/distro/include/tcmode-default.inc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index dce76db..0d0af38 100644 --- a/meta/conf/distro/include

[OE-core] [CONSOLIDATED PULL 13/33] libassuan: Upgrade to 2.0.2

2011-08-03 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{libassuan_2.0.1.bb => libassuan_2.0.2.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libassuan/{libassuan_2.0.1.bb => libassuan_2.0.2.bb} (82%) diff --git a/meta/recipes-support/libassuan/l

[OE-core] [CONSOLIDATED PULL 15/33] parted: Upgrade to 3.0

2011-08-03 Thread Saul Wold
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] [CONSOLIDATED PULL 12/33] libsoup-2.4: Upgrade to 2.34.2

2011-08-03 Thread Saul Wold
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

[OE-core] [CONSOLIDATED PULL 04/33] SRC_URI, S: use BPN instead of PN for multilib case

2011-08-03 Thread Saul Wold
From: Yu Ke 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. Signed-off-by: Yu Ke --- .../farsight/farsight2_0.0.9.bb|2 +- .../lou

[OE-core] [CONSOLIDATED PULL 32/33] eglibc: fix build for armv4 machines

2011-08-03 Thread Saul Wold
From: Dmitry Eremin-Solenikov 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. V2: use the patch from oe.dev. The patch is submitted to sourceware bugzilla by Khem R

[OE-core] [CONSOLIDATED PULL 29/33] Various siteinfo: Drop rp-pppoe variables

2011-08-03 Thread Saul Wold
From: Tom Rini These variables were wrong on big-endian machines and this recipe is now handled in meta-oe (along with the siteinfo files). Signed-off-by: Tom Rini --- meta/site/arm-linux |3 --- meta/site/ix86-common |3 --- meta/site/mips-linux |4

[OE-core] [CONSOLIDATED PULL 11/33] lighttpd: Upgrade to 1.4.29

2011-08-03 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{lighttpd_1.4.28.bb => lighttpd_1.4.29.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.28.bb => lighttpd_1.4.29.bb} (90%) diff --git a/meta/recipes-extended/lighttpd

[OE-core] [CONSOLIDATED PULL 09/33] environment files: Added and unified version related variables.

2011-08-03 Thread Saul Wold
From: Lianhao Lu [YOCTO #1306] Fixing. Added and unified version related variables in all environment files generated by package meta-toolchain, meta-ide-support, meta-environment-xxx. Signed-off-by: Lianhao Lu --- meta/classes/toolchain-scripts.bbclass |3 +++ meta/recipes-core/meta/

[OE-core] [CONSOLIDATED PULL 10/33] kernel, cml1.bbclass: Move menuconfig to cml1

2011-08-03 Thread Saul Wold
From: Noor, Ahsan * 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 insertions(+), 15 deletions(-)

[OE-core] [CONSOLIDATED PULL 08/33] binutils: Add support for powerpc e5500 core

2011-08-03 Thread Saul Wold
From: Kumar Gala 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 meta/recipes-devto

[OE-core] [CONSOLIDATED PULL 05/33] aspell: upgrade from 0.60.6 to 0.60.6.1

2011-08-03 Thread Saul Wold
From: Mei Lei Signed-off-by: Mei Lei --- .../{aspell_0.60.6.bb => aspell_0.60.6.1.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/aspell/{aspell_0.60.6.bb => aspell_0.60.6.1.bb} (82%) diff --git a/meta/recipes-support/aspell/aspell_0.60.6

[OE-core] [CONSOLIDATED PULL 27/33] site/common-linux: Add ac_cv_file__dev_zero=yes

2011-08-03 Thread Saul Wold
From: Tom Rini Signed-off-by: Tom Rini --- meta/site/common-linux |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/site/common-linux b/meta/site/common-linux index 14d671b..e75864d 100644 --- a/meta/site/common-linux +++ b/meta/site/common-linux @@ -1,3 +1,6 @@ +#

[OE-core] [CONSOLIDATED PULL 00/33] Aug 2, 2011

2011-08-03 Thread Saul Wold
Richard, This has been built, I have done a first pass review over these and most seem correct to me, Koen's patch to make the icons dependency dynamic seems Ok to me, but I am not sure when the RDEPENDS are processed compared to when populate_packages_append() is run, will this RDEPENDS be updat

[OE-core] [CONSOLIDATED PULL 06/33] bison: Add dependency on flex-native

2011-08-03 Thread Saul Wold
From: Noor, Ahsan * 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 |4 ++-- meta/recipe

[OE-core] [CONSOLIDATED PULL 07/33] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-03 Thread Saul Wold
From: Koen Kooi 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/classes/gtk-icon-cache.bbcl

[OE-core] [CONSOLIDATED PULL 01/33] libnewt: update to 0.52.13

2011-08-03 Thread Saul Wold
From: Kang Kai Update libnewt to 0.52.13, and remove include-without-python.patch because it has been merged. Update SRC_URI and add SRC_URI checksum. Signed-off-by: Kang Kai --- .../newt/files/include-without-python.patch| 73 .../{libnewt_0.52.12.bb => libnewt_

[OE-core] [CONSOLIDATED PULL 02/33] polkit: depend on intltool-native instead of intltool

2011-08-03 Thread Saul Wold
From: Martin Jansa 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 56ceca4..06ca595 100644 --

[OE-core] [CONSOLIDATED PULL 03/33] libfm: depend on intltool-native instead of intltool

2011-08-03 Thread Saul Wold
From: Martin Jansa 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 5c7e95c..38f1d73 100644 --- a/me

Re: [OE-core] [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo

2011-08-03 Thread Tom Rini
On 08/01/2011 10:14 AM, Tom Rini wrote: > On 07/31/2011 12:16 PM, Tom Rini wrote: >> On 07/30/2011 05:56 PM, Khem Raj wrote: >>> On Saturday, July 30, 2011 04:42:51 PM Tom Rini wrote: On 07/30/2011 10:33 AM, Khem Raj wrote: > On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote: >> T

[OE-core] [PATCH 2/3] autoconf: Remove code checking for hardcoded /usr/local

2011-08-03 Thread Khem Raj
This code is only relevant for AIX and causes problems with OE QA sniffer which detects -L/usr/local/lib on linker commandline during cross compile and rightly barfs This only happens when getloadavg() is not found in libc so we do not reach that code with eglibc but only with uclibc Signed-off-b

[OE-core] [PATCH 1/3] autoconf: Remove patch=1 from SRC_URI

2011-08-03 Thread Khem Raj
Edit summary field s/produced/produce/ Fix the license related warning WARNING: autoconf-native: No generic license file exists for: GPLv2|GPLv3 at /b/openembedded-core/meta/files/common-licenses WARNING: autoconf-native: There is also no SPDXLICENSEMAP for this license type: GPLv2|GPLv3 at /b/op

[OE-core] [PATCH 3/3] coreutils: Fix build on uclibc

2011-08-03 Thread Khem Raj
coreutils has getloadavg.m4 of its own. So we need to make sure that we remove the portions which look into hardcoded /usr/local/lib paths. These tests are only for AIX so we dont lose much Signed-off-by: Khem Raj --- .../remove-usr-local-lib-from-m4.patch | 31

Re: [OE-core] [yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools

2011-08-03 Thread Phil Blundell
[ Removed yocto@ from Cc. Please don't crosspost between oe-core and yocto. ] On Wed, 2011-08-03 at 14:01 -0600, Gary Thomas wrote: > On 2011-08-03 13:52, McClintock Matthew-B29882 wrote: > > (Sorry if this get sent twice...) > > > > On Wed, Aug 3, 2011 at 11:44 AM, Gary Thomas wrote: > >> On 20

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

2011-08-03 Thread Phil Blundell
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 ${baselib} is not just /lib things work properly. > > Signed-off-by:

Re: [OE-core] [yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools

2011-08-03 Thread Gary Thomas
On 2011-08-03 13:52, McClintock Matthew-B29882 wrote: (Sorry if this get sent twice...) On Wed, Aug 3, 2011 at 11:44 AM, Gary Thomas wrote: On 2011-08-03 10:33, Matthew McClintock wrote: Several installed scripts set the perl shebang that is too long which can cause failures on certian older

[OE-core] [PATCH v2] libmusicbrainz: utilize base_libdir when configured

2011-08-03 Thread Kumar Gala
Pass $libdir through when we configure to support a location other than /lib. Signed-off-by: Kumar Gala --- * Make it libdir instead of base_libdir .../musicbrainz/libmusicbrainz_3.0.3.bb|4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multime

  1   2   >