Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 1 | KBRANCH:genericx86 = "standard/base" |
| 2 | KBRANCH:genericx86-64 = "standard/base" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 3 | KBRANCH:beaglebone-yocto = "standard/beaglebone" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 4 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 5 | KMACHINE:genericx86 ?= "common-pc" |
| 6 | KMACHINE:genericx86-64 ?= "common-pc-64" |
| 7 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 8 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 9 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
| 10 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 11 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |