mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
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:
committed by
Richard Purdie
parent
1f0ba7c2b0
commit
09bffb70de
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user