diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-09-10 01:08:21 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-11 11:31:57 +0100 |
commit | fe45e88793950fae970c6abb4198f6f81b61deb4 (patch) | |
tree | 3f30d0bbb9bd6b0a46562da12529f919c32e0aa4 /meta-yocto-bsp | |
parent | ac337dab5b3c387af749b138514efe341afc27cc (diff) | |
download | poky-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>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend | 10 |
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 @@ | |||
1 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" | ||
2 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | ||
3 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | ||
4 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | ||
5 | |||
6 | KMACHINE:beaglebone-yocto ?= "beaglebone" | ||
7 | KMACHINE:genericx86 ?= "common-pc" | ||
8 | KMACHINE:genericx86-64 ?= "common-pc-64" | ||
9 | |||
10 | KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64" | ||