initramfs-kexecboot images: install ubiattach for boot from UBI volumes
authorAndrea Adami <andrea.adami@gmail.com>
Mon, 18 Jun 2012 22:58:03 +0000 (22:58 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:21:12 +0000 (08:21 -0800)
(From meta-openembedded rev: 4683b70b14ddd1888267d6b2eba7d31eb7930f2c)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
meta-openembedded/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb

index f306fb5..2368699 100644 (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 = ""
index e81f9ee..e4e52cf 100644 (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"