From 09bffb70def83bbca575e4f5b78b3fc949ebf517 Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Tue, 31 Aug 2010 16:34:09 +0800 Subject: 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 --- meta/recipes-devtools/qemu/qemu_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/qemu/qemu_git.bb') diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb index 00b361063a..9a4823abc4 100644 --- a/meta/recipes-devtools/qemu/qemu_git.bb +++ b/meta/recipes-devtools/qemu/qemu_git.bb @@ -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" -- cgit v1.2.3-54-g00ecf