1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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: f3d3f320b846a56d52d8f5f073db5b37e6f3ba50)

Signed-off-by: Bruce Ashfield <bruce.ashfield@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 87769f2074
commit 74e7a82bce
@@ -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"