summaryrefslogtreecommitdiff
path: root/meta-arm/ci/n1sdp-ts.yml
blob: e8e9298d24ebf908e9ebe4f8e49bbf21f8f350eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"