mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
conf/machine: bump qemu preferred versions to 5.13
5.13 is the latest reference kernel, so let's make it the default. (From OE-Core rev: a7ebb5053a5dd7d0989a15cc4dee7116d3ef0948) 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
1ce72e983c
commit
5d0464b17f
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
# kernel-related variables
|
||||
#
|
||||
PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.10%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.13%"
|
||||
|
||||
#
|
||||
# XSERVER subcomponents, used to build the XSERVER variable
|
||||
|
||||
@@ -14,7 +14,7 @@ QB_SYSTEM_NAME = "qemu-system-arm"
|
||||
QB_MACHINE = "-machine versatilepb"
|
||||
QB_KERNEL_CMDLINE_APPEND = "vmalloc=256"
|
||||
QB_OPT_APPEND = "-usb -device usb-tablet"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.10%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.13%"
|
||||
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