summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_0.15.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-20 11:20:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-20 16:53:15 +0100
commit0b0db813a5cd549d4c82a27c440e268845c18cc5 (patch)
tree4bc5f1a2bb512fe44f2cc5bb1f40e31ad1044035 /meta/recipes-devtools/qemu/qemu_0.15.1.bb
parent91ece5d5668ee1adb5c5e3d757426a0d5187bd84 (diff)
downloadpoky-0b0db813a5cd549d4c82a27c440e268845c18cc5.tar.gz
qemu-0.15: Drop GL passthrough support
These patches are a maintenance nightmare and impacting our abaility to keep up to date with qemu. They are also a source of various bugs. Remove them until someone is willing to step up and maintain them, or upstream gains GL support. (From OE-Core rev: e9a6df98458d9147227659d3888eff01589f2f76) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_0.15.1.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_0.15.1.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_0.15.1.bb b/meta/recipes-devtools/qemu/qemu_0.15.1.bb
index a914bcfad4..f4c86f0c63 100644
--- a/meta/recipes-devtools/qemu/qemu_0.15.1.bb
+++ b/meta/recipes-devtools/qemu/qemu_0.15.1.bb
@@ -19,32 +19,11 @@ SRC_URI = "\
19 file://larger_default_ram_size.patch \ 19 file://larger_default_ram_size.patch \
20 file://arm-bgr.patch \ 20 file://arm-bgr.patch \
21 file://a4d1f142542935b90d2eb30f3aead4edcf455fe6.patch \ 21 file://a4d1f142542935b90d2eb30f3aead4edcf455fe6.patch \
22 file://dummy-gl-config.patch \
23 file://0001-ppc64-Fix-linker-script.patch \ 22 file://0001-ppc64-Fix-linker-script.patch \
24 file://ppc-s500-set-invalid-mask.patch \ 23 file://ppc-s500-set-invalid-mask.patch \
25 file://hw-pl031-Actually-raise-interrupt-on-timer-expiry.patch \ 24 file://hw-pl031-Actually-raise-interrupt-on-timer-expiry.patch \
26 " 25 "
27 26
28# Only use the GL passthrough patches for native/nativesdk versions
29QEMUGLPATCHES = "\
30 file://qemu-git-qemugl-host.patch \
31 file://fix-nogl.patch \
32 file://qemugl-allow-glxcontext-release.patch \
33 file://init-info.patch \
34 file://enable-i386-linux-user.patch \
35 file://qemugl-fix.patch \
36 file://opengl-sdl-fix.patch \
37 file://opengl-args-copy-fix.patch \
38 file://opengl-disable-option.patch \
39 "
40
41SRC_URI_append_virtclass-native = "\
42 ${QEMUGLPATCHES} \
43 "
44
45SRC_URI_append_virtclass-nativesdk = "\
46 ${@base_contains('DISTRO_FEATURES', 'x11', '${QEMUGLPATCHES} file://glflags.patch', '', d)} \
47 "
48SRC_URI[md5sum] = "34f17737baaf1b3495c89cd6d4a607ed" 27SRC_URI[md5sum] = "34f17737baaf1b3495c89cd6d4a607ed"
49SRC_URI[sha256sum] = "7705b14d9b8e4df4a0b1790980e618084261e8daef0672a1aa7a830a0f3db5ba" 28SRC_URI[sha256sum] = "7705b14d9b8e4df4a0b1790980e618084261e8daef0672a1aa7a830a0f3db5ba"
50 29