[oe-commits] [openembedded-core] 68/92: linux-yocto/tiny: switch default branch to standard/tiny/base

git at git.openembedded.org git at git.openembedded.org
Tue Jan 8 20:20:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch thud
in repository openembedded-core.

commit 7e11000c348175aabc60cf65d07e61b24d24d396
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Sun Dec 16 22:38:16 2018 -0500

    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 at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 2 +-
 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 df8510f..b67b80c 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 e94dcd5..bb31d3d 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list