]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
conf/qemu: bump preferred kernel version to 6.1
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 24 Jan 2023 21:59:47 +0000 (16:59 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jan 2023 22:22:37 +0000 (22:22 +0000)
6.1 has been soaking for a while now, so it is time to bump the
default qemu version to 6.1 and prepare to remove 5.19.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/conf/machine/include/x86/x86-base.inc
meta/conf/machine/qemuarmv5.conf

index 4052eacdb5b16232615bf42e6fd8ab1357dc0a57..c3cc0dbff61ec9baa2242675cefef2f0d080fec2 100644 (file)
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
 # kernel-related variables
 #
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ??= "5.19%"
+PREFERRED_VERSION_linux-yocto ??= "6.1%"
 
 #
 # XSERVER subcomponents, used to build the XSERVER variable
index fe6c0117a88fbb21a620a312496dc67ecb0d4bc7..6e59e42c3ab8670c9df57e5c487b5a0d72c2feaa 100644 (file)
@@ -17,5 +17,5 @@ QB_GRAPHICS = "-device virtio-gpu-pci"
 QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd"
 QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
 
-PREFERRED_VERSION_linux-yocto ??= "5.19%"
+PREFERRED_VERSION_linux-yocto ??= "6.1%"
 KMACHINE:qemuarmv5 = "arm-versatile-926ejs"