M7350/oe-core/meta/recipes-extended/images/core-image-basic.bb
2024-09-09 08:52:07 +00:00

14 lines
289 B
BlitzBasic

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 = "\
task-core-boot \
task-core-basic \
"
# ${POKY_BASE_INSTALL}
inherit core-image