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

IMAGE_FEATURES[validitems] += "bootsplash"
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"