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:04:01 +0000 |
commit | 0f29bd2c267efcb0087d73c38202ba233af636fd (patch) | |
tree | 06d445af27433279a11a491e85569b67664cb1e9 /meta/recipes-devtools/qemu/qemu.inc | |
parent | 21bd406bf89e9ceafe1a807877406be817cacca6 (diff) | |
download | openembedded-core-0f29bd2c267efcb0087d73c38202ba233af636fd.tar.gz openembedded-core-0f29bd2c267efcb0087d73c38202ba233af636fd.tar.bz2 openembedded-core-0f29bd2c267efcb0087d73c38202ba233af636fd.zip |
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
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 inherit autotools ptest BBCLASSEXTEND = "native nativesdk" -PR = "r1" - # QEMU_TARGETS is overridable variable QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc sh4 x86_64" |