From patchwork Thu Feb 14 22:15:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, meta-initramfs] initramfs-kexecboot-image: update IMAGE_INSTALL after mtd-utils split Date: Thu, 14 Feb 2013 22:15:53 -0000 From: Andrea Adami X-Patchwork-Id: 44681 Message-Id: <1360880153-8526-1-git-send-email-andrea.adami@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andrea Adami --- meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index 7e617ad..01e5b84 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb @@ -9,9 +9,9 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" # avoid circular dependencies EXTRA_IMAGEDEPENDS = "" -# for ubiattach we have to install full mtd-utils (>700KiB) +# for ubiattach we have to install mtd-utils-ubifs # or use ubiattach-klibc instead -IMAGE_INSTALL = "kexec kexecboot mtd-utils" +IMAGE_INSTALL = "kexec kexecboot mtd-utils-ubifs" # Do not pollute the initrd image with rootfs features IMAGE_FEATURES = ""