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.

(From OE-Core rev: a105af42640a1d022ba43fab37ecb27ceb800183)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2019-01-21 12:26:51 -05:00
committed by Richard Purdie
parent d513ab8c78
commit 406f6addb4

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