summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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