DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] firmware-ti: add GitHub mirror of ti-linux-firmware repository
@ 2026-09-15 20:47 Andreas Pretzsch
  0 siblings, 0 replies; only message in thread
From: Andreas Pretzsch @ 2026-09-15 20:47 UTC (permalink / raw)
  To: distrokit

It seems that git.ti.com no longer supports snapshots, at least it answers
with "ERROR 503: Service Unavailable." when trying to fetch via snapshot URL.
I do not know if temporarily or permanently.

So we could do a shallow clone, but this is about 1.8GB for branch 11.00.07.
Or we use their offical mirror at github, which still supports tgz snapshots.
This 11.00.07.tar.gz has "only" 656MB.

So in addition to try fetching
  https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/snapshot/ti-linux-firmware-11.00.07.tar.gz
as fallback we now also try
  https://github.com/TexasInstruments/ti-linux-firmware/archive/refs/tags/11.00.07.tar.gz

The fetcher output filename stays the same (ti-linux-firmware-11.00.07.tar.gz),
as FIRMWARE_TI is already set accordingly.

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 configs/platform-v8a/rules/firmware-ti.make | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/platform-v8a/rules/firmware-ti.make b/configs/platform-v8a/rules/firmware-ti.make
index 9c12764..8e2a16a 100644
--- a/configs/platform-v8a/rules/firmware-ti.make
+++ b/configs/platform-v8a/rules/firmware-ti.make
@@ -18,7 +18,8 @@ FIRMWARE_TI_VERSION		:= 11.00.07
 FIRMWARE_TI_MD5			:= 65377f3f8ada7f6276e088e1b87cc5c6
 FIRMWARE_TI				:= ti-linux-firmware-$(FIRMWARE_TI_VERSION)
 FIRMWARE_TI_SUFFIX		:= tar.gz
-FIRMWARE_TI_URL			:= https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/snapshot/$(FIRMWARE_TI).$(FIRMWARE_TI_SUFFIX)
+FIRMWARE_TI_URL			:= https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/snapshot/$(FIRMWARE_TI).$(FIRMWARE_TI_SUFFIX) \
+				   https://github.com/TexasInstruments/ti-linux-firmware/archive/refs/tags/$(FIRMWARE_TI_VERSION).$(FIRMWARE_TI_SUFFIX)
 FIRMWARE_TI_SOURCE		:= $(SRCDIR)/$(FIRMWARE_TI).$(FIRMWARE_TI_SUFFIX)
 FIRMWARE_TI_DIR			:= $(BUILDDIR)/$(FIRMWARE_TI)
 FIRMWARE_TI_LICENSE		:= unknown
-- 
2.43.0




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-15 20:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 20:47 [DistroKit] [PATCH] firmware-ti: add GitHub mirror of ti-linux-firmware repository Andreas Pretzsch

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