mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
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:
committed by
Richard Purdie
parent
d513ab8c78
commit
406f6addb4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user