[OE-core] [PATCH] eglibc: fix build for armv4 machines

2011-07-31 Thread 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. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../eglibc-fixup-arm-eabi-nothumb.patch|

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

2011-07-31 Thread Tom Rini
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: This comes from oe.dev which had this set for arm-linux only. Bump PR since this changes how builds

[OE-core] [PATCH 1/1] aspell: upgrade from 0.60.6 to 0.60.6.1

2011-07-31 Thread Mei Lei
Signed-off-by: Mei Lei lei@intel.com --- .../{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

[OE-core] [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1

2011-07-31 Thread Mei Lei
Hi Saul, This pull request upgrade aspell from 0.60.6 to 0.60.6.1, please review it. Thanks Lei The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018: Bruce Ashfield (1): poky.conf: explicitly referenced preferred linux-yocto version are available in the

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

2011-07-31 Thread Lu, Lianhao
Khem Raj wrote on 2011-07-31: 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

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

2011-07-31 Thread Lu, Lianhao
Khem Raj wrote on 2011-07-31: 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