Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 1 | KBRANCH_genericx86 = "standard/base" |
| 2 | KBRANCH_genericx86-64 = "standard/base" |
| 3 | |
| 4 | KMACHINE_genericx86 ?= "common-pc" |
| 5 | KMACHINE_genericx86-64 ?= "common-pc-64" |
| 6 | KBRANCH_edgerouter = "standard/edgerouter" |
| 7 | KBRANCH_beaglebone = "standard/beaglebone" |
| 8 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" |
| 9 | |
| 10 | SRCREV_machine_genericx86 ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6" |
| 11 | SRCREV_machine_genericx86-64 ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6" |
| 12 | SRCREV_machine_edgerouter ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" |
| 13 | SRCREV_machine_beaglebone ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" |
| 14 | SRCREV_machine_mpc8315e-rdb ?= "df00877ef9387b38b9601c82db57de2a1b23ce53" |
| 15 | |
| 16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
| 17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |
| 18 | COMPATIBLE_MACHINE_edgerouter = "edgerouter" |
| 19 | COMPATIBLE_MACHINE_beaglebone = "beaglebone" |
| 20 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" |
| 21 | |
| 22 | LINUX_VERSION_genericx86 = "4.4.3" |
| 23 | LINUX_VERSION_genericx86-64 = "4.4.3" |