From 0b0db813a5cd549d4c82a27c440e268845c18cc5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 20 Aug 2012 11:20:12 +0000 Subject: 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 --- meta/recipes-devtools/qemu/qemu_0.15.1.bb | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'meta/recipes-devtools/qemu/qemu_0.15.1.bb') 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 = "\ 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" -- cgit v1.2.3-54-g00ecf