Add qemu-i386 in qemu-native, required by eglibc

Adding i386-linux-user in target-list is enough in theory, but our gl stuff is
not friendly to linux-user code. So disable it when compiling linux-user.

[BUGID #218] fixed by this.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin
2010-08-31 16:34:09 +08:00
committed by Richard Purdie
parent 1f0ba7c2b0
commit 09bffb70de
4 changed files with 59 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
require qemu.inc
PV = "0.12.4"
PR = "r9"
PR = "r10"
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/"
FILESDIR = "${WORKDIR}"
@@ -15,7 +15,8 @@ SRC_URI = "\
file://fix-nogl.patch \
file://qemugl-allow-glxcontext-release.patch \
file://linker-flags.patch \
file://qemu-vmware-vga-depth.patch"
file://qemu-vmware-vga-depth.patch \
file://enable-i386-linux-user.patch"
S = "${WORKDIR}/git"