summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-platform/images/lxc-host-image-minimal.bb
blob: 305d1dd8c7eca179bdc447d97f05b5a4a0a2f689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "A minimal container host image"

require recipes-platform/images/agl-image-boot.inc

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

CONTAINER_IMAGES ??= ""

IMAGE_LINGUAS ?= " "

NO_RECOMMENDATIONS = "1"

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