aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-lsb.bb
blob: f6696183e6c64fe503f2c64f2a4aef1000b4c2d3 (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 = "\
    ${POKY_BASE_INSTALL} \
    task-core-basic \
    task-core-lsb \
    "

inherit core-image