summaryrefslogtreecommitdiff
path: root/meta-unit-core/recipes-unit/images/unit-image-base.inc
blob: 23dd8c708f6416e18689ff81503568ccc1ee90d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
inherit core-image
inherit image-buildinfo

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"