* [PATCH] u-boot-beagleplay: Use github mirror
@ 2025-10-23 8:55 Anton Mikanovich
2025-10-24 15:58 ` Zhihang Wei
0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2025-10-23 8:55 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
According to CI run statistics, original ti-linux-firmware repository
on git.ti.com is often unavailable that leads to CI failures.
Use official github mirror instead.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01.bb | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01.bb b/meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01.bb
index b58126e7..f9b6b6c3 100644
--- a/meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01.bb
+++ b/meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01.bb
@@ -1,5 +1,7 @@
#
+# This software is a part of ISAR.
# Copyright (c) Siemens AG, 2023-2024
+# Copyright (C) 2025 ilbers GmbH
#
# SPDX-License-Identifier: MIT
@@ -9,9 +11,9 @@ TI_FIRMWARE_SRCREV = "9ee2fedb1fb4815f54310dd872d34faf9948c7c1"
SRC_URI += " \
https://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
- https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/plain/ti-sysfw/ti-fs-firmware-am62x-gp.bin?id=${TI_FIRMWARE_SRCREV};downloadfilename=ti-fs-firmware-am62x-gp.bin;name=sysfw \
- https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/plain/ti-sysfw/ti-fs-stub-firmware-am62x-gp.bin?id=${TI_FIRMWARE_SRCREV};downloadfilename=ti-fs-stub-firmware-am62x-gp.bin;name=sysfw-stub \
- https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/plain/ti-dm/am62xx/ipc_echo_testb_mcu1_0_release_strip.xer5f?id=${TI_FIRMWARE_SRCREV};downloadfilename=ipc_echo_testb_mcu1_0_release_strip.xer5f;name=dm \
+ https://github.com/TexasInstruments/ti-linux-firmware/raw/${TI_FIRMWARE_SRCREV}/ti-sysfw/ti-fs-firmware-am62x-gp.bin;downloadfilename=ti-fs-firmware-am62x-gp.bin;name=sysfw \
+ https://github.com/TexasInstruments/ti-linux-firmware/raw/${TI_FIRMWARE_SRCREV}/ti-sysfw/ti-fs-stub-firmware-am62x-gp.bin;downloadfilename=ti-fs-stub-firmware-am62x-gp.bin;name=sysfw-stub \
+ https://github.com/TexasInstruments/ti-linux-firmware/raw/${TI_FIRMWARE_SRCREV}/ti-dm/am62xx/ipc_echo_testb_mcu1_0_release_strip.xer5f;downloadfilename=ipc_echo_testb_mcu1_0_release_strip.xer5f;name=dm \
file://0001-TMP-board-ti-am62x-Add-basic-initialization-for-usb-.patch \
file://rules-beagleplay"
SRC_URI[sha256sum] = "b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3"
--
2.34.1
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20251023085550.1724251-1-amikan%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] u-boot-beagleplay: Use github mirror
2025-10-23 8:55 [PATCH] u-boot-beagleplay: Use github mirror Anton Mikanovich
@ 2025-10-24 15:58 ` Zhihang Wei
0 siblings, 0 replies; 2+ messages in thread
From: Zhihang Wei @ 2025-10-24 15:58 UTC (permalink / raw)
To: Anton Mikanovich, isar-users
Applied to next, thanks.
Best regards,
Zhihang
On 10/23/25 10:55, Anton Mikanovich wrote:
> According to CI run statistics, original ti-linux-firmware repository
> on git.ti.com is often unavailable that leads to CI failures.
>
> Use official github mirror instead.
>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01.bb | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01.bb b/meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01.bb
> index b58126e7..f9b6b6c3 100644
> --- a/meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01.bb
> +++ b/meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01.bb
> @@ -1,5 +1,7 @@
> #
> +# This software is a part of ISAR.
> # Copyright (c) Siemens AG, 2023-2024
> +# Copyright (C) 2025 ilbers GmbH
> #
> # SPDX-License-Identifier: MIT
>
> @@ -9,9 +11,9 @@ TI_FIRMWARE_SRCREV = "9ee2fedb1fb4815f54310dd872d34faf9948c7c1"
>
> SRC_URI += " \
> https://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
> - https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/plain/ti-sysfw/ti-fs-firmware-am62x-gp.bin?id=${TI_FIRMWARE_SRCREV};downloadfilename=ti-fs-firmware-am62x-gp.bin;name=sysfw \
> - https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/plain/ti-sysfw/ti-fs-stub-firmware-am62x-gp.bin?id=${TI_FIRMWARE_SRCREV};downloadfilename=ti-fs-stub-firmware-am62x-gp.bin;name=sysfw-stub \
> - https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/plain/ti-dm/am62xx/ipc_echo_testb_mcu1_0_release_strip.xer5f?id=${TI_FIRMWARE_SRCREV};downloadfilename=ipc_echo_testb_mcu1_0_release_strip.xer5f;name=dm \
> + https://github.com/TexasInstruments/ti-linux-firmware/raw/${TI_FIRMWARE_SRCREV}/ti-sysfw/ti-fs-firmware-am62x-gp.bin;downloadfilename=ti-fs-firmware-am62x-gp.bin;name=sysfw \
> + https://github.com/TexasInstruments/ti-linux-firmware/raw/${TI_FIRMWARE_SRCREV}/ti-sysfw/ti-fs-stub-firmware-am62x-gp.bin;downloadfilename=ti-fs-stub-firmware-am62x-gp.bin;name=sysfw-stub \
> + https://github.com/TexasInstruments/ti-linux-firmware/raw/${TI_FIRMWARE_SRCREV}/ti-dm/am62xx/ipc_echo_testb_mcu1_0_release_strip.xer5f;downloadfilename=ipc_echo_testb_mcu1_0_release_strip.xer5f;name=dm \
> file://0001-TMP-board-ti-am62x-Add-basic-initialization-for-usb-.patch \
> file://rules-beagleplay"
> SRC_URI[sha256sum] = "b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3"
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/f6f8b288-ef31-426c-8a74-b15fd5bd3ed4%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-24 15:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-23 8:55 [PATCH] u-boot-beagleplay: Use github mirror Anton Mikanovich
2025-10-24 15:58 ` Zhihang Wei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox