]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/tiny: switch default branch to standard/tiny/base
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 17 Dec 2018 03:38:16 +0000 (22:38 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Dec 2018 16:19:29 +0000 (16:19 +0000)
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.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb

index df8510fadaa5ad4367464c076452807a4e2c2b76..b67b80c0cbd45e4e067f087aaeb45c6431d9d860 100644 (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"
 
index e94dcd5bb34faf8c9f810ab694a302f4601ee21a..bb31d3dd6688f5544f29c6798e8f0c0fc16547dc 100644 (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"