summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
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.inc
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.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index bf41b3bdfb..9cb4aee458 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -38,12 +38,10 @@ do_install () {
38 install -m 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu 38 install -m 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu
39} 39}
40 40
41PACKAGECONFIG ??= "gl" 41PACKAGECONFIG ??= ""
42PACKAGECONFIG[gl] = "--enable-gl-accel,--disable-gl-accel,,"
43 42
44DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native" 43DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native"
45DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk glib-2.0-nativesdk \ 44DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk glib-2.0-nativesdk"
46 ${@base_contains('DISTRO_FEATURES', 'x11', 'qemugl-nativesdk', '', d)}"
47RDEPENDS_virtclass-nativesdk = "libsdl-nativesdk" 45RDEPENDS_virtclass-nativesdk = "libsdl-nativesdk"
48EXTRA_OECONF_virtclass-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls \ 46EXTRA_OECONF_virtclass-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls \
49 --disable-curl \ 47 --disable-curl \