core-image-minimal.bb 332 B

123456789101112
  1. SUMMARY = "A small image just capable of allowing a device to boot."
  2. IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}"
  3. IMAGE_LINGUAS = " "
  4. LICENSE = "MIT"
  5. inherit core-image
  6. IMAGE_ROOTFS_SIZE ?= "8192"
  7. IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "", d)}"