[OE-core] [PATCH] scripts/runqemu: Make it run on ubuntu 11.10

2011-08-07 Thread Khem Raj
location of libGL has moved in ubuntu 11.10 so we look for it in the new locations Signed-off-by: Khem Raj --- scripts/runqemu |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 9611c64..2b8e88a 100755 --- a/scripts/runqemu +++ b/scri

[OE-core] [PATCH 2/2] qemu: Poke more paths for presence of libgl

2011-08-07 Thread Khem Raj
On ubuntu 11.10 libGL is not in /usr/lib/`uname -i`-linux-gnu/ directory so we search this dir too. Signed-off-by: Khem Raj --- meta/recipes-devtools/qemu/qemu.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtool

[OE-core] [PATCH 1/2] shared-mime-info, avahi, polkit: inherit perlnative

2011-08-07 Thread Khem Raj
Otherwise we end up with configure errors like below | checking for perl... /usr/bin/perl | checking for perl >= 5.8.1... 5.12.4 | checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool | + bbfatal 'oe_runconf failed' | + echo 'ERROR: oe_runconf failed' | E

[OE-core] gcc version mismatch in sdk generation

2011-08-07 Thread James Limbouris
Hi, In oe-core, with Angstrom 2010.x, generating an sdk with: bitbake meta-toolchain-qte is giving me a toolchain with gcc-4.6.1 binaries in the i686 sysroot, but gcc-4.5.4 runtime libraries in the arm (target) sysroot. The sdk can't link until a symlink is installed to trick it into using the 4

[OE-core] [PATCH 0/1] More recipes in multilib.conf

2011-08-07 Thread Lianhao Lu
Added more recipes supporting multilib extend. The following changes since commit 7a278238d9b08e0315e92d386282cb488cc0c7b4: Kumar Gala (1): bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64 are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/mul

[OE-core] [PATCH 1/1] multilib.conf: Supported multilib extend in more recipes.

2011-08-07 Thread Lianhao Lu
Added more recipes supporting multilib extend. Signed-off-by: Lianhao Lu --- meta/conf/multilib.conf | 449 +-- 1 files changed, 436 insertions(+), 13 deletions(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 894b7a5..f2a2002

[OE-core] [PATCH 0/1]lsb: Fix hard code libdir issue for multilib

2011-08-07 Thread Mei Lei
This pull request fixes some hard coded libdir issues, please review it. Thanks, Lei The following changes since commit 7a278238d9b08e0315e92d386282cb488cc0c7b4: Kumar Gala (1): bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64 are available in the git repository at: git://gi

[OE-core] [PATCH 1/1] lsb: Fix hard code libdir issue for multilib

2011-08-07 Thread Mei Lei
Signed-off-by: Mei Lei --- meta/recipes-extended/lsb/lsb_1.4.bb | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/recipes-extended/lsb/lsb_1.4.bb b/meta/recipes-extended/lsb/lsb_1.4.bb index 2b38232..d472012 100644 --- a/meta/recipes-extended/lsb/lsb_

[OE-core] how to pass or set specific gcc flags?

2011-08-07 Thread Kumar Gala
We'd like to pass: --enable-targets=all on ppc when we target a 64-bit platform but happen to build a 32-bit toolchain & rootfs, its useful to still have 64-bit support in the compiler to build a 64-bit kernel if desired in this scenario. Also, this seems useful for the multilib situation. W

Re: [OE-core] multilib theory & practice

2011-08-07 Thread Kumar Gala
On Aug 6, 2011, at 3:56 PM, Kumar Gala wrote: > I'm looking at trying to get multilib working for powerpc. However I'm a bit > lost in how this is suppose to work from a few different perspectives: > > 1. from user perspective (I'm starting with a 64-bit build in /lib64 and > adding 32-bit th