diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_0.15.1.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_0.15.1.bb | 21 |
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 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 = "\ | |||
19 | file://larger_default_ram_size.patch \ | 19 | file://larger_default_ram_size.patch \ |
20 | file://arm-bgr.patch \ | 20 | file://arm-bgr.patch \ |
21 | file://a4d1f142542935b90d2eb30f3aead4edcf455fe6.patch \ | 21 | file://a4d1f142542935b90d2eb30f3aead4edcf455fe6.patch \ |
22 | file://dummy-gl-config.patch \ | ||
23 | file://0001-ppc64-Fix-linker-script.patch \ | 22 | file://0001-ppc64-Fix-linker-script.patch \ |
24 | file://ppc-s500-set-invalid-mask.patch \ | 23 | file://ppc-s500-set-invalid-mask.patch \ |
25 | file://hw-pl031-Actually-raise-interrupt-on-timer-expiry.patch \ | 24 | file://hw-pl031-Actually-raise-interrupt-on-timer-expiry.patch \ |
26 | " | 25 | " |
27 | 26 | ||
28 | # Only use the GL passthrough patches for native/nativesdk versions | ||
29 | QEMUGLPATCHES = "\ | ||
30 | file://qemu-git-qemugl-host.patch \ | ||
31 | file://fix-nogl.patch \ | ||
32 | file://qemugl-allow-glxcontext-release.patch \ | ||
33 | file://init-info.patch \ | ||
34 | file://enable-i386-linux-user.patch \ | ||
35 | file://qemugl-fix.patch \ | ||
36 | file://opengl-sdl-fix.patch \ | ||
37 | file://opengl-args-copy-fix.patch \ | ||
38 | file://opengl-disable-option.patch \ | ||
39 | " | ||
40 | |||
41 | SRC_URI_append_virtclass-native = "\ | ||
42 | ${QEMUGLPATCHES} \ | ||
43 | " | ||
44 | |||
45 | SRC_URI_append_virtclass-nativesdk = "\ | ||
46 | ${@base_contains('DISTRO_FEATURES', 'x11', '${QEMUGLPATCHES} file://glflags.patch', '', d)} \ | ||
47 | " | ||
48 | SRC_URI[md5sum] = "34f17737baaf1b3495c89cd6d4a607ed" | 27 | SRC_URI[md5sum] = "34f17737baaf1b3495c89cd6d4a607ed" |
49 | SRC_URI[sha256sum] = "7705b14d9b8e4df4a0b1790980e618084261e8daef0672a1aa7a830a0f3db5ba" | 28 | SRC_URI[sha256sum] = "7705b14d9b8e4df4a0b1790980e618084261e8daef0672a1aa7a830a0f3db5ba" |
50 | 29 | ||