mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user