blob: ea66f248828281f292ae00536946556b712c6cb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require recipes-platform/images/agl-image-boot.bb
SUMMARY = "A minimal container guest image"
IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"
IMAGE_INSTALL += " \
packagegroup-agl-container-feature-logging-guest \
"
NO_RECOMMENDATIONS = "1"
|