mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
conf/machine: bump qemu preferred versions to 5.10
(From OE-Core rev: 804749e401bff95524e749dac5fca722e7047a2d) 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
e4e3a328b6
commit
b3a1873010
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
# kernel-related variables
|
||||
#
|
||||
PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.8%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.10%"
|
||||
|
||||
#
|
||||
# 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 = "console=ttyAMA0,115200 console=tty vmalloc=256"
|
||||
QB_OPT_APPEND = "-usb -device usb-tablet"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.8%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.10%"
|
||||
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