Hi,
I am trying to build BSP part of Total Compute platform from the following link:
https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/...
But I am facing some issues in Board Support Package Build section, after running following command: bitbake tc0-artifacts-image
I am getting the following Error during one of the executing tasks of above command:
ERROR: secure-partitions-1.0+gitAUTOINC+2fc7e10c7c-r0 do_fetch: Fetcher failure for URL: 'http://gee.cs.oswego.edu/pub/misc/malloc.c%3Bname=dlmalloc'. Unable to fetch URL from any source.
Can I please get some help with this error?
Regards, Rahul
HI Rahul,
We noticed the same issue recently, and this is fixed in upcoming release of TC0.
Can you please make below changes, in this file:
<repo_path>/bsp/layers/meta-tc/recipes-security/trusted-services/secure-partitions_git.bb
--- a/recipes-security/trusted-services/secure-partitions_git.bb +++ b/recipes-security/trusted-services/secure-partitions_git.bb @@ -30,7 +30,7 @@ SRC_URI_SHIM = "git://git.gitlab.arm.com/arm-reference-solutions/sel1_shim.git;p SRCREV_shim = "211423431bd45151f4f9060728c41b3c794e5792" SRC_URI_append = " ${SRC_URI_DLMALLOC}" -SRC_URI_DLMALLOC = "http://gee.cs.oswego.edu/pub/misc/malloc.c%3Bname=dlmalloc" +SRC_URI_DLMALLOC = "https://raw.githubusercontent.com/ARMmbed/dlmalloc/75149a9d7c50442db0f89085b..." SRC_URI[dlmalloc.sha256sum] = "103602c3fcbe200d5e257cdd7353d84bcc033d887bea3b245321319bf5401f47" Thanks, Arun
From: Rahul Kumar Yadav via Hafnium hafnium@lists.trustedfirmware.org Sent: Tuesday, March 1, 2022 10:49 To: hafnium@lists.trustedfirmware.org hafnium@lists.trustedfirmware.org Cc: Arunachalam Ganapathy Arunachalam.Ganapathy@arm.com; V Sethi (v.sethi@nxp.com) v.sethi@nxp.com Subject: [Hafnium] Trusted Compute platform BSP build Hi,
I am trying to build BSP part of Total Compute platform from the following link:
https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/...
But I am facing some issues in Board Support Package Build section, after running following command: bitbake tc0-artifacts-image
I am getting the following Error during one of the executing tasks of above command:
ERROR: secure-partitions-1.0+gitAUTOINC+2fc7e10c7c-r0 do_fetch: Fetcher failure for URL: 'http://gee.cs.oswego.edu/pub/misc/malloc.c%3Bname=dlmalloc'. Unable to fetch URL from any source.
Can I please get some help with this error?
Regards, Rahul
hafnium@lists.trustedfirmware.org