summaryrefslogtreecommitdiff
path: root/meta-unit-core/recipes-core/images/unit-image-base.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-unit-core/recipes-core/images/unit-image-base.inc')
-rw-r--r--meta-unit-core/recipes-core/images/unit-image-base.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-unit-core/recipes-core/images/unit-image-base.inc b/meta-unit-core/recipes-core/images/unit-image-base.inc
new file mode 100644
index 0000000..5ff6c4d
--- /dev/null
+++ b/meta-unit-core/recipes-core/images/unit-image-base.inc
@@ -0,0 +1,16 @@
+inherit core-image
+inherit image-buildinfo
+
+IMAGE_FEATURES[validitems] += "boot-splash"
+IMAGE_FEATURES[validitems] += "observability"
+
+IMAGE_INSTALL:append = " packagegroup-unit-networking"
+IMAGE_INSTALL:append = " packagegroup-unit-system"
+IMAGE_INSTALL:append = " packagegroup-unit-systemd"
+IMAGE_INSTALL:append = " packagegroup-unit-users"
+IMAGE_INSTALL:append = " packagegroup-unit-utils"
+
+# Allow for 4GB of extra space for misc. purposes (ex. container image storage)
+IMAGE_ROOTFS_EXTRA_SPACE = "4194304"
+
+IMAGE_FEATURES:append = " splash"