mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] systemd-bootchart: version bump 233 -> 235
@ 2025-05-21 10:30 Lucas Stach
  2025-05-25 16:07 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2025-05-21 10:30 UTC (permalink / raw)
  To: ptxdist

Fixes broken sampling on newer kernel versions.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/systemd-bootchart.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/systemd-bootchart.make b/rules/systemd-bootchart.make
index 3bcb043588d6..32fc91275b75 100644
--- a/rules/systemd-bootchart.make
+++ b/rules/systemd-bootchart.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_SYSTEMD_BOOTCHART) += systemd-bootchart
 #
 # Paths and names
 #
-SYSTEMD_BOOTCHART_VERSION	:= 233
-SYSTEMD_BOOTCHART_MD5		:= fbe3fa306d4d0066301b9deadafbd157
+SYSTEMD_BOOTCHART_VERSION	:= 235
+SYSTEMD_BOOTCHART_MD5		:= 8e300a8a335c33e48416abc3847909a8
 SYSTEMD_BOOTCHART		:= systemd-bootchart-$(SYSTEMD_BOOTCHART_VERSION)
-SYSTEMD_BOOTCHART_SUFFIX	:= tar.xz
-SYSTEMD_BOOTCHART_URL		:= https://github.com/systemd/systemd-bootchart/releases/download/v$(SYSTEMD_BOOTCHART_VERSION)/$(SYSTEMD_BOOTCHART).$(SYSTEMD_BOOTCHART_SUFFIX)
+SYSTEMD_BOOTCHART_SUFFIX	:= tar.gz
+SYSTEMD_BOOTCHART_URL		:= https://github.com/systemd/systemd-bootchart/archive/refs/tags/v$(SYSTEMD_BOOTCHART_VERSION).$(SYSTEMD_BOOTCHART_SUFFIX)
 SYSTEMD_BOOTCHART_SOURCE	:= $(SRCDIR)/$(SYSTEMD_BOOTCHART).$(SYSTEMD_BOOTCHART_SUFFIX)
 SYSTEMD_BOOTCHART_DIR		:= $(BUILDDIR)/$(SYSTEMD_BOOTCHART)
 SYSTEMD_BOOTCHART_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-only
-- 
2.39.5




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

end of thread, other threads:[~2025-05-25 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-21 10:30 [ptxdist] [PATCH] systemd-bootchart: version bump 233 -> 235 Lucas Stach
2025-05-25 16:07 ` Michael Olbrich

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