diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-04-09 11:37:53 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-04-13 13:19:37 -0700 |
commit | d761b2ae95a84f353c4132bc9b0506c4a4b4c73f (patch) | |
tree | 15dbc09c7b239e54246bd05f3b2445d9f7b0479c | |
parent | c4bb2bdbe6f74141f30171dabab49fa5cd45371f (diff) | |
download | openembedded-core-d761b2ae95a84f353c4132bc9b0506c4a4b4c73f.tar.gz openembedded-core-d761b2ae95a84f353c4132bc9b0506c4a4b4c73f.tar.bz2 openembedded-core-d761b2ae95a84f353c4132bc9b0506c4a4b4c73f.zip |
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 <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | 2 |
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 @@ 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" |