summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-basic.bb
blob: f8013463769a8d999c9eaae78a66b5cbec28a80f (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 = "\
    task-core-boot \
    task-core-basic \
    "

#    ${CORE_IMAGE_BASE_INSTALL} 

inherit core-image