From 7f9dd77eaeaf586c88ee1b5f4f5ee0439612b964 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 23 Jan 2024 21:27:08 +0000 Subject: 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 --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/distro/include/tcmode-default.inc') diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 3720a4c5b8..a12b202e43 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -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%" -- cgit v1.2.3-54-g00ecf