From afda1bc2f588937b18ffcbc75e4584d7dd6fcd04 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 26 Aug 2013 21:47:20 +0000 Subject: linux-yocto: add bc-native dependency, and move to linux-yocto.inc As reported by Martin Jansa , the following error happens when building in a minimal environment: | BC kernel/timeconst.h | /bin/sh: bc: command not found | make[3]: *** [kernel/timeconst.h] Error 127 | make[2]: *** [kernel] Error 2 | make[2]: *** Waiting for unfinished jobs.... kernel commit 70730bca [kernel: Replace timeconst.pl with a bc script] added a kernel dependency on bc. To support the build of linux-yocto recipes in these configurations, we add bc-native to the common dependencies. (From OE-Core rev: c888857b060f04b8689f393ec2d77a950da40f5a) Signed-off-by: Bruce Ashfield Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb') 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 @@ require recipes-kernel/linux/linux-yocto.inc -# We need lzma (as CONFIG_KERNEL_LZMA=y) -DEPENDS += "xz-native" - KBRANCH_DEFAULT = "standard/tiny/base" KBRANCH = "${KBRANCH_DEFAULT}" LINUX_KERNEL_TYPE = "tiny" -- cgit v1.2.3-54-g00ecf