From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH/next 1/2] package/flashbench: fix download URL
Date: Fri, 27 Feb 2026 20:07:51 +0100 [thread overview]
Message-ID: <20260227190752.2041167-1-bernd@kuhls.net> (raw)
The original source is offline, switch to forked repo and use the same
tree as before to only fix the download error.
Fixes:
https://autobuild.buildroot.net/results/eec/eecf2cbaafd8a170b5f5c6c24df552280a530204/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/flashbench/Config.in | 2 +-
package/flashbench/flashbench.hash | 2 +-
package/flashbench/flashbench.mk | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/package/flashbench/Config.in b/package/flashbench/Config.in
index a50f482ac3..8f64275745 100644
--- a/package/flashbench/Config.in
+++ b/package/flashbench/Config.in
@@ -7,4 +7,4 @@ config BR2_PACKAGE_FLASHBENCH
SD cards and other media for the Linaro flash memory
survey.
- https://git.linaro.org/people/arnd.bergmann/flashbench.git
+ https://github.com/bradfa/flashbench
diff --git a/package/flashbench/flashbench.hash b/package/flashbench/flashbench.hash
index 274d890f2d..8b087c2a10 100644
--- a/package/flashbench/flashbench.hash
+++ b/package/flashbench/flashbench.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 b5f95d2d057270adbce0f1a784b6a88db339b67326b6ca92474edd99f9fd4774 flashbench-2e30b1968a66147412f21002ea844122a0d5e2f0-git4.tar.gz
+sha256 408a2642700b7f8daf4356a49948b921137ad15bb6e0fd05b1cb8dc700c154dc flashbench-2e30b1968a66147412f21002ea844122a0d5e2f0.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/flashbench/flashbench.mk b/package/flashbench/flashbench.mk
index f5791c3e95..28ce7f7dd1 100644
--- a/package/flashbench/flashbench.mk
+++ b/package/flashbench/flashbench.mk
@@ -5,8 +5,7 @@
################################################################################
FLASHBENCH_VERSION = 2e30b1968a66147412f21002ea844122a0d5e2f0
-FLASHBENCH_SITE = https://git.linaro.org/people/arnd/flashbench.git
-FLASHBENCH_SITE_METHOD = git
+FLASHBENCH_SITE = $(call github,bradfa,flashbench,$(FLASHBENCH_VERSION))
FLASHBENCH_LICENSE = GPL-2.0
FLASHBENCH_LICENSE_FILES = COPYING
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2026-02-27 19:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-27 19:07 Bernd Kuhls [this message]
2026-02-27 19:07 ` [Buildroot] [PATCH/next 2/2] package/flashbench: bump version Bernd Kuhls
2026-03-06 19:53 ` [Buildroot] [PATCH/next 1/2] package/flashbench: fix download URL Thomas Perale via buildroot
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=20260227190752.2041167-1-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
/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