diff options
-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" | ||