mirror of
https://git.yoctoproject.org/poky
synced 2026-06-11 04:19:50 +00:00
conf/machine: bump qemu preferred versions to 5.15
5.14 has been removed from the active kernel list, so we make 5.15 the new default. (From OE-Core rev: 24fb6a22332f746e3bef89ff8e5719838f0ed8b5) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d9e0a6b999
commit
51c1d24805
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
# kernel-related variables
|
||||
#
|
||||
PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.14%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.15%"
|
||||
|
||||
#
|
||||
# XSERVER subcomponents, used to build the XSERVER variable
|
||||
|
||||
@@ -15,7 +15,7 @@ QB_MACHINE = "-machine versatilepb"
|
||||
QB_KERNEL_CMDLINE_APPEND = "vmalloc=256"
|
||||
QB_GRAPHICS = "-device virtio-gpu-pci"
|
||||
QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.14%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.15%"
|
||||
QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
|
||||
|
||||
KMACHINE:qemuarmv5 = "qemuarm"
|
||||
|
||||
Reference in New Issue
Block a user