Files
poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend
Kevin Hao 46e0391f61 meta-yocto-bsp: Bump to the v5.4 kernel for the non-x86 boards
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>
2020-02-14 13:08:37 +00:00

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"