added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,46 @@
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.