linux-yocto-tiny/4.18: point KBRANCH to 4.18

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]

(From OE-Core rev: d761b2ae95a84f353c4132bc9b0506c4a4b4c73f)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2019-04-09 11:37:53 -04:00
committed by Richard Purdie
parent a7472df42d
commit 18585c3251

View 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"