aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-basic.bb
blob: 5e58e60100d179fcbcae19d9a1c8c33909863036 (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 \
    "

#    ${POKY_BASE_INSTALL} 

inherit core-image