aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-lsb.bb
blob: a5f2643998e2a9747cbb3100c054d0094de8ffbe (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 and is suitable for implementations that \
conform to Linux Standard Base (LSB)."

IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs"

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

inherit core-image