diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_0.14.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_0.14.0.bb | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_0.14.0.bb b/meta/recipes-devtools/qemu/qemu_0.14.0.bb index de12f62072..055321ec3e 100644 --- a/meta/recipes-devtools/qemu/qemu_0.14.0.bb +++ b/meta/recipes-devtools/qemu/qemu_0.14.0.bb | |||
@@ -11,22 +11,36 @@ FILESDIR = "${WORKDIR}" | |||
11 | SRC_URI = "\ | 11 | SRC_URI = "\ |
12 | http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \ | 12 | http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \ |
13 | file://powerpc_rom.bin \ | 13 | file://powerpc_rom.bin \ |
14 | file://qemu-git-qemugl-host.patch \ | ||
15 | file://no-strip.patch \ | 14 | file://no-strip.patch \ |
16 | file://fix-nogl.patch \ | ||
17 | file://qemugl-allow-glxcontext-release.patch \ | ||
18 | file://linker-flags.patch \ | 15 | file://linker-flags.patch \ |
19 | file://init-info.patch \ | ||
20 | file://qemu-vmware-vga-depth.patch \ | 16 | file://qemu-vmware-vga-depth.patch \ |
21 | file://enable-i386-linux-user.patch \ | ||
22 | file://fix-configure-checks.patch \ | 17 | file://fix-configure-checks.patch \ |
23 | file://fallback-to-safe-mmap_min_addr.patch \ | 18 | file://fallback-to-safe-mmap_min_addr.patch \ |
24 | file://spice-qxl-locking-fix-for-qemu-kvm.patch \ | 19 | file://spice-qxl-locking-fix-for-qemu-kvm.patch \ |
25 | file://Detect-and-use-GCC-atomic-builtins-for-locking.patch \ | 20 | file://Detect-and-use-GCC-atomic-builtins-for-locking.patch \ |
26 | file://larger_default_ram_size.patch \ | 21 | file://larger_default_ram_size.patch \ |
22 | " | ||
23 | |||
24 | # Only use the GL passthrough patches for native/nativesdk versions | ||
25 | QEMUGLPATCHES = "\ | ||
26 | file://qemu-git-qemugl-host.patch \ | ||
27 | file://fix-nogl.patch \ | ||
28 | file://qemugl-allow-glxcontext-release.patch \ | ||
29 | file://init-info.patch \ | ||
30 | file://enable-i386-linux-user.patch \ | ||
27 | file://qemugl-fix.patch \ | 31 | file://qemugl-fix.patch \ |
28 | file://opengl-sdl-fix.patch \ | 32 | file://opengl-sdl-fix.patch \ |
29 | " | 33 | " |
34 | |||
35 | SRC_URI_append_virtclass-native = "\ | ||
36 | ${QEMUGLPATCHES} \ | ||
37 | " | ||
38 | |||
39 | SRC_URI_append_virtclass-nativesdk = "\ | ||
40 | ${QEMUGLPATCHES} \ | ||
41 | file://glflags.patch \ | ||
42 | " | ||
43 | |||
30 | SRC_URI[md5sum] = "f9d145d5c09de9f0984ffe9bd1229970" | 44 | SRC_URI[md5sum] = "f9d145d5c09de9f0984ffe9bd1229970" |
31 | SRC_URI[sha256sum] = "ba21e84d7853217830e167dae9999cdbff481189c6a0bb600ac7fb7201453108" | 45 | SRC_URI[sha256sum] = "ba21e84d7853217830e167dae9999cdbff481189c6a0bb600ac7fb7201453108" |
32 | 46 | ||