1KBRANCH:genericx86  = "standard/base"
2KBRANCH:genericx86-64  = "standard/base"
3KBRANCH:edgerouter = "standard/edgerouter"
4KBRANCH:beaglebone-yocto = "standard/beaglebone"
5
6KMACHINE:genericx86 ?= "common-pc"
7KMACHINE:genericx86-64 ?= "common-pc-64"
8KMACHINE:beaglebone-yocto ?= "beaglebone"
9
10COMPATIBLE_MACHINE:genericx86 = "genericx86"
11COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
12COMPATIBLE_MACHINE:edgerouter = "edgerouter"
13COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
14