generic-poky/meta/recipes-extended/images/core-image-basic.bb

14 lines
311 B
BlitzBasic
Raw Normal View History

DESCRIPTION = "A foundational basic image without support for X that can be \
reasonably used for customization."
IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
IMAGE_INSTALL = "\
packagegroup-core-boot \
packagegroup-core-basic \
"
# ${CORE_IMAGE_BASE_INSTALL}
inherit core-image