blob: 433ec78b3783e8a85d07b37789a68ae050252bb7 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001header:
2 version: 11
3 includes:
Patrick Williams92b42cb2022-09-03 06:53:57 -05004 - ci/meta-openembedded.yml
5
Patrick Williams92b42cb2022-09-03 06:53:57 -05006local_conf_header:
Patrick Williams92b42cb2022-09-03 06:53:57 -05007 trusted_services: |
8 TEST_SUITES:append = " trusted_services"
9 # Include TS Crypto, Storage, ITS, Attestation and SMM-Gateway SPs into optee-os image
10 MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its ts-attestation ts-smm-gateway"
11 # Include TS demo/test tools into image
12 IMAGE_INSTALL:append = " packagegroup-ts-tests"
13 # Include TS PSA Arch tests into image
14 IMAGE_INSTALL:append = " packagegroup-ts-tests-psa"