summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-lsb-dev.bb
blob: 3bb78003af44966a7ea8e2ee54aa503b33ada381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Basic image without X support suitable for development work. It \
can be used for customization and implementations that conform to Linux \
Standard Base (LSB)."

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

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

inherit core-image