diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-08 21:59:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-09 14:09:01 +0100 |
commit | 9040d46f59643270695afdb093e8b403b89b898a (patch) | |
tree | ce3662d2d9015de6b7f1ae7f68f48c79d87da32a /meta/recipes-devtools/qemu/qemu-native_7.1.0.bb | |
parent | c3f4b8195420d755fa75fd408be9fd89b555a046 (diff) | |
download | poky-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.bb | 9 |
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 @@ | |||
1 | BPN = "qemu" | ||
2 | |||
3 | DEPENDS = "glib-2.0-native zlib-native ninja-native meson-native" | ||
4 | |||
5 | require qemu-native.inc | ||
6 | |||
7 | EXTRA_OECONF:append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-blobs --disable-guest-agent" | ||
8 | |||
9 | PACKAGECONFIG ??= "pie" | ||