xref: /openbmc/openbmc/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend (revision 44b3caf2214045a1492e7aa14e808ac6312930e1)
1KBRANCH:genericx86  = "standard/base"
2KBRANCH:genericx86-64  = "standard/base"
3KBRANCH:beaglebone-yocto = "standard/beaglebone"
4
5KMACHINE:genericarm64 ?= "genericarm64"
6KMACHINE:genericx86 ?= "common-pc"
7KMACHINE:genericx86-64 ?= "common-pc-64"
8KMACHINE:beaglebone-yocto ?= "beaglebone"
9
10COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
11COMPATIBLE_MACHINE:genericx86 = "genericx86"
12COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
13COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
14