* [ptxdist] [PATCH v2] systemd-bootchart: version bump 233 -> 235
@ 2025-05-26 7:49 Lucas Stach
0 siblings, 0 replies; only message in thread
From: Lucas Stach @ 2025-05-26 7:49 UTC (permalink / raw)
To: ptxdist
Fixes broken sampling on newer kernel versions.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
v2: add missing autogen.sh
---
patches/systemd-bootchart-235/autogen.sh | 1 +
rules/systemd-bootchart.make | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
create mode 120000 patches/systemd-bootchart-235/autogen.sh
diff --git a/patches/systemd-bootchart-235/autogen.sh b/patches/systemd-bootchart-235/autogen.sh
new file mode 120000
index 000000000000..9f8a4cb7ddcb
--- /dev/null
+++ b/patches/systemd-bootchart-235/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh
\ No newline at end of file
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] only message in thread
only message in thread, other threads:[~2025-05-26 7:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-26 7:49 [ptxdist] [PATCH v2] systemd-bootchart: version bump 233 -> 235 Lucas Stach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox