blob: a90958f546e90e566cd6c7b3b41e4bd600ab8119 [file] [log] [blame]
Patrick Williams213cb262021-08-07 19:21:33 -05001KBRANCH: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
Patrick Williams213cb262021-08-07 19:21:33 -05006KMACHINE:genericx86 ?= "common-pc"
7KMACHINE:genericx86-64 ?= "common-pc-64"
8KMACHINE:beaglebone-yocto ?= "beaglebone"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009
Patrick Williams213cb262021-08-07 19:21:33 -050010COMPATIBLE_MACHINE:genericx86 = "genericx86"
11COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
12COMPATIBLE_MACHINE:edgerouter = "edgerouter"
13COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"