[oe] [meta-oe][meta-initramfs][PATCH] initramfs-kexecboot-image: fix dependency chain was: ['ubiattach']

Andrea Adami andrea.adami at gmail.com
Sun Aug 12 21:20:49 UTC 2012


* unfortunately there is no package-split for the mtd-utils recipe
* to have ubiattach we need to install the full package
* (or use ubiattach-klibc)

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 .../images/initramfs-kexecboot-image.bb            |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
index 2368699..33ceca4 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
@@ -9,7 +9,9 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
 # avoid circular dependencies
 EXTRA_IMAGEDEPENDS = ""
 
-IMAGE_INSTALL = "kexec kexecboot ubiattach"
+# for ubiattach we have to install full mtd-utils (>700KiB)
+# or use ubiattach-klibc instead
+IMAGE_INSTALL = "kexec kexecboot mtd-utils"
 
 # Do not pollute the initrd image with rootfs features
 IMAGE_FEATURES = ""
-- 
1.7.8.6





More information about the Openembedded-devel mailing list