blob: 6e5a129dd41cade3cd4454f76ca654d226cb2877 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001KBRANCH_genericx86 = "standard/base"
2KBRANCH_genericx86-64 = "standard/base"
3KBRANCH_edgerouter = "standard/edgerouter"
4KBRANCH_beaglebone-yocto = "standard/beaglebone"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005
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"