blob: 8e465c241e84eda744641860ba9c1325583a6d5f [file] [log] [blame]
Patrick Williamsf52e3dd2024-01-26 13:04:43 -06001KBRANCH:genericx86 = "v6.6/standard/base"
2KBRANCH:genericx86-64 = "v6.6/standard/base"
3KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone"
4
5KMACHINE:genericx86 ?= "common-pc"
6KMACHINE:genericx86-64 ?= "common-pc-64"
7KMACHINE:beaglebone-yocto ?= "beaglebone"
8
Patrick Williams73bd93f2024-02-20 08:07:48 -06009SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089"
10SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089"
11SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089"
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060012
13COMPATIBLE_MACHINE:genericx86 = "genericx86"
14COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
15COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
16
Patrick Williams73bd93f2024-02-20 08:07:48 -060017LINUX_VERSION:genericx86 = "6.6.15"
18LINUX_VERSION:genericx86-64 = "6.6.15"
19LINUX_VERSION:beaglebone-yocto = "6.6.15"