[oe-commits] Andrea Adami : initramfs-kexecboot-image: update IMAGE_INSTALL after mtd-utils split

git at git.openembedded.org git at git.openembedded.org
Tue Feb 19 00:49:21 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: cb4ac55a33d1964042ee9a3d277ea10573e23664
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=cb4ac55a33d1964042ee9a3d277ea10573e23664

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Feb 14 22:15:53 2013 +0000

initramfs-kexecboot-image: update IMAGE_INSTALL after mtd-utils split

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../images/initramfs-kexecboot-image.bb            |    4 ++--
 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 7e617ad..e706ea8 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 = ""





More information about the Openembedded-commits mailing list