]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/4.19: fix qemuarm KBRANCH specification
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 21 Jan 2019 17:26:51 +0000 (12:26 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Jan 2019 17:40:20 +0000 (17:40 +0000)
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>
meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb

index 8506f7c880ad793bd60ef18c3992155bcbf15fd4..d3c6f12352f71ca5d2e9c59f249d74e4b3fc5906 100644 (file)
@@ -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"