aboutsummaryrefslogtreecommitdiffstats
path: root/ci/n1sdp-optee.yml
blob: f2b50abf49311bc833efa8549f559c52e89bf889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
header:
  version: 14

# Config specific for the optee-xtests
local_conf_header:
  optee-test: |
    # Include ARM FFA
    MACHINE_FEATURES:append = " arm-ffa"
    # Include trusted services
    TEST_SUITES:append = " trusted_services"
    # Include Optee xtests
    IMAGE_INSTALL:append = " optee-test"