Message ID | 20250228054834.3224744-1-andrew@codeconstruct.com.au |
---|---|
State | New |
Headers | show |
Series | arm/trusted-services: ts-sp-fw: Replace v2.7.0 tag with commit ID | expand |
On Fri, 28 Feb 2025 16:18:34 +1030, Andrew Jeffery wrote: > 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. > > Applied, thanks! [1/1] arm/trusted-services: ts-sp-fw: Replace v2.7.0 tag with commit ID commit: f9f47ec15a1f9d36f25d9e49ea1d1a2e9903eeab Best regards,
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 02f58fb42ef6..9fdb80441e07 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
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 <andrew@codeconstruct.com.au> --- meta-arm/recipes-security/trusted-services/ts-sp-fwu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)