[oe-commits] Bruce Ashfield : linux-yocto-tiny: set default branch

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 09:50:54 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 07e422138b89e4f4a0cc911db70e2ce953b7623b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=07e422138b89e4f4a0cc911db70e2ce953b7623b

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Sun Aug 19 00:18:19 2012 -0400

linux-yocto-tiny: set default branch

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 at windriver.com>

---

 meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
index 6d0550c..38a4e6c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
@@ -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"
 





More information about the Openembedded-commits mailing list