linux-yocto/tiny: switch default branch to standard/tiny/base

The default KBRANCH for building -tiny should not be machine specific.
In fact, the SRCREVs that have been in place for -tiny have been using
the hashes from tiny/base for some time, but since the machine specific
branches all contain that hash, the mismatch hasn't been spotted.

Setting the default branch to standard/tiny/base makes sure that the
default branch and SRCREVs always match.

(From OE-Core rev: dc11aab60e7561d764c56808277b47e7bb40c6c0)

(From OE-Core rev: 7e11000c348175aabc60cf65d07e61b24d24d396)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2018-12-16 22:38:16 -05:00
committed by Richard Purdie
parent 18ac0e2cee
commit 0e75cee6fb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
KBRANCH ?= "v4.14/standard/tiny/common-pc"
KBRANCH ?= "v4.14/standard/tiny/base"
LINUX_KERNEL_TYPE = "tiny"
KCONFIG_MODE = "--allnoconfig"

View File

@@ -1,4 +1,4 @@
KBRANCH ?= "v4.18/standard/tiny/common-pc"
KBRANCH ?= "v4.18/standard/tiny/base"
LINUX_KERNEL_TYPE = "tiny"
KCONFIG_MODE = "--allnoconfig"