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 <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andrea Adami
2012-08-12 21:20:49 +00:00
committed by Koen Kooi
parent 5b2b72da34
commit 2c89991a1a
@@ -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 = ""