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 | 44b3caf | 2024-04-12 16:51:14 -0500 | [diff] [blame] | 5 | KMACHINE:genericarm64 ?= "genericarm64" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 6 | KMACHINE:genericx86 ?= "common-pc" |
| 7 | KMACHINE:genericx86-64 ?= "common-pc-64" |
| 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 9 | |
Patrick Williams | 44b3caf | 2024-04-12 16:51:14 -0500 | [diff] [blame] | 10 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 11 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
| 12 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 13 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |