mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
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>
This commit is contained in:
parent
fa9763dfe2
commit
25d561e17c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user