mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
The caller should (and does) use ci/testimage.yml explicitly instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
36 lines
1.6 KiB
YAML
36 lines
1.6 KiB
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
header:
|
|
version: 14
|
|
includes:
|
|
- ci/fvp-base.yml
|
|
- ci/meta-openembedded.yml
|
|
|
|
local_conf_header:
|
|
trusted_services: |
|
|
# Enable the needed test suites
|
|
TEST_SUITES:append = " trusted_services"
|
|
# Include all Secure Partitions into the image
|
|
MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its"
|
|
MACHINE_FEATURES:append = " ts-attestation ts-smm-gateway optee-spmc-test"
|
|
MACHINE_FEATURES:append = " ts-block-storage ts-fwu ts-logging"
|
|
MACHINE_FEATURES:append = " arm-branch-protection"
|
|
SMMGW_AUTH_VAR = "1"
|
|
# 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"
|
|
CORE_IMAGE_EXTRA_INSTALL += "optee-test"
|
|
# Set the TS environment
|
|
TS_ENV = "sp"
|
|
# Enable and configure semihosting
|
|
FVP_CONFIG[cluster0.cpu0.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
|
|
FVP_CONFIG[cluster0.cpu1.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
|
|
FVP_CONFIG[cluster0.cpu2.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
|
|
FVP_CONFIG[cluster0.cpu3.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
|
|
FVP_CONFIG[cluster1.cpu0.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
|
|
FVP_CONFIG[cluster1.cpu1.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
|
|
FVP_CONFIG[cluster1.cpu2.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
|
|
FVP_CONFIG[cluster1.cpu3.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
|
|
FVP_CONFIG[semihosting-enable] = "True"
|