summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-lsb.bb
blob: b0a3a4dfa02776f2a759019da0de788482390e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A core-image-basic image suitable for implementations that \
conform to Linux Standard Base (LSB)."

IMAGE_FEATURES += "apps-console-core ssh-server-openssh"

IMAGE_INSTALL = "\
    ${CORE_IMAGE_BASE_INSTALL} \
    task-core-basic \
    task-core-lsb \
    "

inherit core-image