aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-02-14 22:15:53 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-19 01:48:45 +0100
commitcb4ac55a33d1964042ee9a3d277ea10573e23664 (patch)
tree46560958c3fa61b726ea6bec69d5b1d33abf4b53 /meta-initramfs/recipes-bsp
parent6033ea7c61de16bf00f7b9c380494b846699f024 (diff)
downloadmeta-openembedded-contrib-cb4ac55a33d1964042ee9a3d277ea10573e23664.tar.gz
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>
Diffstat (limited to 'meta-initramfs/recipes-bsp')
-rw-r--r--meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
index 7e617adbdf..e706ea8f37 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
@@ -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 = ""