]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto-tiny: set default branch
authorBruce Ashfield <bruce.ashfield@windriver.com>
Sun, 19 Aug 2012 04:18:19 +0000 (00:18 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Aug 2012 09:44:19 +0000 (10:44 +0100)
To streamline the creation of build time branches (branches that are
not always present in the upstream kernel repository), linux-yocto-tiny
should specify a default kernel branch. By setting the default branch
(KBRANCH_DEFAULT) and also setting the build branch (KBRANCH) to that
default, the tools will allow the board description to be processed
and no branching forced.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb

index 6d0550c0cb8e29b6bf30247a57628c925a0764b9..38a4e6cd1a569abf4620dbb60f5d061d635fee4d 100644 (file)
@@ -3,7 +3,8 @@ require recipes-kernel/linux/linux-yocto.inc
 # We need lzma (as CONFIG_KERNEL_LZMA=y)
 DEPENDS += "xz-native"
 
-KBRANCH = "standard/tiny"
+KBRANCH_DEFAULT = "standard/tiny"
+KBRANCH = "${KBRANCH_DEFAULT}"
 LINUX_KERNEL_TYPE = "tiny"
 KCONFIG_MODE = "--allnoconfig"