aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2019-01-21 12:26:51 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-21 17:40:20 +0000
commita105af42640a1d022ba43fab37ecb27ceb800183 (patch)
tree1154d9aab8b863bdc0a630231d60794575a81a2d
parentf9afa2bb7fe78a0f2223ce32f908c22f2194adfe (diff)
downloadopenembedded-core-contrib-a105af42640a1d022ba43fab37ecb27ceb800183.tar.gz
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 <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb2
1 files changed, 1 insertions, 1 deletions
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"