summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-10-30 13:12:27 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-03 17:44:59 +0000
commit1a5c5430534cd43f626dda10c06aaf2aee5a0f1b (patch)
treec6d8c612156eb76527a9ab7198093039ffdfdc8e
parent128ab88c22389add4d38bca56cff3c6381c7a9af (diff)
downloadpoky-1a5c5430534cd43f626dda10c06aaf2aee5a0f1b.tar.gz
yocto-bsp/6.17: introduce kernel bbappend
Adding a 6.17 kernel bbappend so the hardware reference BSPs can be tested against the newer kernel (but it is not the default) (From meta-yocto rev: 4d15f394f8862cca77eb780e7bfcd945f9aae5f4) 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.17.bbappend11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
new file mode 100644
index 0000000000..51b61b1552
--- /dev/null
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
@@ -0,0 +1,11 @@
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"
11SRCREV_machine:genericarm64 ?= "459fdea93914f4db040bd8ebf8bce134a4cd6388"