summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-09-13 17:06:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-20 14:02:25 +0100
commitfa9763dfe21e89e181a80d7350d8525f2403ee5a (patch)
treeb61966f4a7af07b6611d14b0e2b3f1acd8c30db9
parent52ed55e48f4a12ff8cb9e71878c1c95b60aefeb1 (diff)
downloadpoky-fa9763dfe21e89e181a80d7350d8525f2403ee5a.tar.gz
linux-yocto: add .bbappend for 6.10
Only the tested machines are uncommented, so that people don't try to use the untested machines but it's easy to enable them for testing. KBRANCH is no longer set as all of the machines use standard/base, which is the default from the linux-yocto recipe. (From meta-yocto rev: 57de8f6e5085b57dd4ccfab8f0994ae6c4ee55a4) 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/recipes-kernel/linux/linux-yocto_6.10.bbappend19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.10.bbappend
new file mode 100644
index 0000000000..5d80f9d23b
--- /dev/null
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.10.bbappend
@@ -0,0 +1,19 @@
1# COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
2COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
3# COMPATIBLE_MACHINE:genericx86 = "genericx86"
4# COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
5
6KMACHINE:beaglebone-yocto ?= "beaglebone"
7KMACHINE:genericarm64 ?= "genericarm64"
8KMACHINE:genericx86 ?= "common-pc"
9KMACHINE:genericx86-64 ?= "common-pc-64"
10
11SRCREV_machine:beaglebone-yocto = "1025debfd0d40f7f8d0547328bbf50ac543bdeba"
12SRCREV_machine:genericarm64 = "1025debfd0d40f7f8d0547328bbf50ac543bdeba"
13SRCREV_machine:genericx86 = "1025debfd0d40f7f8d0547328bbf50ac543bdeba"
14SRCREV_machine:genericx86-64 = "1025debfd0d40f7f8d0547328bbf50ac543bdeba"
15
16LINUX_VERSION:beaglebone-yocto = "6.10.8"
17LINUX_VERSION:genericarm64 = "6.10.8"
18LINUX_VERSION:genericx86 = "6.10.8"
19LINUX_VERSION:genericx86-64 = "6.10.8"