mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
(From meta-yocto rev: 1a19e6d4eae26106378d28153db1fd44804770f1) Signed-off-by: Ravula Adhitya Siddartha <adhityax.siddartha.ravula@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
963 B
Plaintext
24 lines
963 B
Plaintext
KBRANCH_genericx86 = "v5.4/standard/base"
|
|
KBRANCH_genericx86-64 = "v5.4/standard/base"
|
|
KBRANCH_edgerouter = "v5.4/standard/edgerouter"
|
|
KBRANCH_beaglebone-yocto = "v5.4/standard/beaglebone"
|
|
|
|
KMACHINE_genericx86 ?= "common-pc"
|
|
KMACHINE_genericx86-64 ?= "common-pc-64"
|
|
KMACHINE_beaglebone-yocto ?= "beaglebone"
|
|
|
|
SRCREV_machine_genericx86 ?= "35826e154ee014b64ccfa0d1f12d36b8f8a75939"
|
|
SRCREV_machine_genericx86-64 ?= "35826e154ee014b64ccfa0d1f12d36b8f8a75939"
|
|
SRCREV_machine_edgerouter ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
|
|
SRCREV_machine_beaglebone-yocto ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
|
|
|
|
COMPATIBLE_MACHINE_genericx86 = "genericx86"
|
|
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
|
|
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
|
|
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
|
|
|
|
LINUX_VERSION_genericx86 = "5.4.219"
|
|
LINUX_VERSION_genericx86-64 = "5.4.219"
|
|
LINUX_VERSION_edgerouter = "5.4.58"
|
|
LINUX_VERSION_beaglebone-yocto = "5.4.58"
|