diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-12-16 22:38:16 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-18 16:19:33 +0000 |
commit | c7662b687d3ece92eb1612bf550868139503f756 (patch) | |
tree | 8182792daac387c7ff304c64adc11aa6f3b086df /meta/recipes-kernel | |
parent | b30a1f3866ebdb65e87ed95da413ce51c1a1784d (diff) | |
download | poky-c7662b687d3ece92eb1612bf550868139503f756.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb index df8510fada..b67b80c0cb 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | KBRANCH ?= "v4.14/standard/tiny/common-pc" | 1 | KBRANCH ?= "v4.14/standard/tiny/base" |
2 | LINUX_KERNEL_TYPE = "tiny" | 2 | LINUX_KERNEL_TYPE = "tiny" |
3 | KCONFIG_MODE = "--allnoconfig" | 3 | KCONFIG_MODE = "--allnoconfig" |
4 | 4 | ||
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 e94dcd5bb3..bb31d3dd66 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | KBRANCH ?= "v4.18/standard/tiny/common-pc" | 1 | KBRANCH ?= "v4.18/standard/tiny/base" |
2 | LINUX_KERNEL_TYPE = "tiny" | 2 | LINUX_KERNEL_TYPE = "tiny" |
3 | KCONFIG_MODE = "--allnoconfig" | 3 | KCONFIG_MODE = "--allnoconfig" |
4 | 4 | ||