summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-04-09 11:37:53 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-10 13:46:17 +0100
commit74e7a82bce9344c7659042751af8068c1f4c470c (patch)
treedf7c3adcd6093bca3b0b97b1cff25bb03feaba83 /meta/recipes-kernel
parent87769f2074dfe1861fa1d96e28194d9c22f9dc6f (diff)
downloadpoky-74e7a82bce9344c7659042751af8068c1f4c470c.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1KBRANCH ?= "v4.18/standard/tiny/base" 1KBRANCH ?= "v4.18/standard/tiny/base"
2KBRANCH_qemuarm ?= "v4.15/standard/tiny/arm-versatile-926ejs" 2KBRANCH_qemuarm ?= "v4.18/standard/tiny/arm-versatile-926ejs"
3 3
4LINUX_KERNEL_TYPE = "tiny" 4LINUX_KERNEL_TYPE = "tiny"
5KCONFIG_MODE = "--allnoconfig" 5KCONFIG_MODE = "--allnoconfig"