aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-lsb.bb
blob: ab61c6e6dfc4f988ef0006a70d27a37933d1d395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "An image containing packages that are required to conform \
to the Linux Standard Base (LSB) specification."

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

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

inherit core-image distro_features_check

REQUIRED_DISTRO_FEATURES = "pam"