Fix agl IC demo is not show both screen
[AGL/meta-agl-devel.git] / meta-agl-ic-container / recipes-platform / images / lxc-host-image-minimal.bb
1 require recipes-platform/images/agl-image-boot.bb
2
3 SUMMARY = "A minimal container host image"
4
5 IMAGE_INSTALL += " \
6     kernel-image \
7     lxc \
8     drm-lease-manager \
9     packagegroup-agl-container-feature-logging-host \
10 "
11
12 CONTAINER_IMAGES ??= ""
13
14 NO_RECOMMENDATIONS = "1"
15
16 IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"