summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-iota/recipes-core/images/iota-tiny-image.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-iota/recipes-core/images/iota-tiny-image.bb b/meta-iota/recipes-core/images/iota-tiny-image.bb
index 9ea0833..5f480f6 100644
--- a/meta-iota/recipes-core/images/iota-tiny-image.bb
+++ b/meta-iota/recipes-core/images/iota-tiny-image.bb
@@ -12,7 +12,10 @@ LICENSE = "MIT"
IMAGE_LINGUAS = " "
IMAGE_FEATURES += "debug-tweaks"
-IMAGE_FSTYPES += " wic"
+
+IMAGE_CLASSES += "cramfs-xip"
+IMAGE_FSTYPES += " cramfs-xip wic"
+
DEPENDS += "u-boot-mkimage-native"
inherit core-image