1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 02:20:30 +00:00

arm-bsp/trusted-services: corstone1000: add sysroot tasks dependency

ffa-debugfs-mod provides arm_ffa_user.h needed by psa-arch-tests source-code.

This commit sets the sysroot tasks dependencies.

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Abdellatif El Khlifi
2022-04-26 11:21:25 +01:00
committed by Jon Mason
parent 74ddd6dd17
commit 4348abbf38
@@ -92,6 +92,8 @@ PSA_API_TESTS += "deployments/psa-api-test/internal_trusted_storage/${TS_ENVIRON
PSA_API_TESTS += "deployments/psa-api-test/initial_attestation/${TS_ENVIRONMENT_LINUX}"
PSA_API_TESTS += "deployments/psa-api-test/crypto/${TS_ENVIRONMENT_LINUX}"
# ffa-debugfs-mod provides arm_ffa_user.h needed by psa-arch-tests source-code
DEPENDS += "ffa-debugfs-mod"
do_configure:append() {
for PSA_API_TEST in ${PSA_API_TESTS}; do