[meta-ti] sdcard_image: add dependency on native ext2 utilities

Peter A. Bigot bigotp at acm.org
Wed Nov 9 10:52:54 PST 2011


From: "Peter A. Bigot" <bigotp at acm.org>

Signed-off-by: Peter A. Bigot <bigotp at acm.org>
---
 classes/sdcard_image.bbclass |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass
index f7251f5..531b419 100644
--- a/classes/sdcard_image.bbclass
+++ b/classes/sdcard_image.bbclass
@@ -3,6 +3,9 @@ inherit image
 # Add the fstypes we need
 IMAGE_FSTYPES_append = " tar.bz2 sdimg"
 
+# Ensure required utilities are present
+IMAGE_DEPENDS_sdimg = "genext2fs-native e2fsprogs-native"
+
 # Change this to match your host distro
 LOSETUP ?= "/sbin/losetup"
 
-- 
1.7.6.4




More information about the meta-ti mailing list