mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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:
committed by
Richard Purdie
parent
18ac0e2cee
commit
0e75cee6fb
@@ -1,4 +1,4 @@
|
||||
KBRANCH ?= "v4.14/standard/tiny/common-pc"
|
||||
KBRANCH ?= "v4.14/standard/tiny/base"
|
||||
LINUX_KERNEL_TYPE = "tiny"
|
||||
KCONFIG_MODE = "--allnoconfig"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
KBRANCH ?= "v4.18/standard/tiny/common-pc"
|
||||
KBRANCH ?= "v4.18/standard/tiny/base"
|
||||
LINUX_KERNEL_TYPE = "tiny"
|
||||
KCONFIG_MODE = "--allnoconfig"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user