From 4348abbf38f46bafded2954cd1eee4c9ec395f5e Mon Sep 17 00:00:00 2001 From: Abdellatif El Khlifi Date: Tue, 26 Apr 2022 11:21:25 +0100 Subject: [PATCH] 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 Signed-off-by: Jon Mason --- .../recipes-security/trusted-services/ts-corstone1000.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm-bsp/recipes-security/trusted-services/ts-corstone1000.inc b/meta-arm-bsp/recipes-security/trusted-services/ts-corstone1000.inc index 58bd6dcb..e14730e3 100644 --- a/meta-arm-bsp/recipes-security/trusted-services/ts-corstone1000.inc +++ b/meta-arm-bsp/recipes-security/trusted-services/ts-corstone1000.inc @@ -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