diff mbox series

[v2,2/2] genericarm64: don't pin to linux 6.6

Message ID 20240913160641.3502335-2-ross.burton@arm.com (mailing list archive)
State New
Headers show
Series [v2,1/2] linux-yocto: add .bbappend for 6.10 | expand

Commit Message

Ross Burton Sept. 13, 2024, 4:06 p.m. UTC
The 6.10 build has been tested on both a BeaglePlay and qemu, so we can
remove the pinning now.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-yocto-bsp/conf/machine/genericarm64.conf | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf
index 8c1b09fdd50..1cb5e46dcf7 100644
--- a/meta-yocto-bsp/conf/machine/genericarm64.conf
+++ b/meta-yocto-bsp/conf/machine/genericarm64.conf
@@ -12,7 +12,6 @@  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"