Skip to content

Commit fcb04dd

Browse files
committed
meta-lxatac-bsp: arm-trusted-firmware-a: use git instead of tarball URL
Starting in at least late april 2024 (as indicated by this[1] thread on the DistroKit mailing list) the old snapshot URL started responding with HTTP 401 Unauthorized errors. Replace the tarball URL with a git URL on the same server. [1]: https://lore.distrokit.org/distrokit/[email protected]/T/ Signed-off-by: Leonard Göhrs <[email protected]>
1 parent 95b2900 commit fcb04dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meta-lxatac-bsp/recipes-bsp/arm-trusted-firmware-a/arm-trusted-firmware-a.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ LIC_FILES_CHKSUM = "file://docs/license.rst;md5=713afe122abbe07f067f939ca3c480c5
2222
DEPENDS = "dtc-native"
2323
PROVIDES = "virtual/ARM-tf-a"
2424

25-
SRC_URI = "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/${PV}.tar.gz"
25+
SRC_URI = "git://review.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;branch=master"
2626

27-
S = "${WORKDIR}/${PV}"
27+
S = "${WORKDIR}/git"
2828
B = "${WORKDIR}/build"
2929

3030
inherit deploy

meta-lxatac-bsp/recipes-bsp/arm-trusted-firmware-a/tf-a-stm32mp_2.9.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require arm-trusted-firmware-a.inc
33
SUMMARY = "ARM Trusted Firmware-A for STM32MP1"
44
LIC_FILES_CHKSUM = "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde"
55

6-
SRC_URI[sha256sum] = "bca3d122ae4552677a77a70076bb229fa8b8c0358ab85ec964666bb386a9cf1b"
6+
SRCREV = "d3e71ead6ea5bc3555ac90a446efec84ef6c6122"
77

88

99
COMPATIBLE_MACHINE = "lxatac"

0 commit comments

Comments
 (0)