diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-20 11:23:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-20 16:53:16 +0100 |
commit | 2c43608f02ab00d4afc76e233d87e93b6b0b11fb (patch) | |
tree | 67bdc5a0010ad4cb4724154d2301312face36b90 /meta/recipes-devtools/qemu/qemu_git.bb | |
parent | 0b0db813a5cd549d4c82a27c440e268845c18cc5 (diff) | |
download | poky-2c43608f02ab00d4afc76e233d87e93b6b0b11fb.tar.gz |
qemu-git: 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: 30af78f0db16b9f51666341c9dad0123ccf8ac85)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_git.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_git.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb index 6d5e2507e7..e75f240037 100644 --- a/meta/recipes-devtools/qemu/qemu_git.bb +++ b/meta/recipes-devtools/qemu/qemu_git.bb | |||
@@ -13,10 +13,7 @@ FILESDIR = "${WORKDIR}" | |||
13 | 13 | ||
14 | SRC_URI = "\ | 14 | SRC_URI = "\ |
15 | git://git.qemu.org/qemu.git;protocol=git \ | 15 | git://git.qemu.org/qemu.git;protocol=git \ |
16 | file://qemu-git-qemugl-host.patch \ | ||
17 | file://no-strip.patch \ | 16 | file://no-strip.patch \ |
18 | file://fix-nogl.patch \ | ||
19 | file://qemugl-allow-glxcontext-release.patch \ | ||
20 | file://linker-flags.patch \ | 17 | file://linker-flags.patch \ |
21 | file://qemu-vmware-vga-depth.patch \ | 18 | file://qemu-vmware-vga-depth.patch \ |
22 | file://enable-i386-linux-user.patch" | 19 | file://enable-i386-linux-user.patch" |