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

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

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

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

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

2011-08-05 Thread Chris Larson
On Thu, Aug 4, 2011 at 10:55 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven:

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

2011-08-05 Thread Koen Kooi
Op 5 aug. 2011 om 09:00 heeft Chris Larson clar...@kergoth.com het volgende geschreven: On Thu, Aug 4, 2011 at 10:55 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi

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

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

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

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

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

2011-08-05 Thread Phil Blundell
On Fri, 2011-08-05 at 14:11 +0800, Jiajun Xu wrote: ---disable-video-opengl --enable-input-events --enable-pthreads \ +--enable-input-events --enable-pthreads \ If you're enabling OpenGL, doesn't it need to DEPEND on the GL/GLES libraries? Also, if this is

[OE-core] [PATCH 4/6] Misc: Corrected the dependency on non-native for -native package.

2011-08-05 Thread Lianhao Lu
[YOCTO #1336] Corrected the wrong dependency on non-native for -native packages for the following recipes: - util-macros - intltool Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 +- meta/recipes-devtools/intltool/intltool.inc

[OE-core] [PATCH 0/6] Variable fixes for multilib

2011-08-05 Thread Lianhao Lu
This series of patch fixed variable multilib issues, from bug #1333 to #1338. The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d: Richard Purdie (1): eglibc: Fix patch merge breakage are available in the git repository at:

[OE-core] [PATCH 2/6] tcp-wrappers: Using ${PN} in PACKAGES.

2011-08-05 Thread Lianhao Lu
[YOCTO #1334] Using ${PN} instead of tcp-wrappers in PACKAGES and FILES_*, since the FILES_tcp-wrappers would be overwritten by FILES_${PN} when the variable name gets expansioned. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../tcp-wrappers/tcp-wrappers_7.6.bb |6 +++---

[OE-core] [PATCH 6/6] eglibc-locale: Added ${MLPREFIX} for task dependency.

2011-08-05 Thread Lianhao Lu
[YOCTO #1338] Added ${MLPREFIX} to the task dependency between eglibc-locale:do_install and the corresponding virtual/libc's do_populate_sysroot. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-core/eglibc/eglibc-locale.inc |2 +- 1 files changed, 1 insertions(+), 1

[OE-core] [PATCH 3/6] qt4x11.bbclass: Using BPN instead of PN.

2011-08-05 Thread Lianhao Lu
[YOCTO #1335] Using BPN instead of BP to decide the DEPENDS content for multilib cases. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/qt4x11.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/qt4x11.bbclass

[OE-core] [PATCH 1/6] SRC_URI: Using BPN instaed of PN.

2011-08-05 Thread Lianhao Lu
[YOCTO #1333] In multilib cases, PN has the prefix of MLPREFIX. It is not correct to use PN in SRC_URI. We should use the pruned BPN instead. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../recipes-connectivity/galago/libgalago_0.5.2.bb |2 +- .../net-tools/net-tools_1.60-23.bb

Re: [OE-core] [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

2011-08-05 Thread Phil Blundell
On Mon, 2011-08-01 at 14:14 +0100, Richard Purdie wrote: On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com This will decouple the compiling in thumb mode from having thumb capable cores. Signed-off-by: Khem Raj raj.k...@gmail.com ---

Re: [OE-core] [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 11:59 +0100, Phil Blundell wrote: On Mon, 2011-08-01 at 14:14 +0100, Richard Purdie wrote: On Mon, 2011-08-01 at 00:36 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com This will decouple the compiling in thumb mode from having thumb capable cores.

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

2011-08-05 Thread Kumar Gala
On Aug 5, 2011, at 1:51 AM, Koen Kooi wrote: Op 5 aug. 2011, om 08:44 heeft Koen Kooi het volgende geschreven: Op 5 aug. 2011, om 07:48 heeft Koen Kooi het volgende geschreven: Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: On 08/04/2011 10:28 PM, Koen Kooi

Re: [OE-core] Use of git.pokylinux.org vs git.yoctoproject.org in kernel recipe.

2011-08-05 Thread Bruce Ashfield
On 11-08-05 08:50 AM, Kumar Gala wrote: In the linux-yocto_3.0.bb recipe we have: meta/recipes-kernel/linux/linux-yocto_3.0.bb:SRC_URI = git://git.pokylinux.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta Should this really be git.yoctoproject.org?

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

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 07:42 -0500, Kumar Gala wrote: On Aug 5, 2011, at 1:51 AM, Koen Kooi wrote: Op 5 aug. 2011, om 08:44 heeft Koen Kooi het volgende geschreven: Op 5 aug. 2011, om 07:48 heeft Koen Kooi het volgende geschreven: Op 5 aug. 2011, om 07:32 heeft Saul Wold het

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

2011-08-05 Thread Paul Eggleton
On Thursday 04 August 2011 02:34:17 Khem Raj wrote: in anycase what you need to lock is PV and the recipes in oe-core has u-boot_2011.03.bb:PV = v2011.03+git${SRCPV} u-boot_2011.06.bb:PV = v2011.06+git${SRCPV} So what you need is PREFERRED_VERSION_pn-u-boot = v2011.03+git% Hmm, I

[OE-core] [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS

2011-08-05 Thread Koen Kooi
This fixes do_rootfs breaking because OE didn't resolve the RDEPENDS added with python Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/gtk-icon-cache.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/gtk-icon-cache.bbclass

Re: [OE-core] [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

2011-08-05 Thread Phil Blundell
On Fri, 2011-08-05 at 12:39 +0100, Richard Purdie wrote: ARM_THUMB_M_OPT = ${@['-mno-thumb', '-mthumb'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']} TUNE_CCARGS += ${@bb.utils.contains(TUNE_FEATURES, thumb, ${ARM_THUMB_M_OPT}, ${ARM_THUMB_M_OPT}, d)} Master has the above. This

Re: [OE-core] [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

2011-08-05 Thread Khem Raj
On Friday, August 05, 2011 03:34:43 PM Phil Blundell wrote: On Fri, 2011-08-05 at 12:39 +0100, Richard Purdie wrote: ARM_THUMB_M_OPT = ${@['-mno-thumb', '-mthumb'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']} TUNE_CCARGS += ${@bb.utils.contains(TUNE_FEATURES, thumb,

[OE-core] [CONSOLIDATED PULL 00/14]

2011-08-05 Thread Saul Wold
Richard, This Set includes changes multilib and ppc64, you may want to review the ppc64 changes. Thanks Sau! The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d: eglibc: Fix patch merge breakage (2011-08-04 15:41:08 +0100) are available in the git repository

[OE-core] [CONSOLIDATED PULL 01/14] buildstats.bbclass: Adding disk io measurement

2011-08-05 Thread Saul Wold
From: Beth Flanagan elizabeth.flana...@intel.com 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

[OE-core] [CONSOLIDATED PULL 02/14] autoconf: Remove patch=1 from SRC_URI

2011-08-05 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com 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

[OE-core] [CONSOLIDATED PULL 03/14] autoconf: Remove code checking for hardcoded /usr/local

2011-08-05 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com 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

[OE-core] [CONSOLIDATED PULL 04/14] coreutils: Fix build on uclibc

2011-08-05 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com 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 raj.k...@gmail.com ---

[OE-core] [CONSOLIDATED PULL 05/14] libmusicbrainz: utilize base_libdir when configured

2011-08-05 Thread Saul Wold
From: Kumar Gala ga...@kernel.crashing.org 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 ga...@kernel.crashing.org --- .../allow-libdir-override.patch

[OE-core] [CONSOLIDATED PULL 06/14] libproxy: utilize libdir when configured

2011-08-05 Thread Saul Wold
From: Kumar Gala ga...@kernel.crashing.org Pass $libdir through when we configure to support a location other than /lib. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- meta/recipes-support/libproxy/libproxy_0.4.6.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [CONSOLIDATED PULL 07/14] prelink: Add lib64 dirs to prelink.conf

2011-08-05 Thread Saul Wold
From: Kumar Gala ga...@kernel.crashing.org Handle multlib or cases that baselib is lib64. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- meta/recipes-devtools/prelink/prelink/prelink.conf |8 meta/recipes-devtools/prelink/prelink_git.bb |2 +- 2 files changed, 5

[OE-core] [CONSOLIDATED PULL 08/14] tune/arch-powerpc64: include arch-powerpc.inc to keep things in sync

2011-08-05 Thread Saul Wold
From: Kumar Gala ga...@kernel.crashing.org Added a DEFAULTTUNE setting and included arch-powerpc.inc. This way we pick up the changes to TUNE_PKGARCH and things should be kept more in sync going forward. Signed-off-by: Kumar Gala ga...@kernel.crashing.org ---

[OE-core] [CONSOLIDATED PULL 10/14] image-mklibs.bbclass: Add powerpc64 arch support

2011-08-05 Thread Saul Wold
From: Kumar Gala ga...@kernel.crashing.org powerp64 dynamic loader is 'ld64.so.1'. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- meta/classes/image-mklibs.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/image-mklibs.bbclass

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

2011-08-05 Thread Saul Wold
From: Kumar Gala ga...@kernel.crashing.org We might redefine ${base_libdir} from being set to just /lib. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- meta/classes/image-mklibs.bbclass |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL 13/14] linux-yocto_3.0: Fix SRC_URI to use yoctoproject.org

2011-08-05 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-kernel/linux/linux-yocto_3.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 8f49668..ead9d7c 100644 ---

[OE-core] [CONSOLIDATED PULL 12/14] dpkg: Update to use perlnative

2011-08-05 Thread Saul Wold
[YOCTO #1298] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/dpkg/dpkg.inc |4 +++- meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb |2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc

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

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

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

2011-08-05 Thread Kamble, Nitin A
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Phil Blundell Sent: Friday, August 05, 2011 12:52 AM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH

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

2011-08-05 Thread Phil Blundell
On Fri, 2011-08-05 at 08:37 -0700, Kamble, Nitin A wrote: Changing TARGET_ARCH is not correct way to handle it. Because HW/ARCH is not different, the difference is in the ABI of the OS. Well, I'm not entirely sure I agree with what you're saying here. There are at least a few precedents for

[OE-core] base.bbclass: Ensure PREFERRED_PROVIDER and PREFERRED_VERSION values are set for multilibs

2011-08-05 Thread Richard Purdie
When running multilib builds its not intuitive for the specificed versions/providers to be build in one case and the higher version in the other. This patch mirrors the options unless they're already set. There shouldn't be any effect if the MULTILIBS variable isn't set. [YOCTO #1339]

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

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 16:41 +0100, Phil Blundell wrote: On Fri, 2011-08-05 at 08:37 -0700, Kamble, Nitin A wrote: Changing TARGET_ARCH is not correct way to handle it. Because HW/ARCH is not different, the difference is in the ABI of the OS. Well, I'm not entirely sure I agree with what

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

2011-08-05 Thread Phil Blundell
On Fri, 2011-08-05 at 16:44 +0100, Richard Purdie wrote: Equally, there are several precedents for encoding ABI into TARGET_OS, arm-gnueabi springs to mind... It really comes down to the formats that the various magic files accept and whilst its the regexps are lax on arm, they are less lax

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

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 15:57 -0700, Kamble, Nitin A wrote: It can go in the meta-x32 layer, but I think better place for this support file is in the meta layer. It would help avoid duplication of the code in multiple layers. Part of the answer here is that obsolete / etc things don't

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

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 16:18 -0700, Khem Raj wrote: On 08/04/2011 08:01 AM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com Signed-off-by: Nitin A Kamblenitin.a.kam...@intel.com --- meta/conf/distro/include/tclibc-glibc.inc | 32

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

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 08:01 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/machine/include/ia32/arch-ia32.inc | 23 --- meta/conf/machine/include/tune-core2.inc

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

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 08:01 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com for x86_64 multiple ABIs now have these new names for the TARGET_OS. Add entries for: linux-gnu32, linux-gnux32, linux-gnu64 Signed-off-by: Nitin A Kamble

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

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 15:54 -0700, Kamble, Nitin A wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Tom Rini Sent: Thursday, August 04, 2011 3:53 PM To: Patches and

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

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 08:01 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This is comming from x32 need to pass special parameters to ld as. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/classes/allarch.bbclass |2 ++

Re: [OE-core] [yocto] Use of git.pokylinux.org vs git.yoctoproject.org in kernel recipe.

2011-08-05 Thread Saul Wold
On 08/05/2011 05:51 AM, Bruce Ashfield wrote: On 11-08-05 08:50 AM, Kumar Gala wrote: In the linux-yocto_3.0.bb recipe we have: meta/recipes-kernel/linux/linux-yocto_3.0.bb:SRC_URI = git://git.pokylinux.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta

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

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 08:41 -0700, Kamble, Nitin A wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Phil Blundell Sent: Friday, August 05, 2011 12:52 AM To: Patches and

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

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 17:07 +0100, Richard Purdie wrote: On Thu, 2011-08-04 at 15:54 -0700, Kamble, Nitin A wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Tom Rini

Re: [OE-core] [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 08:23 -0700, Khem Raj wrote: On Friday, August 05, 2011 03:34:43 PM Phil Blundell wrote: On Fri, 2011-08-05 at 12:39 +0100, Richard Purdie wrote: ARM_THUMB_M_OPT = ${@['-mno-thumb', '-mthumb'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']} TUNE_CCARGS +=

Re: [OE-core] [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 16:18 +0200, Koen Kooi wrote: This fixes do_rootfs breaking because OE didn't resolve the RDEPENDS added with python Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/gtk-icon-cache.bbclass |2 ++ 1 files changed, 2 insertions(+), 0

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

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 07:55 +0200, Koen Kooi wrote: Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven: On 08/04/2011

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

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 13:48 +0800, Dongxiao Xu wrote: If there is no PACKAGES defined in bb file, its default definition would be ${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-locale. In multilib case, ${PN} is extended with ${MLPREFIX}, so there is no rename occurred for the

Re: [OE-core] [PATCH 0/6] Variable fixes for multilib

2011-08-05 Thread Richard Purdie
On Fri, 2011-08-05 at 18:37 +0800, Lianhao Lu wrote: This series of patch fixed variable multilib issues, from bug #1333 to #1338. The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d: Richard Purdie (1): eglibc: Fix patch merge breakage are available in

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

2011-08-05 Thread Richard Purdie
On Thu, 2011-08-04 at 13:51 -0500, Kumar Gala wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- meta/conf/bitbake.conf |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Merged to master, thanks. Richard ___

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

2011-08-05 Thread Kumar Gala
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 require authentication to the proxy via a password and username. Adding SOCKS5_USER SOCKS5_PASSWD to BB_ENV_EXTRAWHITE allow for automation of the authentication

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

2011-08-05 Thread Kumar Gala
On Aug 4, 2011, at 1:54 PM, Kumar Gala wrote: Rather than tweaking MULTILIB_DIRNAMES MULTILIB_OSDIRNAMES like is done for x86-64 via 64bithack.patch. We can just go with gcc defaults and utilize ${base_lib} for where to find gcc libs. Signed-off-by: Kumar Gala ga...@kernel.crashing.org

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

2011-08-05 Thread Kamble, Nitin A
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Friday, August 05, 2011 9:07 AM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH

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

2011-08-05 Thread Saul Wold
On 08/05/2011 09:53 AM, Kumar Gala wrote: On Aug 4, 2011, at 1:54 PM, Kumar Gala wrote: Rather than tweaking MULTILIB_DIRNAMES MULTILIB_OSDIRNAMES like is done for x86-64 via 64bithack.patch. We can just go with gcc defaults and utilize ${base_lib} for where to find gcc libs.

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

2011-08-05 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/04/2011 09:59 PM, Chris Larson wrote: On Wed, Aug 3, 2011 at 2:54 PM, Daniel Lazzari dlazz...@leapfrog.com wrote: Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf instead of lazily appending it with _append. This fixes a bug

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-05 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/04/2011 10:25 PM, Samuel Stirtzel wrote: 2011/8/4 Khem Raj raj.k...@gmail.com: On 08/04/2011 01:08 AM, Samuel Stirtzel wrote: 2011/8/3 Khem Rajraj.k...@gmail.com: There is a smart script in scripts/ dir that you could use something

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

2011-08-05 Thread Koen Kooi
Op 5 aug. 2011, om 18:27 heeft Richard Purdie het volgende geschreven: On Fri, 2011-08-05 at 07:55 +0200, Koen Kooi wrote: Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 aug. 2011,

[OE-core] [PATCH] gtk-icon-cache bbclass: don't assing to global RDEPENDS

2011-08-05 Thread Koen Kooi
Only the package with the icons needs it Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/gtk-icon-cache.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index

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

2011-08-05 Thread Kamble, Nitin A
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Friday, August 05, 2011 9:04 AM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH

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

2011-08-05 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 dlazz...@leapfrog.com --- meta/conf/distro/defaultsetup.conf |

[OE-core] [PATCH V2] defaultsetup: Use .= to add TCLIBCAPPEND to TMPDIR

2011-08-05 Thread Khem Raj
From: Daniel Lazzari dlazz...@leapfrog.com Lazily appending causes a bug where wrong cache is cleared when BB_SRCREV_POLICY = clear. Tested with qemuarm on uclibc/eglibc in same build dir Signed-off-by: Daniel Lazzari Jr dlazz...@leapfrog.com Signed-off-by: Khem Raj raj.k...@gmail.com ---

[OE-core] [PATCH] tune-ppce5500: Add a tune file for PowerPC e5500 core

2011-08-05 Thread Kumar Gala
Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- meta/conf/machine/include/tune-ppce5500.inc | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-ppce5500.inc diff --git a/meta/conf/machine/include/tune-ppce5500.inc

Re: [OE-core] [PATCH] tune-ppce5500: Add a tune file for PowerPC e5500 core

2011-08-05 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/05/2011 01:11 PM, Kumar Gala wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- meta/conf/machine/include/tune-ppce5500.inc | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644

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

2011-08-05 Thread Saul Wold
On 08/05/2011 11:07 AM, Kamble, Nitin A wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Friday, August 05, 2011 9:04 AM To: Patches and discussions about the

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

2011-08-05 Thread Saul Wold
On 08/03/2011 09:03 PM, Kumar Gala wrote: We might redefine ${base_libdir} from being set to just /lib. Signed-off-by: Kumar Galaga...@kernel.crashing.org --- meta/classes/image-mklibs.bbclass |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git

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

2011-08-05 Thread Kamble, Nitin A
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Saul Wold Sent: Friday, August 05, 2011 2:24 PM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH 09/10]

[OE-core] [PATCH 3/4] linux-yocto: update atom-pc preempt-rt definition

2011-08-05 Thread Bruce Ashfield
The atom-pc preempt-rt configuration wasn't pulling in the common-pc settings, and wasn't defining re-use of the preempt-rt/base branch properly. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto_3.0.bb |2 +- 1 files changed, 1