diff options
-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 | ||