diff mbox series

arm/trusted-services: use SHA, not tag name

Message ID 20251031142153.2226419-1-ross.burton@arm.com
State New
Headers show
Series arm/trusted-services: use SHA, not tag name | expand

Commit Message

Ross Burton Oct. 31, 2025, 2:21 p.m. UTC
It turns out that the base SRCREV for trusted-services is a tag name,
which meant it was hitting the network on every build. Use the SHA
instead.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-security/trusted-services/trusted-services-src.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arm/recipes-security/trusted-services/trusted-services-src.inc b/meta-arm/recipes-security/trusted-services/trusted-services-src.inc
index 210086fe31..4d10f6ea24 100644
--- a/meta-arm/recipes-security/trusted-services/trusted-services-src.inc
+++ b/meta-arm/recipes-security/trusted-services/trusted-services-src.inc
@@ -13,7 +13,8 @@  SRC_URI:append = "\
     file://0005-cpputest-fix-cmake-4.0-compatibility.patch \
 "
 
-SRCREV_trusted-services = "v1.2.0"
+# v1.2.0
+SRCREV_trusted-services = "0d55b4c7a8e53958271feb7341e928853b7914cf"
 LIC_FILES_CHKSUM = "file://${S}/license.rst;md5=ea160bac7f690a069c608516b17997f4"
 
 S = "${UNPACKDIR}/trusted-services"