From 5c021b4550f77ddc7d32664a08e46ba69d16c2c7 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Wed, 10 May 2017 14:17:33 +0200 Subject: qemu: Upgrade to 2.6.0 (From OE-Core rev: 6c18103e43fd593724f4317a1453a72b0feb6989) This patch is backported from upstream morty branch: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=morty&id=ff35bfa2420f30cb79995fb4808175b447967c07 Signed-off-by: Marek Vasut Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Sona Sarmadi Signed-off-by: Adrian Dudau --- meta/recipes-devtools/qemu/qemu_2.6.0.bb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu_2.6.0.bb (limited to 'meta/recipes-devtools/qemu/qemu_2.6.0.bb') diff --git a/meta/recipes-devtools/qemu/qemu_2.6.0.bb b/meta/recipes-devtools/qemu/qemu_2.6.0.bb new file mode 100644 index 0000000000..837e6aef6b --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu_2.6.0.bb @@ -0,0 +1,30 @@ +require qemu.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ + file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" + +SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ + file://qemu-enlarge-env-entry-size.patch \ + file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \ + file://no-valgrind.patch \ + file://pathlimit.patch \ + file://CVE-2016-4439.patch \ + file://CVE-2016-6351_p1.patch \ + file://CVE-2016-6351_p2.patch \ + file://CVE-2016-4002.patch \ + file://CVE-2016-5403.patch \ + file://CVE-2016-4441.patch \ + file://CVE-2016-4952.patch \ + " +SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" + +SRC_URI[md5sum] = "ca3f70b43f093e33e9e014f144067f13" +SRC_URI[sha256sum] = "c9ac4a651b273233d21b8bec32e30507cb9cce7900841febc330956a1a8434ec" + + +COMPATIBLE_HOST_class-target_mips64 = "null" + +do_install_append() { + # Prevent QA warnings about installed ${localstatedir}/run + if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi +} -- cgit v1.2.3-54-g00ecf