From: Bruce Ashfield Date: Mon, 17 Dec 2018 03:38:16 +0000 (-0500) Subject: linux-yocto/tiny: switch default branch to standard/tiny/base X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15851 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc11aab60e7561d764c56808277b47e7bb40c6c0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- 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 df8510fadaa..b67b80c0cbd 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 @@ -KBRANCH ?= "v4.14/standard/tiny/common-pc" +KBRANCH ?= "v4.14/standard/tiny/base" LINUX_KERNEL_TYPE = "tiny" KCONFIG_MODE = "--allnoconfig" 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 e94dcd5bb34..bb31d3dd668 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 @@ -KBRANCH ?= "v4.18/standard/tiny/common-pc" +KBRANCH ?= "v4.18/standard/tiny/base" LINUX_KERNEL_TYPE = "tiny" KCONFIG_MODE = "--allnoconfig"