diff options
author | Ross Burton <ross.burton@arm.com> | 2024-09-13 17:06:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-20 14:02:25 +0100 |
commit | 25d561e17c0b3e0144bb2bc7d89024c8a4371941 (patch) | |
tree | 370d517e01108b991d790cb4de45f2f834086612 /meta-yocto-bsp | |
parent | fa9763dfe21e89e181a80d7350d8525f2403ee5a (diff) | |
download | poky-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>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericarm64.conf | 1 |
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 | ||
13 | KERNEL_IMAGETYPE = "Image" | 13 | KERNEL_IMAGETYPE = "Image" |
14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
15 | PREFERRED_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 |
18 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" | 17 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" |