summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.8.0.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2017-05-10 14:17:36 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-05-11 15:29:40 +0200
commitdcc07572fde318e470952fa2a984fcee301c09bf (patch)
tree8022bd61061ba64c3ca16cec0909918ee8f4523b /meta/recipes-devtools/qemu/qemu_2.8.0.bb
parent947f79967f2658bff158e3903305e481b8d34553 (diff)
downloadpoky-dcc07572fde318e470952fa2a984fcee301c09bf.tar.gz
qemu: Upgrade to 2.8.0
Added patches: - target-ppc-fix-user-mode.patch - qemu-2.5.0-cflags.patch Rebased patches: - exclude-some-arm-EABI-obsolete-syscalls.patc Removed patches: - Qemu-Arm-versatilepb-Add-memory-size-checking.patch Changelog: http://wiki.qemu.org/ChangeLog/2.8 This patch is backported from: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=pyro&id=8bf3f386f989ec9323c8399d1899d8b834e5ca94 Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.8.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.8.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.8.0.bb b/meta/recipes-devtools/qemu/qemu_2.8.0.bb
new file mode 100644
index 0000000000..e0527a8fd9
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu_2.8.0.bb
@@ -0,0 +1,25 @@
1require qemu.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
4 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
5
6SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
7 file://qemu-enlarge-env-entry-size.patch \
8 file://no-valgrind.patch \
9 file://pathlimit.patch \
10 file://qemu-2.5.0-cflags.patch \
11 file://target-ppc-fix-user-mode.patch \
12"
13
14SRC_URI =+ "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
15
16SRC_URI[md5sum] = "17940dce063b6ce450a12e719a6c9c43"
17SRC_URI[sha256sum] = "dafd5d7f649907b6b617b822692f4c82e60cf29bc0fc58bc2036219b591e5e62"
18
19COMPATIBLE_HOST_mipsarchn32 = "null"
20COMPATIBLE_HOST_mipsarchn64 = "null"
21
22do_install_append() {
23 # Prevent QA warnings about installed ${localstatedir}/run
24 if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
25}