Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 1 | KBRANCH:genericx86 = "v6.6/standard/base" |
| 2 | KBRANCH:genericx86-64 = "v6.6/standard/base" |
| 3 | KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone" |
| 4 | |
| 5 | KMACHINE:genericx86 ?= "common-pc" |
| 6 | KMACHINE:genericx86-64 ?= "common-pc-64" |
| 7 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
| 8 | |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 9 | SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089" |
| 10 | SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089" |
| 11 | SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089" |
Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 12 | |
| 13 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
| 14 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
| 15 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |
| 16 | |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 17 | LINUX_VERSION:genericx86 = "6.6.15" |
| 18 | LINUX_VERSION:genericx86-64 = "6.6.15" |
| 19 | LINUX_VERSION:beaglebone-yocto = "6.6.15" |