summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.8.0.bb
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2017-01-31 16:10:24 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-05 09:22:16 +0000
commit8bf3f386f989ec9323c8399d1899d8b834e5ca94 (patch)
tree5d2f8e44a11e901e1173e36c6debcc1953d4507a /meta/recipes-devtools/qemu/qemu_2.8.0.bb
parentf27ce57b99c5b12df8aca065769d114cf060c044 (diff)
downloadpoky-8bf3f386f989ec9323c8399d1899d8b834e5ca94.tar.gz
qemu: Upgrade to 2.8.0
Added patches: - target-ppc-fix-user-mode.patch Rebased patches: - exclude-some-arm-EABI-obsolete-syscalls.patc Removed patches (already in upstream): - 0003-fix-CVE-2016-7908.patch - 0004-fix-CVE-2016-7909.patch - 0001-target-mips-add-24KEc-CPU-definition.patch Changelog, http://wiki.qemu.org/ChangeLog/2.8 (From OE-Core rev: ab7eb1c896e4ba38b6c16acae3d25534296f62b8) 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>
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}