mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
conf/machine: set preferred kernel to be 6.4
(From OE-Core rev: b544e62827d2a3606fbc886ea520256c948e197c) (From OE-Core rev: 505ea7fe653d4c61f348e737c409d43bb490ee4f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
05affd7d0d
commit
ad9b04b051
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
# kernel-related variables
|
||||
#
|
||||
PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ??= "6.1%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "6.4%"
|
||||
|
||||
#
|
||||
# XSERVER subcomponents, used to build the XSERVER variable
|
||||
|
||||
@@ -16,5 +16,5 @@ QB_GRAPHICS = "-device virtio-gpu-pci"
|
||||
QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd"
|
||||
QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ??= "6.1%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "6.4%"
|
||||
KMACHINE:qemuarmv5 = "arm-versatile-926ejs"
|
||||
|
||||
Reference in New Issue
Block a user