mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
boot/ti-k3-boot-firmware: switch to github mirror
The git.ti.com cgit server continues to be plagued with reliability
issues which are reportedly from heavy bot traffic. To combat this the
system administrators have removed the archived downloads feature from
this server.
Switch to TI's Github mirror so new downloads continue to be possible.
Signed-off-by: Bryan Brattlof <bb@ti.com>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
(cherry picked from commit ebf0131e3e)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
8453b46193
commit
7d0b96a347
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 ab20ffbe7bba7e94be246b3417d33a914b3f07c16c47ef5a7f7602349a666a61 LICENSE.ti
|
||||
sha256 f9e09b84e206d605a9fb5691a325dcd4a7d6a3e6bf70a69cbc169d1a5c617804 ti-linux-firmware-11.00.11.tar.xz
|
||||
sha256 e98ae3350964100b6137d32d4874c16229a97b1cc7f8f4f23f8da59a386520c8 ti-k3-boot-firmware-11.00.11.tar.gz
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
TI_K3_BOOT_FIRMWARE_VERSION = 11.00.11
|
||||
TI_K3_BOOT_FIRMWARE_SITE = https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/snapshot
|
||||
TI_K3_BOOT_FIRMWARE_SOURCE = ti-linux-firmware-$(TI_K3_BOOT_FIRMWARE_VERSION).tar.xz
|
||||
TI_K3_BOOT_FIRMWARE_SITE = $(call github,TexasInstruments,ti-linux-firmware,$(TI_K3_BOOT_FIRMWARE_VERSION))
|
||||
TI_K3_BOOT_FIRMWARE_INSTALL_IMAGES = YES
|
||||
TI_K3_BOOT_FIRMWARE_LICENSE = TI Proprietary
|
||||
TI_K3_BOOT_FIRMWARE_LICENSE_FILES = LICENSE.ti
|
||||
|
||||
Reference in New Issue
Block a user