From f9f47ec15a1f9d36f25d9e49ea1d1a2e9903eeab Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Fri, 28 Feb 2025 16:18:34 +1030 Subject: [PATCH] arm/trusted-services: ts-sp-fw: Replace v2.7.0 tag with commit ID Do so for the usual reason of avoiding network access during recipe parsing. Occasionally parsing will stall for me as it seems connectivity to trustedfirmware.org can be flaky. Signed-off-by: Andrew Jeffery Signed-off-by: Jon Mason --- meta-arm/recipes-security/trusted-services/ts-sp-fwu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-security/trusted-services/ts-sp-fwu_git.bb b/meta-arm/recipes-security/trusted-services/ts-sp-fwu_git.bb index 02f58fb4..9fdb8044 100644 --- a/meta-arm/recipes-security/trusted-services/ts-sp-fwu_git.bb +++ b/meta-arm/recipes-security/trusted-services/ts-sp-fwu_git.bb @@ -15,7 +15,7 @@ OECMAKE_SOURCEPATH="${S}/deployments/fwu/config/${TS_SP_FWU_CONFIG}-${TS_ENV}" # The GPT parser component is needed from TF-A SRC_URI += "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;name=tfa;protocol=https;branch=master;destsuffix=git/tf-a" -SRCREV_tfa = "v2.7.0" +SRCREV_tfa = "35f4c7295bafeb32c8bcbdfb6a3f2e74a57e732b" LIC_FILES_CHKSUM = "file://../tf-a/docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde" do_apply_local_src_patches:append() { apply_local_src_patches ${S}/external/tf_a ${WORKDIR}/git/tf-a