From: Bruce Ashfield Date: Tue, 9 Apr 2019 15:37:53 +0000 (-0400) Subject: linux-yocto-tiny/4.18: point KBRANCH to 4.18 X-Git-Tag: 2018-10.4-thud~124 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d761b2ae95a84f353c4132bc9b0506c4a4b4c73f;p=openembedded-core.git 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] Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb index 0be7f0889a..f4bb49a60d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb @@ -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"