From fe45e88793950fae970c6abb4198f6f81b61deb4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 10 Sep 2025 01:08:21 -0400 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../recipes-kernel/linux/linux-yocto_6.16.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend 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 @@ +COMPATIBLE_MACHINE:genericarm64 = "genericarm64" +COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" +COMPATIBLE_MACHINE:genericx86 = "genericx86" +COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" + +KMACHINE:beaglebone-yocto ?= "beaglebone" +KMACHINE:genericx86 ?= "common-pc" +KMACHINE:genericx86-64 ?= "common-pc-64" + +KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64"