summaryrefslogtreecommitdiff
path: root/recipes-images/dgimage/dgimage.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-images/dgimage/dgimage.bb')
-rw-r--r--recipes-images/dgimage/dgimage.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-images/dgimage/dgimage.bb b/recipes-images/dgimage/dgimage.bb
new file mode 100644
index 0000000..39ceef4
--- /dev/null
+++ b/recipes-images/dgimage/dgimage.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "dginabox image"
+
+# customize IMAGE_INSTALL as follows
+IMAGE_INSTALL = "\
+ drumgizmo \
+ openssh \
+ dhcp-server \
+"
+inherit core-image
+
+# Add extra space to the rootfs image
+IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 3000000"