Skip to content

Commit 9ece8fd

Browse files
Rakesh Kumarjan-kiszka
authored andcommitted
iot2050: Migrate trusted-firmwar-a to git
Snapshot of trusted-firmware-a (TFA) is no more accessible, so moved to arm-trusted-firmware to preseve the tarball fetching of lts-v2.8.10. Signed-off-by: Rakesh Kumar <[email protected]>
1 parent 9d92af4 commit 9ece8fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes-bsp/trusted-firmware-a/trusted-firmware-a-iot2050_2.8.10.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
require recipes-bsp/trusted-firmware-a/trusted-firmware-a-custom.inc
1212

13-
SRC_URI += "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-lts-v${PV}.tar.gz"
14-
SRC_URI[sha256sum] = "e089b6f91fb205e3a0489d4905e51631b6ce667af6bc4ab0a0143fe2b48b0db8"
13+
SRC_URI += "https://github.com/ARM-software/arm-trusted-firmware/archive/refs/tags/lts-v${PV}.tar.gz"
14+
SRC_URI[sha256sum] = "916c3d1411c8e99999933dda4d2d04229f46540698df5ab1b01723f9b956e386"
1515

16-
S = "${WORKDIR}/trusted-firmware-a-lts-v${PV}"
16+
S = "${WORKDIR}/arm-trusted-firmware-lts-v${PV}"
1717

1818
TF_A_NAME = "iot2050"
1919
TF_A_PLATFORM = "k3"

0 commit comments

Comments
 (0)