The arm-tiny reference picked up a cut and paste error from 4.15. While the SRCREV is correct, the KBRANCH is not. We fix that by making it match the 4.19 reality.
Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> --- meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb index 8506f7c880ad..d3c6f12352f7 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb @@ -1,5 +1,5 @@ KBRANCH ?= "v4.19/standard/tiny/base" -KBRANCH_qemuarm ?= "v4.15/standard/tiny/arm-versatile-926ejs" +KBRANCH_qemuarm ?= "v4.19/standard/tiny/arm-versatile-926ejs" LINUX_KERNEL_TYPE = "tiny" KCONFIG_MODE = "--allnoconfig" -- 2.5.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core