initramfs-kexecboot-image: update IMAGE_INSTALL after mtd-utils split

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andrea Adami 2013-02-14 22:15:53 +00:00 committed by Martin Jansa
parent 6033ea7c61
commit cb4ac55a33

View File

@ -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 = ""