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

Message ID 20220426102125.8855-2-emekcan.aras@arm.com
State New
Headers show
Series arm-bsp/trusted-services:corstone1000:add sysroot | expand

Commit Message

Emekcan Aras April 26, 2022, 10:21 a.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

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>
---
 .../recipes-security/trusted-services/ts-corstone1000.inc       | 2 ++
 1 file changed, 2 insertions(+)

Patch

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 58bd6dc..e14730e 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