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)
downloadast2050-yocto-poky-0b0db813a5cd549d4c82a27c440e268845c18cc5.zip
ast2050-yocto-poky-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 a914bcf..f4c86f0 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 = "\
file://larger_default_ram_size.patch \
file://arm-bgr.patch \
file://a4d1f142542935b90d2eb30f3aead4edcf455fe6.patch \
- file://dummy-gl-config.patch \
file://0001-ppc64-Fix-linker-script.patch \
file://ppc-s500-set-invalid-mask.patch \
file://hw-pl031-Actually-raise-interrupt-on-timer-expiry.patch \
"
-# Only use the GL passthrough patches for native/nativesdk versions
-QEMUGLPATCHES = "\
- file://qemu-git-qemugl-host.patch \
- file://fix-nogl.patch \
- file://qemugl-allow-glxcontext-release.patch \
- file://init-info.patch \
- file://enable-i386-linux-user.patch \
- file://qemugl-fix.patch \
- file://opengl-sdl-fix.patch \
- file://opengl-args-copy-fix.patch \
- file://opengl-disable-option.patch \
- "
-
-SRC_URI_append_virtclass-native = "\
- ${QEMUGLPATCHES} \
- "
-
-SRC_URI_append_virtclass-nativesdk = "\
- ${@base_contains('DISTRO_FEATURES', 'x11', '${QEMUGLPATCHES} file://glflags.patch', '', d)} \
- "
SRC_URI[md5sum] = "34f17737baaf1b3495c89cd6d4a607ed"
SRC_URI[sha256sum] = "7705b14d9b8e4df4a0b1790980e618084261e8daef0672a1aa7a830a0f3db5ba"
OpenPOWER on IntegriCloud