diff options
author | Peter A. Bigot <bigotp@acm.org> | 2011-11-09 12:52:54 -0600 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-09 20:25:02 +0100 |
commit | 2cd35f07bfcb6ea76f329d6f278a7d7e98c5d79a (patch) | |
tree | 4198ffcccdca8f65fcf2b1fb3822a7836d66c74e /classes | |
parent | 6bee403caca5a5daeae8187c6a53fe551b11e111 (diff) | |
download | meta-ti-2cd35f07bfcb6ea76f329d6f278a7d7e98c5d79a.tar.gz |
sdcard_image: add dependency on native ext2 utilities
Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'classes')
-rw-r--r-- | 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 f7251f50..531b4192 100644 --- a/classes/sdcard_image.bbclass +++ b/classes/sdcard_image.bbclass | |||
@@ -3,6 +3,9 @@ inherit image | |||
3 | # Add the fstypes we need | 3 | # Add the fstypes we need |
4 | IMAGE_FSTYPES_append = " tar.bz2 sdimg" | 4 | IMAGE_FSTYPES_append = " tar.bz2 sdimg" |
5 | 5 | ||
6 | # Ensure required utilities are present | ||
7 | IMAGE_DEPENDS_sdimg = "genext2fs-native e2fsprogs-native" | ||
8 | |||
6 | # Change this to match your host distro | 9 | # Change this to match your host distro |
7 | LOSETUP ?= "/sbin/losetup" | 10 | LOSETUP ?= "/sbin/losetup" |
8 | 11 | ||