blob: 9aa880ec4ffd1c50a9b47e0dbeee565daf09b0c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|