summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu-native_7.1.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-08 21:59:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-09 14:09:01 +0100
commit9040d46f59643270695afdb093e8b403b89b898a (patch)
treece3662d2d9015de6b7f1ae7f68f48c79d87da32a /meta/recipes-devtools/qemu/qemu-native_7.1.0.bb
parentc3f4b8195420d755fa75fd408be9fd89b555a046 (diff)
downloadpoky-9040d46f59643270695afdb093e8b403b89b898a.tar.gz
qemu: Upgrade 7.0.0 -> 7.1.0
Drop CVE backports and backported patch for pvrdma which was also applied upstream. Refresh cross.patch. Drop vnc-png option removed upstream. Update ptest path manipulations for target. qmp now has consists of multiple files so install them all as a python module. The upgrade contains fixes for virtio block devices which we hope will address vda device tracebacks on the autobuilder from qemu. (From OE-Core rev: e94d182889ca3c02df913c59f0b66b228ffe588c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-native_7.1.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu-native_7.1.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-native_7.1.0.bb b/meta/recipes-devtools/qemu/qemu-native_7.1.0.bb
new file mode 100644
index 0000000000..a94dc0b61e
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu-native_7.1.0.bb
@@ -0,0 +1,9 @@
1BPN = "qemu"
2
3DEPENDS = "glib-2.0-native zlib-native ninja-native meson-native"
4
5require qemu-native.inc
6
7EXTRA_OECONF:append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-blobs --disable-guest-agent"
8
9PACKAGECONFIG ??= "pie"