From 2c89991a1a682faea4eb31246508e789364464ca Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 12 Aug 2012 21:20:49 +0000 Subject: initramfs-kexecboot-image: fix dependency chain was: ['ubiattach'] * 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 Signed-off-by: Koen Kooi --- meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-initramfs/recipes-bsp') diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index 236869975..33ceca43e 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 = "" -- cgit v1.2.3-54-g00ecf