1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

conf/qemu: bump preferred kernel version to 6.1

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.

(From OE-Core rev: 91c1f7d4eb9ec5ad683c798812395df3a56747ba)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2023-01-24 16:59:47 -05:00
committed by Richard Purdie
parent 6d31c38c08
commit 24d0d20633
2 changed files with 2 additions and 2 deletions
+1 -1
View 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
+1 -1
View 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"