* [ptxdist] [PATCH v2] systemd-bootchart: version bump 233 -> 235
@ 2025-05-26 7:49 Lucas Stach
2025-06-12 19:31 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* Re: [ptxdist] [APPLIED] systemd-bootchart: version bump 233 -> 235
2025-05-26 7:49 [ptxdist] [PATCH v2] systemd-bootchart: version bump 233 -> 235 Lucas Stach
@ 2025-06-12 19:31 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-06-12 19:31 UTC (permalink / raw)
To: ptxdist; +Cc: Lucas Stach
Thanks, applied as 87dbb80b5ceaf88bc3cd938626f327855cf6c16c.
Michael
[sent from post-receive hook]
On Thu, 12 Jun 2025 21:31:55 +0200, Lucas Stach <l.stach@pengutronix.de> wrote:
> Fixes broken sampling on newer kernel versions.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Message-Id: <20250526074939.258055-1-l.stach@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-12 19:32 UTC | newest]
Thread overview: 2+ messages (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
2025-06-12 19:31 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox