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

2011-07-30 Thread Noor, Ahsan
* The menuconfig target exists in places other than the kernel that use kernel style config. Signed-off-by: Noor, Ahsan noor_ah...@mentor.com --- meta/classes/cml1.bbclass | 12 meta/classes/kernel.bbclass | 15 --- 2 files changed, 12 insertions(+), 15

Re: [OE-core] [yocto] [PATCH] Switch to using perl-native for various packages instead of host perl

2011-07-30 Thread McClintock Matthew-B29882
On Wed, Jul 27, 2011 at 10:22 PM, Saul Wold s...@linux.intel.com wrote: On 07/26/2011 12:22 PM, Matthew McClintock wrote: Several builds are using perl on the host instead of perl built by poky. This fixes the issue for several packages. Matthew, Thanks for submitting this. A similar fix

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

2011-07-30 Thread Dmitry Eremin-Solenikov
Currently tune-xscale.inc has options wrt. setting of xscale/xscale-be tunes. Fix that. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/conf/machine/include/tune-xscale.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

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

2011-07-30 Thread Ahsan, Noor
* The menuconfig target exists in places other than the kernel that use kernel style config. Signed-off-by: Noor, Ahsan noor_ah...@mentor.com --- meta/classes/cml1.bbclass | 12 meta/classes/kernel.bbclass | 15 --- 2 files changed, 12 insertions(+), 15

Re: [OE-core] [PATCH] feature-arm-thumb: respect ARM_INSTRUCTION_SET

2011-07-30 Thread Phil Blundell
On Fri, 2011-07-29 at 15:51 -0500, Mark Hatle wrote: Which set of users is still v4 (not interworking compatible)? Are new processors being made that still require that capability? or (in oe-core) is it time to drop support? Just because it's not in oe-core, doesn't mean it can't be in

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

2011-07-30 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/package_deb.bbclass |6 +++--- meta/classes/package_ipk.bbclass |6 +++--- meta/classes/package_rpm.bbclass |6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/classes/package_deb.bbclass

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

2011-07-30 Thread Andrea Adami
On Fri, Jul 29, 2011 at 10:03 PM, Ahsan, Noor noor_ah...@mentor.com wrote: * The menuconfig target exists in places other than the kernel that use kernel style config. Signed-off-by: Noor, Ahsan noor_ah...@mentor.com ---  meta/classes/cml1.bbclass   |   12  

[OE-core] do_package race with shadow and libc shlib renaming

2011-07-30 Thread Koen Kooi
Hi, About 80% of my builds from scratch this week show this: | * satisfy_dependencies_for: Cannot satisfy the following dependencies for shadow: | *eglibc (= 2.12) * | * opkg_install_cmd: Cannot install package shadow. Which implies that shadow gets packaged before eglibc finishes

[OE-core] [PATCH] arch-armv7a.inc: fix armv7a-vfp-neon - armv7a compat case

2011-07-30 Thread Koen Kooi
Without this 'armv7a' is used as TUNE_ARCH but does *not* end up in PACKAGE_EXTRA_ARCHS: arch all 1 arch any 6 arch noarch 11 arch arm 16 arch armv4 21 arch armv4t 26 arch armv5 31 arch armv5t 36 arch armv5-vfp 41 arch armv5t-vfp 46 arch armv5e 51 arch armv5te 56 arch armv5e-vfp 61 arch

Re: [OE-core] [PATCH 2/3] package(rootfs)_ipk.bbclass: support multilib in opkg backend.

2011-07-30 Thread Khem Raj
On Tuesday, July 26, 2011 11:50:26 PM Richard Purdie wrote: From: Lianhao Lu lianhao...@intel.com Support install multiple multilib in opkg backend. The installation is done in 3 phases. Phase 1: install normal packages to IMAGE_ROOTFS. Phase 2: install multilib packages under

Re: [OE-core] [v2 PATCH 1/8] multilib_header.bbclass: Add oe_multilib_header wrapper

2011-07-30 Thread Khem Raj
On Tuesday, July 26, 2011 04:31:02 PM Mark Hatle wrote: This helper function and associated header will allow us to resolve two/three header files that conflict due to contents that change based on wordsize and ABI. Will it be a nop for non multilib case ?

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

2011-07-30 Thread Khem Raj
On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote: This comes from oe.dev which had this set for arm-linux only. Bump PR since this changes how builds happen. if you are clubbing them in right site files then this variable is for deciding what serial API(termios or termio or sgtty) to use

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

2011-07-30 Thread Khem Raj
On Wednesday, July 27, 2011 05:34:45 PM Kang Kai wrote: From: Kang Kai kai.k...@windriver.com ghostscript fails some time on autobuilder, it seems a parallel build issue. Add patch to fix it. Fixes [Yocto #1202] Signed-off-by: Kang Kai kai.k...@windriver.com ---

Re: [OE-core] [PATCH 4/4] base.bbclass: Fix PACKAGE_ARCH typo

2011-07-30 Thread Khem Raj
On Wednesday, July 27, 2011 03:29:15 PM Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/base.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index

Re: [OE-core] [PATCH 1/4] base.bbclass: Add compatibility package name mapping handler

2011-07-30 Thread Khem Raj
On Wednesday, July 27, 2011 04:13:47 PM Phil Blundell wrote: On Wed, 2011-07-27 at 17:06 +0200, Koen Kooi wrote: From the conversations I had with ARM they implied that it isn't optional for cortex a8/9/15, only neon is (e.g. marvell dove, nvidia tegra2). I haven't seen any black on white

Re: [OE-core] [PATCH 3/7] apr: Upgrade to 1.4.5

2011-07-30 Thread Khem Raj
On Thursday, July 28, 2011 09:03:05 PM edwin.z...@intel.com wrote: From: Zhai Edwin edwin.z...@intel.com Remove buildconf_fix.patch as already in upstream. Signed-off-by: Zhai Edwin edwin.z...@intel.com --- meta/recipes-support/apr/apr/buildconf_fix.patch | 27

Re: [OE-core] [PATCH 4/7] apr-util: Upgrade to 1.3.12

2011-07-30 Thread Khem Raj
On Thursday, July 28, 2011 09:03:06 PM edwin.z...@intel.com wrote: From: Zhai Edwin edwin.z...@intel.com Signed-off-by: Zhai Edwin edwin.z...@intel.com --- .../apr/{apr-util_1.3.10.bb = apr-util_1.3.12.bb} |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) rename

Re: [OE-core] [PATCH 1/4] base.bbclass: Add compatibility package name mapping handler

2011-07-30 Thread Phil Blundell
On Sat, 2011-07-30 at 11:43 -0700, Khem Raj wrote: On Wednesday, July 27, 2011 04:13:47 PM Phil Blundell wrote: On Wed, 2011-07-27 at 17:06 +0200, Koen Kooi wrote: From the conversations I had with ARM they implied that it isn't optional for cortex a8/9/15, only neon is (e.g. marvell

Re: [OE-core] [RFC BUG #1236 2/2] eglibc: Modify ldd script according to multilib config.

2011-07-30 Thread Khem Raj
On Friday, July 29, 2011 10:57:27 PM Lianhao Lu wrote: Part fix of [BUGID #1236]. 1. Collect all the values for RTLDLIST for the current multilib configuration to modify the ldd scripts. 2. Collect all the values for KNOWN_INTERPRETER_NAMES for the current multilib configuration. why is

Re: [OE-core] [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files

2011-07-30 Thread Khem Raj
On Saturday, July 30, 2011 07:39:47 PM Phil Blundell wrote: On Sat, 2011-07-30 at 10:25 -0700, Khem Raj wrote: On Wednesday, July 27, 2011 03:56:45 PM Tom Rini wrote: We were just setting this to the assumed default. If anything, this belongs in the libc files if we must set it.

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

2011-07-30 Thread Tom Rini
On 07/30/2011 10:33 AM, Khem Raj wrote: On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote: This comes from oe.dev which had this set for arm-linux only. Bump PR since this changes how builds happen. if you are clubbing them in right site files then this variable is for deciding what

Re: [OE-core] [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files

2011-07-30 Thread Tom Rini
On 07/30/2011 02:03 PM, Khem Raj wrote: On Saturday, July 30, 2011 07:39:47 PM Phil Blundell wrote: On Sat, 2011-07-30 at 10:25 -0700, Khem Raj wrote: On Wednesday, July 27, 2011 03:56:45 PM Tom Rini wrote: We were just setting this to the assumed default. If anything, this belongs in the

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

2011-07-30 Thread Khem Raj
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: This comes from oe.dev which had this set for arm-linux only. Bump PR since this changes how builds happen. if you are clubbing them