From: Andreas Pretzsch <apr@cn-eng.de>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH] firmware-ti: add GitHub mirror of ti-linux-firmware repository
Date: Tue, 15 Sep 2026 22:47:42 +0200 [thread overview]
Message-ID: <20260915204742.3686296-1-apr@cn-eng.de> (raw)
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
reply other threads:[~2026-09-15 20:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260915204742.3686296-1-apr@cn-eng.de \
--to=apr@cn-eng.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox