summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-09-13 17:06:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-20 14:02:25 +0100
commit25d561e17c0b3e0144bb2bc7d89024c8a4371941 (patch)
tree370d517e01108b991d790cb4de45f2f834086612
parentfa9763dfe21e89e181a80d7350d8525f2403ee5a (diff)
downloadpoky-25d561e17c0b3e0144bb2bc7d89024c8a4371941.tar.gz
genericarm64: don't pin to linux 6.6
The 6.10 build has been tested on both a BeaglePlay and qemu, so we can remove the pinning now. (From meta-yocto rev: d19d6046e96b1c94ee50a6140b1338a50a2cef20) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto-bsp/conf/machine/genericarm64.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf
index 8c1b09fdd5..1cb5e46dcf 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
12 12
13KERNEL_IMAGETYPE = "Image" 13KERNEL_IMAGETYPE = "Image"
14PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 14PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
15PREFERRED_VERSION_linux-yocto ?= "6.6%"
16 15
17# Install all the kernel modules into the rootfs 16# Install all the kernel modules into the rootfs
18MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" 17MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"