[HONISTER,6/8] arm/secure-partitions: pass TS_PLATFORM in the configure task

Message ID 20211209192300.29211-7-abdellatif.elkhlifi@arm.com
State New
Headers show
Series backport "Corstone1000: MHU driver patchset" | expand

Commit Message

Abdellatif El Khlifi Dec. 9, 2021, 7:22 p.m. UTC
From: Vishnu Banavath <vishnu.banavath@arm.com>

This commit passes the platform name to CMake through the
configure task.

Change-Id: I7aaf10e3709507c65dd81c31e0301df57bbdf4fc
Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
---
 .../recipes-security/trusted-services/secure-partitions_git.bb   | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/meta-arm/recipes-security/trusted-services/secure-partitions_git.bb b/meta-arm/recipes-security/trusted-services/secure-partitions_git.bb
index ca7ff81..b8b02e0 100644
--- a/meta-arm/recipes-security/trusted-services/secure-partitions_git.bb
+++ b/meta-arm/recipes-security/trusted-services/secure-partitions_git.bb
@@ -56,6 +56,7 @@  do_configure() {
           -DCMAKE_INSTALL_PREFIX=${D}/firmware/sp \
           -DSP_DEV_KIT_DIR=${SP_DEV_KIT_DIR} \
           -DSP_PACKAGING_METHOD=${SP_PACKAGING_METHOD} \
+	  -DTS_PLATFORM="${TS_PLATFORM}" \
           -S ${S}/$TS_DEPLOYMENT -B "${B}/$TS_DEPLOYMENT"
     done
 }