mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
Split trusted-services.xml into qemuarm64-secureboot-ts.yml and n1sdp-ts.yml as collection of Trusted Services which can be tested on each platform has diverged. Signed-off-by: Adam Johnston <adam.johnston@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
15 lines
519 B
YAML
15 lines
519 B
YAML
header:
|
|
version: 11
|
|
includes:
|
|
- ci/meta-openembedded.yml
|
|
|
|
local_conf_header:
|
|
trusted_services: |
|
|
TEST_SUITES:append = " trusted_services"
|
|
# Include TS Crypto, TS Protected Storage, TS Internal and Trusted Storage SPs into optee-os image
|
|
MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its"
|
|
# Include TS demo/test tools into image
|
|
IMAGE_INSTALL:append = " packagegroup-ts-tests"
|
|
# Include TS PSA Arch tests into image
|
|
IMAGE_INSTALL:append = " packagegroup-ts-tests-psa"
|