diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-04-06 16:12:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:49:43 +0100 |
commit | eed3beeec15fe208913c4e73e34868f885fe3867 (patch) | |
tree | 0dd4c8710f2edbb7d791b703bd0e85b2da608751 /meta/recipes-devtools/qemu/qemu_0.14.0.bb | |
parent | b0ac556f72cb06790f1b2acb36ef722206352a03 (diff) | |
download | poky-eed3beeec15fe208913c4e73e34868f885fe3867.tar.gz |
qemu: Fix the qemu GL application start failure.
Some turn-on macro/variable are re-arranged, buffer pointer is extended to
support 32/64b combination of target/host.
[YOCTO #688] fixed.
[sgw: tweaked Upstream-Status format]
(From OE-Core rev: 8bb8f15800f7366e4798821eb3559caa259f93d4)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_0.14.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_0.14.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_0.14.0.bb b/meta/recipes-devtools/qemu/qemu_0.14.0.bb index d8535b24d8..e440759d36 100644 --- a/meta/recipes-devtools/qemu/qemu_0.14.0.bb +++ b/meta/recipes-devtools/qemu/qemu_0.14.0.bb | |||
@@ -24,6 +24,7 @@ SRC_URI = "\ | |||
24 | file://spice-qxl-locking-fix-for-qemu-kvm.patch \ | 24 | file://spice-qxl-locking-fix-for-qemu-kvm.patch \ |
25 | file://Detect-and-use-GCC-atomic-builtins-for-locking.patch \ | 25 | file://Detect-and-use-GCC-atomic-builtins-for-locking.patch \ |
26 | file://larger_default_ram_size.patch \ | 26 | file://larger_default_ram_size.patch \ |
27 | file://qemugl-fix.patch \ | ||
27 | " | 28 | " |
28 | SRC_URI[md5sum] = "f9d145d5c09de9f0984ffe9bd1229970" | 29 | SRC_URI[md5sum] = "f9d145d5c09de9f0984ffe9bd1229970" |
29 | SRC_URI[sha256sum] = "ba21e84d7853217830e167dae9999cdbff481189c6a0bb600ac7fb7201453108" | 30 | SRC_URI[sha256sum] = "ba21e84d7853217830e167dae9999cdbff481189c6a0bb600ac7fb7201453108" |