summaryrefslogtreecommitdiff
path: root/meta-unit-core/recipes-unit/images/unit-image-base.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-unit-core/recipes-unit/images/unit-image-base.inc')
-rw-r--r--meta-unit-core/recipes-unit/images/unit-image-base.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-unit-core/recipes-unit/images/unit-image-base.inc b/meta-unit-core/recipes-unit/images/unit-image-base.inc
deleted file mode 100644
index 5ff6c4d..0000000
--- a/meta-unit-core/recipes-unit/images/unit-image-base.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-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"