Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/18xx-ti-utils: switch to git repo
@ 2025-11-30 11:50 Bernd Kuhls
  2025-11-30 12:02 ` Baruch Siach via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2025-11-30 11:50 UTC (permalink / raw)
  To: buildroot

Downloading the snapshot tarball has been unstable in the past so we
switch to git for fetching the source code.

Fixes:
https://autobuild.buildroot.net/results/8b9/8b9b15e578ee13c47bdfe77f8bd79cd34c49de91/
https://autobuild.buildroot.net/results/bfc/bfcfb6e5014e017334604ba8fdcfac2acc65d161/
https://autobuild.buildroot.net/results/6c6/6c69077ea076c3c28d0e8599913cde31ee27b0c5/
https://autobuild.buildroot.net/results/b43/b431fabedd709f660f556a7a6539a0b1e28aeb49/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/18xx-ti-utils/18xx-ti-utils.hash | 2 +-
 package/18xx-ti-utils/18xx-ti-utils.mk   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/18xx-ti-utils/18xx-ti-utils.hash b/package/18xx-ti-utils/18xx-ti-utils.hash
index 7ecca54b9b..116d05e8e9 100644
--- a/package/18xx-ti-utils/18xx-ti-utils.hash
+++ b/package/18xx-ti-utils/18xx-ti-utils.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  ce0185ba8a9bf456cc94a798bf66903775065e337e53ff812f18a6d88f5bac13  18xx-ti-utils-R8.8.tar.xz
+sha256  33be3c90719bf36d5da76c6faaefb07bf3697635f81b86e28b92307d7825483e  18xx-ti-utils-R8.8-git4.tar.gz
 sha256  363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4  COPYING
diff --git a/package/18xx-ti-utils/18xx-ti-utils.mk b/package/18xx-ti-utils/18xx-ti-utils.mk
index 5d45191cde..3e6f715730 100644
--- a/package/18xx-ti-utils/18xx-ti-utils.mk
+++ b/package/18xx-ti-utils/18xx-ti-utils.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-18XX_TI_UTILS_VERSION = 8.8
-18XX_TI_UTILS_SITE = https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils/snapshot
-18XX_TI_UTILS_SOURCE = 18xx-ti-utils-R$(18XX_TI_UTILS_VERSION).tar.xz
+18XX_TI_UTILS_VERSION = R8.8
+18XX_TI_UTILS_SITE = https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils
+18XX_TI_UTILS_SITE_METHOD = git
 18XX_TI_UTILS_DEPENDENCIES = libnl
 18XX_TI_UTILS_LICENSE = BSD-3-Clause
 18XX_TI_UTILS_LICENSE_FILES = COPYING
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/18xx-ti-utils: switch to git repo
  2025-11-30 11:50 [Buildroot] [PATCH 1/1] package/18xx-ti-utils: switch to git repo Bernd Kuhls
@ 2025-11-30 12:02 ` Baruch Siach via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Baruch Siach via buildroot @ 2025-11-30 12:02 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

Hi Bernd,

On Sun, Nov 30 2025, Bernd Kuhls wrote:
> Downloading the snapshot tarball has been unstable in the past so we
> switch to git for fetching the source code.
>
> Fixes:
> https://autobuild.buildroot.net/results/8b9/8b9b15e578ee13c47bdfe77f8bd79cd34c49de91/
> https://autobuild.buildroot.net/results/bfc/bfcfb6e5014e017334604ba8fdcfac2acc65d161/
> https://autobuild.buildroot.net/results/6c6/6c69077ea076c3c28d0e8599913cde31ee27b0c5/
> https://autobuild.buildroot.net/results/b43/b431fabedd709f660f556a7a6539a0b1e28aeb49/

The download error message is this:

wget -nd -t 3 --no-check-certificate -O '/home/thomas/autobuild/instance-0/output-1/build/.18xx-ti-utils-R8.8.tar.xz.50OaB7/output' 'https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils/snapshot/18xx-ti-utils-R8.8.tar.xz' 
--2025-11-21 19:35:47--  https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils/snapshot/18xx-ti-utils-R8.8.tar.xz
Resolving git.ti.com (git.ti.com)... 198.47.28.208
Connecting to git.ti.com (git.ti.com)|198.47.28.208|:443... failed: Connection timed out.

That is, HTTPS connection request fails. I can't see how git access over
the same HTTPS service would improve download stability.

The autobuilder reported a few download failures of that sort in
November 20-21. There is no download failure since then. So I guess that
was a transient network issue.

baruch

> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/18xx-ti-utils/18xx-ti-utils.hash | 2 +-
>  package/18xx-ti-utils/18xx-ti-utils.mk   | 6 +++---
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/18xx-ti-utils/18xx-ti-utils.hash b/package/18xx-ti-utils/18xx-ti-utils.hash
> index 7ecca54b9b..116d05e8e9 100644
> --- a/package/18xx-ti-utils/18xx-ti-utils.hash
> +++ b/package/18xx-ti-utils/18xx-ti-utils.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  ce0185ba8a9bf456cc94a798bf66903775065e337e53ff812f18a6d88f5bac13  18xx-ti-utils-R8.8.tar.xz
> +sha256  33be3c90719bf36d5da76c6faaefb07bf3697635f81b86e28b92307d7825483e  18xx-ti-utils-R8.8-git4.tar.gz
>  sha256  363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4  COPYING
> diff --git a/package/18xx-ti-utils/18xx-ti-utils.mk b/package/18xx-ti-utils/18xx-ti-utils.mk
> index 5d45191cde..3e6f715730 100644
> --- a/package/18xx-ti-utils/18xx-ti-utils.mk
> +++ b/package/18xx-ti-utils/18xx-ti-utils.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -18XX_TI_UTILS_VERSION = 8.8
> -18XX_TI_UTILS_SITE = https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils/snapshot
> -18XX_TI_UTILS_SOURCE = 18xx-ti-utils-R$(18XX_TI_UTILS_VERSION).tar.xz
> +18XX_TI_UTILS_VERSION = R8.8
> +18XX_TI_UTILS_SITE = https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils
> +18XX_TI_UTILS_SITE_METHOD = git
>  18XX_TI_UTILS_DEPENDENCIES = libnl
>  18XX_TI_UTILS_LICENSE = BSD-3-Clause
>  18XX_TI_UTILS_LICENSE_FILES = COPYING

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-11-30 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-30 11:50 [Buildroot] [PATCH 1/1] package/18xx-ti-utils: switch to git repo Bernd Kuhls
2025-11-30 12:02 ` Baruch Siach via buildroot

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