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/conf/distro/include/tcmode-default.inc | |
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/conf/distro/include/tcmode-default.inc')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 9abd121e3a..59b226e62f 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -22,7 +22,7 @@ BINUVERSION ?= "2.39%" | |||
22 | GDBVERSION ?= "12.%" | 22 | GDBVERSION ?= "12.%" |
23 | GLIBCVERSION ?= "2.36" | 23 | GLIBCVERSION ?= "2.36" |
24 | LINUXLIBCVERSION ?= "5.19%" | 24 | LINUXLIBCVERSION ?= "5.19%" |
25 | QEMUVERSION ?= "7.0%" | 25 | QEMUVERSION ?= "7.1%" |
26 | GOVERSION ?= "1.19%" | 26 | GOVERSION ?= "1.19%" |
27 | # This can not use wildcards like 8.0.% since it is also used in mesa to denote | 27 | # This can not use wildcards like 8.0.% since it is also used in mesa to denote |
28 | # llvm version being used, so always bump it with llvm recipe version bump | 28 | # llvm version being used, so always bump it with llvm recipe version bump |