diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index 1c2ad37fe7..2a30b82b0d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | require recipes-kernel/linux/linux-yocto.inc | 1 | require recipes-kernel/linux/linux-yocto.inc |
| 2 | 2 | ||
| 3 | # We need lzma (as CONFIG_KERNEL_LZMA=y) | ||
| 4 | DEPENDS += "xz-native" | ||
| 5 | |||
| 6 | KBRANCH_DEFAULT = "standard/tiny/base" | 3 | KBRANCH_DEFAULT = "standard/tiny/base" |
| 7 | KBRANCH = "${KBRANCH_DEFAULT}" | 4 | KBRANCH = "${KBRANCH_DEFAULT}" |
| 8 | LINUX_KERNEL_TYPE = "tiny" | 5 | LINUX_KERNEL_TYPE = "tiny" |
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 973970d62a..2bee042775 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
| @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
| 6 | 6 | ||
| 7 | INC_PR = "r4" | 7 | INC_PR = "r4" |
| 8 | 8 | ||
| 9 | DEPENDS += "xz-native bc-native" | ||
| 10 | |||
| 9 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built | 11 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built |
| 10 | # by the kernel. This is typically the branch that should be built, | 12 | # by the kernel. This is typically the branch that should be built, |
| 11 | # and it can be specific to the machine or shared | 13 | # and it can be specific to the machine or shared |
