summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-platform/images/guest-image-minimal.bb
blob: 5e2025a717475386f5a989b7063030faf1a67c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "A minimal container guest image"

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

IMAGE_LINGUAS = " "

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

IMAGE_INSTALL:append = " \
    packagegroup-agl-ic-core \
    packagegroup-agl-container-feature-logging-guest \
"