27 lines
589 B
BlitzBasic
27 lines
589 B
BlitzBasic
SUMMARY = "OpenSTLinux core image."
|
|
LICENSE = "Proprietary"
|
|
|
|
include recipes-st/images/st-image.inc
|
|
|
|
inherit core-image
|
|
|
|
IMAGE_LINGUAS = "en-us"
|
|
|
|
IMAGE_FEATURES += "\
|
|
package-management \
|
|
ssh-server-dropbear \
|
|
"
|
|
|
|
#
|
|
# INSTALL addons
|
|
#
|
|
CORE_IMAGE_EXTRA_INSTALL += " \
|
|
resize-helper \
|
|
\
|
|
packagegroup-framework-core-base \
|
|
packagegroup-framework-tools-base \
|
|
\
|
|
${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'packagegroup-optee-core', '', d)} \
|
|
${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'packagegroup-optee-test', '', d)} \
|
|
"
|