diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2017-01-20 16:15:57 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-23 12:05:22 +0000 |
commit | f9c758a2e7a61737b211d1cd5c69cce76174c2b4 (patch) | |
tree | 21ae16b1a82e867c75480a17ea389342a139eea3 /meta/recipes-devtools/qemu/qemu.inc | |
parent | 51b6df76f2640a3de085e75fe14f96668d6af94a (diff) | |
download | poky-f9c758a2e7a61737b211d1cd5c69cce76174c2b4.tar.gz |
qemu: Upgrade to 2.7.1
Minor upgrade contains fixes from 2.7.0.
Removed patches (already in upstream):
- 0001-pci-assign-sync-MSI-MSI-X-cap-and-table-with-PCIDevi.patch
- 0001-virtio-zero-vq-inuse-in-virtio_reset.patch
- 0002-fix-CVE-2016-7423.patch
(From OE-Core rev: 0f29bd2c267efcb0087d73c38202ba233af636fd)
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.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index b46e7f72e2..ac5fcac83e 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -9,8 +9,6 @@ require qemu-targets.inc | |||
9 | inherit autotools ptest | 9 | inherit autotools ptest |
10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
11 | 11 | ||
12 | PR = "r1" | ||
13 | |||
14 | # QEMU_TARGETS is overridable variable | 12 | # QEMU_TARGETS is overridable variable |
15 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc sh4 x86_64" | 13 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc sh4 x86_64" |
16 | 14 | ||