Rework images to support some integration types
[AGL/meta-agl-devel.git] / meta-agl-ic-container / recipes-platform / images / lxc-host-image-minimal.bb
1 SUMMARY = "A minimal container host image"
2
3 require recipes-platform/images/agl-image-boot.inc
4
5 IMAGE_INSTALL += " \
6     kernel-image \
7     lxc \
8     drm-lease-manager \
9 "
10
11 CONTAINER_IMAGES ??= ""
12
13 IMAGE_LINGUAS ?= " "
14
15 NO_RECOMMENDATIONS = "1"
16
17 IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"