summaryrefslogtreecommitdiffstats
path: root/classes/sdcard_image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/sdcard_image.bbclass')
-rw-r--r--classes/sdcard_image.bbclass3
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
4IMAGE_FSTYPES_append = " tar.bz2 sdimg" 4IMAGE_FSTYPES_append = " tar.bz2 sdimg"
5 5
6# Ensure required utilities are present
7IMAGE_DEPENDS_sdimg = "genext2fs-native e2fsprogs-native"
8
6# Change this to match your host distro 9# Change this to match your host distro
7LOSETUP ?= "/sbin/losetup" 10LOSETUP ?= "/sbin/losetup"
8 11