mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +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) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b30a1f3866
commit
c7662b687d
@@ -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