blob: 7a33505b55bc292d8f96ba2ffad6c58c9b66d41e [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001KBRANCH:genericx86 = "v5.15/standard/base"
2KBRANCH:genericx86-64 = "v5.15/standard/base"
Andrew Geissler595f6302022-01-24 19:11:47 +00003KBRANCH:beaglebone-yocto = "v5.15/standard/beaglebone"
4
5KMACHINE:genericx86 ?= "common-pc"
6KMACHINE:genericx86-64 ?= "common-pc-64"
7KMACHINE:beaglebone-yocto ?= "beaglebone"
8
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05009SRCREV_machine:genericx86 ?= "024d08fb706170a9723e9751e505681f9d4c7ab6"
10SRCREV_machine:genericx86-64 ?= "024d08fb706170a9723e9751e505681f9d4c7ab6"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050011SRCREV_machine:beaglebone-yocto ?= "26aee42556a000123129552b73de6bf2ac039034"
Andrew Geissler595f6302022-01-24 19:11:47 +000012
13COMPATIBLE_MACHINE:genericx86 = "genericx86"
14COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
Andrew Geissler595f6302022-01-24 19:11:47 +000015COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
16
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050017LINUX_VERSION:genericx86 = "5.15.103"
18LINUX_VERSION:genericx86-64 = "5.15.103"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050019LINUX_VERSION:beaglebone-yocto = "5.15.103"