mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
conf/machine: bump qemu preferred versions to 5.14
5.14 is the latest reference kernel, so let's make it the default. (From OE-Core rev: af19c44c4af68568de2ddb5c11d8ad34ac600522) 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
99fcf48327
commit
c744decea1
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
# kernel-related variables
|
||||
#
|
||||
PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.13%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.14%"
|
||||
|
||||
#
|
||||
# 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.13%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.14%"
|
||||
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