mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
(From meta-yocto rev: 218b103baafdd85031c6d74eb7ba65f3424b9ff6) Signed-off-by: Rajesh Dangi <rajeshx.dangi@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 ?= "8a59dfded81659402005acfb06fbb00b71c8ce86"
|
|
SRCREV_machine_genericx86-64 ?= "8a59dfded81659402005acfb06fbb00b71c8ce86"
|
|
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.205"
|
|
LINUX_VERSION_genericx86-64 = "5.4.205"
|
|
LINUX_VERSION_edgerouter = "5.4.58"
|
|
LINUX_VERSION_beaglebone-yocto = "5.4.58"
|