From fcb04dd2728c99b91a4fc8ee588c347c32432a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Thu, 25 Jul 2024 11:06:19 +0200 Subject: [PATCH] meta-lxatac-bsp: arm-trusted-firmware-a: use git instead of tarball URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/Zij_hXUXXHlJEagD@pengutronix.de/T/ Signed-off-by: Leonard Göhrs --- .../arm-trusted-firmware-a/arm-trusted-firmware-a.inc | 4 ++-- .../recipes-bsp/arm-trusted-firmware-a/tf-a-stm32mp_2.9.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-lxatac-bsp/recipes-bsp/arm-trusted-firmware-a/arm-trusted-firmware-a.inc b/meta-lxatac-bsp/recipes-bsp/arm-trusted-firmware-a/arm-trusted-firmware-a.inc index c5f7e20b..6c2ed414 100644 --- a/meta-lxatac-bsp/recipes-bsp/arm-trusted-firmware-a/arm-trusted-firmware-a.inc +++ b/meta-lxatac-bsp/recipes-bsp/arm-trusted-firmware-a/arm-trusted-firmware-a.inc @@ -22,9 +22,9 @@ LIC_FILES_CHKSUM = "file://docs/license.rst;md5=713afe122abbe07f067f939ca3c480c5 DEPENDS = "dtc-native" PROVIDES = "virtual/ARM-tf-a" -SRC_URI = "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/${PV}.tar.gz" +SRC_URI = "git://review.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;branch=master" -S = "${WORKDIR}/${PV}" +S = "${WORKDIR}/git" B = "${WORKDIR}/build" inherit deploy diff --git a/meta-lxatac-bsp/recipes-bsp/arm-trusted-firmware-a/tf-a-stm32mp_2.9.bb b/meta-lxatac-bsp/recipes-bsp/arm-trusted-firmware-a/tf-a-stm32mp_2.9.bb index 08bda47d..2e39d90b 100644 --- a/meta-lxatac-bsp/recipes-bsp/arm-trusted-firmware-a/tf-a-stm32mp_2.9.bb +++ b/meta-lxatac-bsp/recipes-bsp/arm-trusted-firmware-a/tf-a-stm32mp_2.9.bb @@ -3,7 +3,7 @@ require arm-trusted-firmware-a.inc SUMMARY = "ARM Trusted Firmware-A for STM32MP1" LIC_FILES_CHKSUM = "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde" -SRC_URI[sha256sum] = "bca3d122ae4552677a77a70076bb229fa8b8c0358ab85ec964666bb386a9cf1b" +SRCREV = "d3e71ead6ea5bc3555ac90a446efec84ef6c6122" COMPATIBLE_MACHINE = "lxatac"