diff mbox series

[7/8] yocto-bsp: set temporary preferred version for genericarm64

Message ID 37a605bf6a9c119bf9c2c0995be4b0b4e351d052.1722970092.git.bruce.ashfield@gmail.com
State New
Headers show
Series [1/8] linux-yocto: introduce 6.10 reference kernel | expand

Commit Message

Bruce Ashfield Aug. 6, 2024, 6:55 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

We want to introduce the 6.10 linux-yocto recipe, but genericarm64
hasn't been valided for it yet. As such, let's temporarily set the
preferred version to 6.6 so the builds don't break.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta-yocto-bsp/conf/machine/genericarm64.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf
index 1cb5e46dcf..8c1b09fdd5 100644
--- a/meta-yocto-bsp/conf/machine/genericarm64.conf
+++ b/meta-yocto-bsp/conf/machine/genericarm64.conf
@@ -12,6 +12,7 @@  MACHINE_FEATURES = "acpi alsa bluetooth efi keyboard pci qemu-usermode rtc scree
 
 KERNEL_IMAGETYPE = "Image"
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
+PREFERRED_VERSION_linux-yocto ?= "6.6%"
 
 # Install all the kernel modules into the rootfs
 MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"