blob: 641d3766cb80618e59e45c33ef25c6806fc55c80 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001header:
Andrew Geissler23e02792023-07-21 09:06:10 -05002 version: 14
Patrick Williams92b42cb2022-09-03 06:53:57 -05003 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"
Patrick Williamsb542dec2023-06-09 01:26:37 -05009 # Include TS Crypto, TS Protected Storage, TS Internal and Trusted Storage SPs into optee-os image
10 MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its"
Patrick Williams92b42cb2022-09-03 06:53:57 -050011 # 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"