summaryrefslogtreecommitdiff
path: root/meta-unit-core/recipes-unit
diff options
context:
space:
mode:
Diffstat (limited to 'meta-unit-core/recipes-unit')
-rw-r--r--meta-unit-core/recipes-unit/images/core-image-unit.bb5
-rw-r--r--meta-unit-core/recipes-unit/images/unit-image-base.inc7
2 files changed, 12 insertions, 0 deletions
diff --git a/meta-unit-core/recipes-unit/images/core-image-unit.bb b/meta-unit-core/recipes-unit/images/core-image-unit.bb
new file mode 100644
index 0000000..ea7a7c1
--- /dev/null
+++ b/meta-unit-core/recipes-unit/images/core-image-unit.bb
@@ -0,0 +1,5 @@
+SUMMARY = "Unit image"
+
+LICENSE = "MIT"
+
+require unit-image-base.inc
diff --git a/meta-unit-core/recipes-unit/images/unit-image-base.inc b/meta-unit-core/recipes-unit/images/unit-image-base.inc
new file mode 100644
index 0000000..c81d895
--- /dev/null
+++ b/meta-unit-core/recipes-unit/images/unit-image-base.inc
@@ -0,0 +1,7 @@
+inherit core-image
+inherit image-buildinfo
+
+IMAGE_INSTALL:append = " packagegroup-unit-networking"
+IMAGE_INSTALL:append = " packagegroup-unit-system"
+IMAGE_INSTALL:append = " packagegroup-unit-users"
+IMAGE_INSTALL:append = " packagegroup-unit-utils"