Files
yoctor-layers/meta-st/meta-st-openstlinux/recipes-st/images/st-image-weston.bb
2024-07-11 14:16:35 +02:00

47 lines
1.2 KiB
BlitzBasic

SUMMARY = "OpenSTLinux weston image with basic Wayland support (if enable in distro)."
LICENSE = "Proprietary"
include recipes-st/images/st-image.inc
inherit core-image features_check
# let's make sure we have a good image...
REQUIRED_DISTRO_FEATURES = "wayland"
IMAGE_LINGUAS = "en-us"
IMAGE_FEATURES += "\
splash \
package-management \
ssh-server-dropbear \
hwcodecs \
tools-profile \
eclipse-debug \
"
#
# INSTALL addons
#
CORE_IMAGE_EXTRA_INSTALL += " \
resize-helper \
\
packagegroup-framework-core-base \
packagegroup-framework-tools-base \
\
packagegroup-framework-core \
packagegroup-framework-tools \
\
packagegroup-framework-core-extra \
\
${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'packagegroup-optee-core', '', d)} \
${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'packagegroup-optee-test', '', d)} \
\
${@bb.utils.contains('COMBINED_FEATURES', 'tpm2', 'packagegroup-security-tpm2', '', d)} \
\
packagegroup-st-demo \
"
# NOTE:
# packagegroup-st-demo are installed on rootfs to populate the package
# database.