summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-08-19 00:18:19 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-19 10:45:59 +0100
commitb96c38820a0a4c2a1e465387dfff146f87c64c46 (patch)
tree25222963bda590476b60ef86ad678f4e9044c57c /meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
parent926092bf39740c26c204ca521ab16b03a0ee7097 (diff)
downloadpoky-b96c38820a0a4c2a1e465387dfff146f87c64c46.tar.gz
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. (From OE-Core rev: 07e422138b89e4f4a0cc911db70e2ce953b7623b) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb3
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 6d0550c0cb..38a4e6cd1a 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
3# We need lzma (as CONFIG_KERNEL_LZMA=y) 3# We need lzma (as CONFIG_KERNEL_LZMA=y)
4DEPENDS += "xz-native" 4DEPENDS += "xz-native"
5 5
6KBRANCH = "standard/tiny" 6KBRANCH_DEFAULT = "standard/tiny"
7KBRANCH = "${KBRANCH_DEFAULT}"
7LINUX_KERNEL_TYPE = "tiny" 8LINUX_KERNEL_TYPE = "tiny"
8KCONFIG_MODE = "--allnoconfig" 9KCONFIG_MODE = "--allnoconfig"
9 10