summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-minimal.bb
blob: 84343adcd8e291304701e5f29091248f59ed660c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "A small image just capable of allowing a device to boot."

IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}"

IMAGE_LINGUAS = " "

LICENSE = "MIT"

inherit core-image

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