mirror of
https://git.yoctoproject.org/poky
synced 2026-05-26 15:52:39 +02:00
Build and boot test for the beaglebone and edgerouter. (From meta-yocto rev: db4247b8c95ec997fa90226a49df36d7366c469f) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
478 B
Plaintext
14 lines
478 B
Plaintext
KBRANCH_edgerouter = "v5.4/standard/edgerouter"
|
|
KBRANCH_beaglebone-yocto = "v5.4/standard/beaglebone"
|
|
|
|
KMACHINE_beaglebone-yocto ?= "beaglebone"
|
|
|
|
SRCREV_machine_edgerouter ?= "cdda35317561d2741b396efa623ace0bd2212c16"
|
|
SRCREV_machine_beaglebone-yocto ?= "cdda35317561d2741b396efa623ace0bd2212c16"
|
|
|
|
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
|
|
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
|
|
|
|
LINUX_VERSION_edgerouter = "5.4.15"
|
|
LINUX_VERSION_beaglebone-yocto = "5.4.15"
|