]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto-tiny/4.18: point KBRANCH to 4.18
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 9 Apr 2019 15:37:53 +0000 (11:37 -0400)
committerArmin Kuster <akuster808@gmail.com>
Sat, 13 Apr 2019 20:19:37 +0000 (13:19 -0700)
The other kernel versions had the -tiny KBRANCH typo of 4.15
fixed, but 4.18 was missed. So we update the kbranch to the right
version for 4.18 as well.

[YOCTO #13247]

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb

index 0be7f0889ae093d3c248e118099af95600e12b08..f4bb49a60d3f46ad1b77c321ab3807cad1b62ba2 100644 (file)
@@ -1,5 +1,5 @@
 KBRANCH ?= "v4.18/standard/tiny/base"
-KBRANCH_qemuarm  ?= "v4.15/standard/tiny/arm-versatile-926ejs"
+KBRANCH_qemuarm  ?= "v4.18/standard/tiny/arm-versatile-926ejs"
 
 LINUX_KERNEL_TYPE = "tiny"
 KCONFIG_MODE = "--allnoconfig"