14 lines
289 B
BlitzBasic
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
|