diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/x86/x86-base.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/qemuarmv5.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/x86/x86-base.inc b/meta/conf/machine/include/x86/x86-base.inc index 958b3490e8..44e4b4ec46 100644 --- a/meta/conf/machine/include/x86/x86-base.inc +++ b/meta/conf/machine/include/x86/x86-base.inc | |||
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0" | |||
18 | # kernel-related variables | 18 | # kernel-related variables |
19 | # | 19 | # |
20 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" | 20 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" |
21 | PREFERRED_VERSION_linux-yocto ??= "5.13%" | 21 | PREFERRED_VERSION_linux-yocto ??= "5.14%" |
22 | 22 | ||
23 | # | 23 | # |
24 | # XSERVER subcomponents, used to build the XSERVER variable | 24 | # XSERVER subcomponents, used to build the XSERVER variable |
diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf index 252d6286d8..3c2c4997b9 100644 --- a/meta/conf/machine/qemuarmv5.conf +++ b/meta/conf/machine/qemuarmv5.conf | |||
@@ -15,7 +15,7 @@ QB_MACHINE = "-machine versatilepb" | |||
15 | QB_KERNEL_CMDLINE_APPEND = "vmalloc=256" | 15 | QB_KERNEL_CMDLINE_APPEND = "vmalloc=256" |
16 | QB_GRAPHICS = "-device virtio-gpu-pci" | 16 | QB_GRAPHICS = "-device virtio-gpu-pci" |
17 | QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd" | 17 | QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd" |
18 | PREFERRED_VERSION_linux-yocto ??= "5.13%" | 18 | PREFERRED_VERSION_linux-yocto ??= "5.14%" |
19 | QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}" | 19 | QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}" |
20 | 20 | ||
21 | KMACHINE:qemuarmv5 = "qemuarm" | 21 | KMACHINE:qemuarmv5 = "qemuarm" |