summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-platform/images/lxc-host-image-minimal.bb
blob: 59f36a5ce454248a7e004b158a19c1b63ee73e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require recipes-platform/images/agl-image-boot.bb

SUMMARY = "A minimal container host image"

IMAGE_INSTALL += " \
    kernel-image \
    lxc \
    drm-lease-manager \
    packagegroup-agl-container-feature-logging-host \
"

CONTAINER_IMAGES ??= ""

NO_RECOMMENDATIONS = "1"

IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"