Skip to content

Commit

Permalink
trusted-firmware-a: Fix the invalid SRC_URI
Browse files Browse the repository at this point in the history
Signed-off-by: Li Hua Qian <huaqian.li@siemens.com>
  • Loading branch information
huaqianli committed Apr 25, 2024
1 parent 5a3498e commit 0563c85
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 += "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;branch=lts-v2.8"
SRCREV = "b2dc24a412933340cd93f9dcbfc5c559db4048b3"

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

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

0 comments on commit 0563c85

Please sign in to comment.