Explorar el Código

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>
Bruce Ashfield hace 1 mes
padre
commit
fe45e88793
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend

+ 10 - 0
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"