mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
qemu: bump linux-yocto preferred version to 5.2
(From OE-Core rev: 0504760978b65627bb265503896bc2dfb0709475) 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
636188943d
commit
456a92116a
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
# kernel-related variables
|
||||
#
|
||||
PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.0%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.2%"
|
||||
|
||||
#
|
||||
# XSERVER subcomponents, used to build the XSERVER variable
|
||||
|
||||
@@ -17,7 +17,7 @@ QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty"
|
||||
QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet"
|
||||
# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
|
||||
QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.0%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.2%"
|
||||
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