summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_0.15.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-12-09 19:30:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-12 21:50:20 +0000
commit023368f4006e7fe94a2b0490ed1467b367b9ae28 (patch)
treeb8348b7f40f2714cf5ea34f29b18ee5376408a41 /meta/recipes-devtools/qemu/qemu_0.15.1.bb
parentbd75266ab3c509a3a1eb62ee70074e3b28c9312f (diff)
downloadpoky-023368f4006e7fe94a2b0490ed1467b367b9ae28.tar.gz
qemu-0.15.1: Bump recipes from 0.15.0 to 0.15.1
No other changes (except checksum updates) then git mv were needed (From OE-Core rev: 48b56cf4912d2ec324d18391865940b675a72c1e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_0.15.1.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_0.15.1.bb43
1 files changed, 43 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_0.15.1.bb b/meta/recipes-devtools/qemu/qemu_0.15.1.bb
new file mode 100644
index 0000000000..7eea9242dd
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu_0.15.1.bb
@@ -0,0 +1,43 @@
1require qemu.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
4 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
5
6FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
7FILESDIR = "${WORKDIR}"
8
9SRC_URI = "\
10 http://wiki.qemu.org/download/qemu-${PV}.tar.gz \
11 file://powerpc_rom.bin \
12 file://no-strip.patch \
13 file://linker-flags.patch \
14 file://qemu-vmware-vga-depth.patch \
15 file://fix-configure-checks.patch \
16 file://fallback-to-safe-mmap_min_addr.patch \
17 file://larger_default_ram_size.patch \
18 file://arm-bgr.patch \
19 "
20
21# Only use the GL passthrough patches for native/nativesdk versions
22QEMUGLPATCHES = "\
23 file://qemu-git-qemugl-host.patch \
24 file://fix-nogl.patch \
25 file://qemugl-allow-glxcontext-release.patch \
26 file://init-info.patch \
27 file://enable-i386-linux-user.patch \
28 file://qemugl-fix.patch \
29 file://opengl-sdl-fix.patch \
30 "
31
32SRC_URI_append_virtclass-native = "\
33 ${QEMUGLPATCHES} \
34 "
35
36SRC_URI_append_virtclass-nativesdk = "\
37 ${QEMUGLPATCHES} \
38 file://glflags.patch \
39 "
40SRC_URI[md5sum] = "34f17737baaf1b3495c89cd6d4a607ed"
41SRC_URI[sha256sum] = "7705b14d9b8e4df4a0b1790980e618084261e8daef0672a1aa7a830a0f3db5ba"
42
43S = "${WORKDIR}/qemu-${PV}"