1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 15:57:19 +00:00

arm/trusted-services: disable psa-iat on qemuarm64-secureboot

TF-A v2.8 does not support measured boot and FF-A which is mandatory for
PSA Initial Attestation SP to work correctly.

Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Gyorgy Szing
2023-05-19 13:23:55 +02:00
committed by Jon Mason
parent 45206b21b9
commit 0d7ee992c1
+2 -2
View File
@@ -6,8 +6,8 @@ header:
local_conf_header: local_conf_header:
trusted_services: | trusted_services: |
TEST_SUITES:append = " trusted_services" TEST_SUITES:append = " trusted_services"
# Include TS Crypto, Storage, ITS, Attestation and SMM-Gateway SPs into optee-os image # Include TS Crypto, TS Protected Storage, TS Internal Trusted Storage and SMM-Gateway SPs into optee-os image
MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its ts-attestation ts-smm-gateway" MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its ts-smm-gateway"
# Include TS demo/test tools into image # Include TS demo/test tools into image
IMAGE_INSTALL:append = " packagegroup-ts-tests" IMAGE_INSTALL:append = " packagegroup-ts-tests"
# Include TS PSA Arch tests into image # Include TS PSA Arch tests into image