M7350/oe-core/meta/recipes-extended/images/core-image-lsb.bb

15 lines
399 B
BlitzBasic
Raw Normal View History

2024-09-09 08:57:42 +00:00
DESCRIPTION = "An image containing packages that are required to conform \
to the Linux Standard Base (LSB) specification."
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs package-management"
2024-09-09 08:52:07 +00:00
IMAGE_INSTALL = "\
2024-09-09 08:57:42 +00:00
${CORE_IMAGE_BASE_INSTALL} \
packagegroup-core-full-cmdline \
packagegroup-core-lsb \
2024-09-09 08:52:07 +00:00
"
2024-09-09 08:57:42 +00:00
inherit core-image distro_features_check
REQUIRED_DISTRO_FEATURES = "pam"