From: Bruce Ashfield Date: Mon, 21 Jan 2019 17:26:51 +0000 (-0500) Subject: linux-yocto/4.19: fix qemuarm KBRANCH specification X-Git-Tag: uninative-2.4~561 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a105af42640a1d022ba43fab37ecb27ceb800183;p=openembedded-core.git linux-yocto/4.19: fix qemuarm KBRANCH specification 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 Signed-off-by: Richard Purdie --- 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 8506f7c880..d3c6f12352 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"