summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
index fd5c9f7696..bad6b8f4eb 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -3,8 +3,7 @@ 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_DEFAULT = "standard/tiny/base" 6KBRANCH ?= "standard/tiny/base"
7KBRANCH = "${KBRANCH_DEFAULT}"
8LINUX_KERNEL_TYPE = "tiny" 7LINUX_KERNEL_TYPE = "tiny"
9KCONFIG_MODE = "--allnoconfig" 8KCONFIG_MODE = "--allnoconfig"
10 9