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
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
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
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
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
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
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
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_
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
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
10 matches
Mail list logo