initramfs-kexecboot images: install ubiattach for boot from UBI volumes

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-06-18 22:58:03 +00:00
committed by Koen Kooi
parent 43010e86aa
commit 4683b70b14
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
# avoid circular dependencies
EXTRA_IMAGEDEPENDS = ""
IMAGE_INSTALL = "kexec kexecboot"
IMAGE_INSTALL = "kexec kexecboot ubiattach"
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""

View File

@@ -1,5 +1,5 @@
require initramfs-kexecboot-image.bb
IMAGE_INSTALL = "kexec-klibc kexecboot-klibc"
IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc"
export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"