summaryrefslogtreecommitdiffstats
path: root/recipes/images/minimal-image-with-mtd-utils.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/minimal-image-with-mtd-utils.bb')
-rw-r--r--recipes/images/minimal-image-with-mtd-utils.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/images/minimal-image-with-mtd-utils.bb b/recipes/images/minimal-image-with-mtd-utils.bb
new file mode 100644
index 0000000000..b778300580
--- /dev/null
+++ b/recipes/images/minimal-image-with-mtd-utils.bb
@@ -0,0 +1,9 @@
+# this image was created for use with the compulab cm-x270 platform
+# for creating a small initramfs image in NOR flash that can be used
+# to program the NAND flash.
+
+require minimal-image.bb
+IMAGE_INSTALL += "mtd-utils"
+
+export IMAGE_BASENAME = "minimalist-image-mtdutils"
+