[oe-commits] Andrea Adami : initramfs-kexecboot-image: fix dependency chain was: [' ubiattach']

git at git.openembedded.org git at git.openembedded.org
Thu Aug 16 13:25:41 UTC 2012


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Aug 12 21:20:49 2012 +0000

initramfs-kexecboot-image: fix dependency chain was: ['ubiattach']

* unfortunately there is no package-split for the mtd-utils recipe
* to have ubiattach we need to install the full package
* (or use ubiattach-klibc)

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../images/initramfs-kexecboot-image.bb            |    4 +++-
 1 files changed, 3 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 2368699..33ceca4 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
@@ -9,7 +9,9 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
 # avoid circular dependencies
 EXTRA_IMAGEDEPENDS = ""
 
-IMAGE_INSTALL = "kexec kexecboot ubiattach"
+# for ubiattach we have to install full mtd-utils (>700KiB)
+# or use ubiattach-klibc instead
+IMAGE_INSTALL = "kexec kexecboot mtd-utils"
 
 # Do not pollute the initrd image with rootfs features
 IMAGE_FEATURES = ""





More information about the Openembedded-commits mailing list