diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-06-18 22:58:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-20 13:37:30 +0200 |
commit | 4683b70b14ddd1888267d6b2eba7d31eb7930f2c (patch) | |
tree | e838180ffa6b66e6ec17bfac686cc91bc6e051ea /meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | |
parent | 43010e86aa505afa878a9a8797db59b7cfd81ac6 (diff) |
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>
Diffstat (limited to 'meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb')
-rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index f306fb5..2368699 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb @@ -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 = "" |