blob: 6a47cfe5d3dcf546198d33a6b0eb904205e35c1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 \
"
|