summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/genericarm64.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-08-06 14:55:53 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-07 15:48:27 +0100
commit1e9f886d76262c74176c8bf8f0691d64b5cc9ceb (patch)
tree428a52902700c92888c2bab631b15bcfb6af66d2 /meta-yocto-bsp/conf/machine/genericarm64.conf
parent33d2c9faf4c7b6a4e1da9f4436071fb5ce16077f (diff)
downloadpoky-1e9f886d76262c74176c8bf8f0691d64b5cc9ceb.tar.gz
yocto-bsp: set temporary preferred version for genericarm64
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. (From meta-yocto rev: 6ba3b6f15bf2460432da3a3aee782976e778381c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/genericarm64.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/genericarm64.conf1
1 files changed, 1 insertions, 0 deletions
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
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%"
15 16
16# Install all the kernel modules into the rootfs 17# Install all the kernel modules into the rootfs
17MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" 18MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"