summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-09-10 01:08:21 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-11 11:31:57 +0100
commitfe45e88793950fae970c6abb4198f6f81b61deb4 (patch)
tree3f30d0bbb9bd6b0a46562da12529f919c32e0aa4
parentac337dab5b3c387af749b138514efe341afc27cc (diff)
downloadpoky-fe45e88793950fae970c6abb4198f6f81b61deb4.tar.gz
yocto-bsp: introduce 6.16 bbappend
Adding support for our remaining reference boards with the 6.16 kernel by introducing this bbappend. We no longer need the patches in the 6.12 kernel bbappend as they've been pulled into the kernel tree itself. (From meta-yocto rev: 701ce3b9f197ee957a8853d4f41f040e90ff39fa) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend
new file mode 100644
index 0000000000..d28ea78e5c
--- /dev/null
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend
@@ -0,0 +1,10 @@
1COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
2COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
3COMPATIBLE_MACHINE:genericx86 = "genericx86"
4COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
5
6KMACHINE:beaglebone-yocto ?= "beaglebone"
7KMACHINE:genericx86 ?= "common-pc"
8KMACHINE:genericx86-64 ?= "common-pc-64"
9
10KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64"