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