mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
qemu: Upgrade 8.1.2 -> 8.2.0
We can drop the mips workaround patch since there were fixes in 8.2.0. The build system changed and we should drop cross.patch and replace it with explicit settings for cross-prefix, and host-cc. To make that work we need to indicate we don't use a cross pkg-config. PIE isn't availale for mingw so tweak PACKAGECONFIG accordingly. (From OE-Core rev: 8917fa10b8afb1413b34a6134beea129e416f8c6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -22,7 +22,7 @@ BINUVERSION ?= "2.41%"
|
||||
GDBVERSION ?= "14.%"
|
||||
GLIBCVERSION ?= "2.38%"
|
||||
LINUXLIBCVERSION ?= "6.6%"
|
||||
QEMUVERSION ?= "8.1%"
|
||||
QEMUVERSION ?= "8.2%"
|
||||
GOVERSION ?= "1.20%"
|
||||
LLVMVERSION ?= "17.%"
|
||||
RUSTVERSION ?= "1.74%"
|
||||
|
||||
Reference in New Issue
Block a user