public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] stm32mp15x: Migrate trusted-firmware-a to git
@ 2024-04-04 15:02 Anton Mikanovich
  2024-04-05 13:18 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2024-04-04 15:02 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

TFA snapshot is no more accessable, so move to git usage.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 .../trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb b/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb
index 4ae3d523..cc2c2614 100644
--- a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb
+++ b/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb
@@ -5,10 +5,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-${PV}.tar.gz"
-SRC_URI[sha256sum] = "bf3eb3617a74cddd7fb0e0eacbfe38c3258ee07d4c8ed730deef7a175cc3d55b"
+SRC_URI += "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;branch=master"
+SRCREV = "e2c509a39c6cc4dda8734e6509cdbe6e3603cdfc"
 
-S = "${WORKDIR}/trusted-firmware-a-${PV}"
+S = "${WORKDIR}/git"
 
 DEBIAN_BUILD_DEPENDS += ", device-tree-compiler"
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-05 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04 15:02 [PATCH] stm32mp15x: Migrate trusted-firmware-a to git Anton Mikanovich
2024-04-05 13:18 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox