mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
meta/conf: update preferred linux-yocto version to v5.19
v5.19 is the latest reference kernel, we bump our qemu machines to use it by default. (From OE-Core rev: 8f3b5cab696704fdc2060c710e3429859736a63a) 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
39d44df602
commit
5ba3b8619d
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
# kernel-related variables
|
||||
#
|
||||
PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.15%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.19%"
|
||||
|
||||
#
|
||||
# XSERVER subcomponents, used to build the XSERVER variable
|
||||
|
||||
@@ -17,5 +17,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 ??= "5.15%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "5.19%"
|
||||
KMACHINE:qemuarmv5 = "arm-versatile-926ejs"
|
||||
|
||||
Reference in New Issue
Block a user