Skip to content

Commit

Permalink
iot2050: Migrate trusted-firmwar-a to git
Browse files Browse the repository at this point in the history
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 <kumar.rakesh@siemens.com>
  • Loading branch information
Rakesh Kumar authored and jan-kiszka committed Apr 12, 2024
1 parent 9d92af4 commit 9ece8fd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

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

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

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

TF_A_NAME = "iot2050"
TF_A_PLATFORM = "k3"
Expand Down

0 comments on commit 9ece8fd

Please sign in to comment.