diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-08-31 16:34:09 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-31 16:48:53 +0100 |
commit | 09bffb70def83bbca575e4f5b78b3fc949ebf517 (patch) | |
tree | 81931295d913d229620daf6fed175b97f2025419 /meta/recipes-devtools/qemu/qemu_git.bb | |
parent | 1f0ba7c2b0429909ead5ae8fc015a827b08edf85 (diff) | |
download | poky-09bffb70def83bbca575e4f5b78b3fc949ebf517.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_git.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
1 | require qemu.inc | 1 | require qemu.inc |
2 | 2 | ||
3 | PV = "0.12.4" | 3 | PV = "0.12.4" |
4 | PR = "r9" | 4 | PR = "r10" |
5 | 5 | ||
6 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" | 6 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" |
7 | FILESDIR = "${WORKDIR}" | 7 | FILESDIR = "${WORKDIR}" |
@@ -15,7 +15,8 @@ SRC_URI = "\ | |||
15 | file://fix-nogl.patch \ | 15 | file://fix-nogl.patch \ |
16 | file://qemugl-allow-glxcontext-release.patch \ | 16 | file://qemugl-allow-glxcontext-release.patch \ |
17 | file://linker-flags.patch \ | 17 | file://linker-flags.patch \ |
18 | file://qemu-vmware-vga-depth.patch" | 18 | file://qemu-vmware-vga-depth.patch \ |
19 | file://enable-i386-linux-user.patch" | ||
19 | 20 | ||
20 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
21 | 22 | ||