summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2018-09-18 20:22:29 +0200
committerJonas Suhr Christensen <jsc@umbraculum.org>2018-09-18 20:22:29 +0200
commit35c34d4a52b028e0ebc3997a11daff16673c72cb (patch)
treed091992163654695ee8bb0478d97a97c7432d098
parent47bef24b1741f7b3181b8f72b6f1c7910477e116 (diff)
add dgimage
-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"