diff options
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.inc | 7 |
1 files changed, 7 insertions, 0 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 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" |
