mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 20/42] ltt-control: Remove after one year in staging
@ 2026-05-04 12:37 Thorsten Scherer
  2026-05-04 12:57 ` Thorsten Scherer
  0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Scherer @ 2026-05-04 12:37 UTC (permalink / raw)
  To: ptxdist; +Cc: Thorsten Scherer

Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
 rules/ltt-control.in   | 14 ----------
 rules/ltt-control.make | 59 ------------------------------------------
 2 files changed, 73 deletions(-)
 delete mode 100644 rules/ltt-control.in
 delete mode 100644 rules/ltt-control.make

diff --git a/rules/ltt-control.in b/rules/ltt-control.in
deleted file mode 100644
index b6a53798b94e..000000000000
--- a/rules/ltt-control.in
+++ /dev/null
@@ -1,14 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=debug_tools
-
-config LTT_CONTROL
-	tristate
-	prompt "ltt-control"
-	select LIBC_PTHREAD
-	help
-	  Linux Trace Toolkit ltt-control
-
-	  STAGING: remove in PTXdist 2026.03.0
-	  Unmaintained in PTXdist, upstream dead and fails to build with
-	  current toolchains.
diff --git a/rules/ltt-control.make b/rules/ltt-control.make
deleted file mode 100644
index c1019f722e41..000000000000
--- a/rules/ltt-control.make
+++ /dev/null
@@ -1,59 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007 by Sascha Hauer
-#               2010 Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_LTT_CONTROL) += ltt-control
-
-#
-# Paths and names
-#
-LTT_CONTROL_VERSION	:= 0.87-09062010
-LTT_CONTROL_MD5		:= 8054b5dabebdc524ac747efd1d9c5b88
-LTT_CONTROL		:= ltt-control-$(LTT_CONTROL_VERSION)
-LTT_CONTROL_SUFFIX	:= tar.gz
-LTT_CONTROL_URL		:= https://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
-LTT_CONTROL_SOURCE	:= $(SRCDIR)/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
-LTT_CONTROL_DIR		:= $(BUILDDIR)/$(LTT_CONTROL)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-#
-# autoconf
-#
-LTT_CONTROL_CONF_TOOL	:= autoconf
-LTT_CONTROL_CONF_OPT	:= $(CROSS_AUTOCONF_USR)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ltt-control.targetinstall:
-	@$(call targetinfo)
-
-	@$(call install_init, ltt-control)
-	@$(call install_fixup, ltt-control,PRIORITY,optional)
-	@$(call install_fixup, ltt-control,SECTION,base)
-	@$(call install_fixup, ltt-control,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
-	@$(call install_fixup, ltt-control,DESCRIPTION,missing)
-
-	@$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttctl)
-	@$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttd)
-
-	@$(call install_lib, ltt-control, 0, 0, 0644, liblttctl)
-	@$(call install_lib, ltt-control, 0, 0, 0644, liblttd)
-
-	@$(call install_finish, ltt-control)
-
-	@$(call touch)
-
-# vim: syntax=make
-- 
2.53.0




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

* Re: [ptxdist] [PATCH 20/42] ltt-control: Remove after one year in staging
  2026-05-04 12:37 [ptxdist] [PATCH 20/42] ltt-control: Remove after one year in staging Thorsten Scherer
@ 2026-05-04 12:57 ` Thorsten Scherer
  0 siblings, 0 replies; 3+ messages in thread
From: Thorsten Scherer @ 2026-05-04 12:57 UTC (permalink / raw)
  To: ptxdist

I messed this one up.  Please ignore the patch not attached to the
thread.

Best regards,
Thorsten

On Mon, May 04, 2026 at 02:37:48PM +0200, Thorsten Scherer wrote:
> Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
> ---
>  rules/ltt-control.in   | 14 ----------
>  rules/ltt-control.make | 59 ------------------------------------------
>  2 files changed, 73 deletions(-)
>  delete mode 100644 rules/ltt-control.in
>  delete mode 100644 rules/ltt-control.make
> 
> diff --git a/rules/ltt-control.in b/rules/ltt-control.in
> deleted file mode 100644
> index b6a53798b94e..000000000000
> --- a/rules/ltt-control.in
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -## SECTION=staging
> -## old section:
> -### SECTION=debug_tools
> -
> -config LTT_CONTROL
> -	tristate
> -	prompt "ltt-control"
> -	select LIBC_PTHREAD
> -	help
> -	  Linux Trace Toolkit ltt-control
> -
> -	  STAGING: remove in PTXdist 2026.03.0
> -	  Unmaintained in PTXdist, upstream dead and fails to build with
> -	  current toolchains.
> diff --git a/rules/ltt-control.make b/rules/ltt-control.make
> deleted file mode 100644
> index c1019f722e41..000000000000
> --- a/rules/ltt-control.make
> +++ /dev/null
> @@ -1,59 +0,0 @@
> -# -*-makefile-*-
> -#
> -# Copyright (C) 2007 by Sascha Hauer
> -#               2010 Michael Olbrich <m.olbrich@pengutronix.de>
> -#
> -# For further information about the PTXdist project and license conditions
> -# see the README file.
> -#
> -
> -#
> -# We provide this package
> -#
> -PACKAGES-$(PTXCONF_LTT_CONTROL) += ltt-control
> -
> -#
> -# Paths and names
> -#
> -LTT_CONTROL_VERSION	:= 0.87-09062010
> -LTT_CONTROL_MD5		:= 8054b5dabebdc524ac747efd1d9c5b88
> -LTT_CONTROL		:= ltt-control-$(LTT_CONTROL_VERSION)
> -LTT_CONTROL_SUFFIX	:= tar.gz
> -LTT_CONTROL_URL		:= https://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
> -LTT_CONTROL_SOURCE	:= $(SRCDIR)/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
> -LTT_CONTROL_DIR		:= $(BUILDDIR)/$(LTT_CONTROL)
> -
> -# ----------------------------------------------------------------------------
> -# Prepare
> -# ----------------------------------------------------------------------------
> -
> -#
> -# autoconf
> -#
> -LTT_CONTROL_CONF_TOOL	:= autoconf
> -LTT_CONTROL_CONF_OPT	:= $(CROSS_AUTOCONF_USR)
> -
> -# ----------------------------------------------------------------------------
> -# Target-Install
> -# ----------------------------------------------------------------------------
> -
> -$(STATEDIR)/ltt-control.targetinstall:
> -	@$(call targetinfo)
> -
> -	@$(call install_init, ltt-control)
> -	@$(call install_fixup, ltt-control,PRIORITY,optional)
> -	@$(call install_fixup, ltt-control,SECTION,base)
> -	@$(call install_fixup, ltt-control,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
> -	@$(call install_fixup, ltt-control,DESCRIPTION,missing)
> -
> -	@$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttctl)
> -	@$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttd)
> -
> -	@$(call install_lib, ltt-control, 0, 0, 0644, liblttctl)
> -	@$(call install_lib, ltt-control, 0, 0, 0644, liblttd)
> -
> -	@$(call install_finish, ltt-control)
> -
> -	@$(call touch)
> -
> -# vim: syntax=make
> -- 
> 2.53.0
> 
> 
> 



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

* [ptxdist] [PATCH 20/42] ltt-control: Remove after one year in staging
  2026-05-04 12:12 [ptxdist] [PATCH 00/42] treewide: " Thorsten Scherer
@ 2026-05-04 12:52 ` Thorsten Scherer
  0 siblings, 0 replies; 3+ messages in thread
From: Thorsten Scherer @ 2026-05-04 12:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Thorsten Scherer

Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
 rules/ltt-control.in   | 14 ----------
 rules/ltt-control.make | 59 ------------------------------------------
 2 files changed, 73 deletions(-)
 delete mode 100644 rules/ltt-control.in
 delete mode 100644 rules/ltt-control.make

diff --git a/rules/ltt-control.in b/rules/ltt-control.in
deleted file mode 100644
index b6a53798b94e..000000000000
--- a/rules/ltt-control.in
+++ /dev/null
@@ -1,14 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=debug_tools
-
-config LTT_CONTROL
-	tristate
-	prompt "ltt-control"
-	select LIBC_PTHREAD
-	help
-	  Linux Trace Toolkit ltt-control
-
-	  STAGING: remove in PTXdist 2026.03.0
-	  Unmaintained in PTXdist, upstream dead and fails to build with
-	  current toolchains.
diff --git a/rules/ltt-control.make b/rules/ltt-control.make
deleted file mode 100644
index c1019f722e41..000000000000
--- a/rules/ltt-control.make
+++ /dev/null
@@ -1,59 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007 by Sascha Hauer
-#               2010 Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_LTT_CONTROL) += ltt-control
-
-#
-# Paths and names
-#
-LTT_CONTROL_VERSION	:= 0.87-09062010
-LTT_CONTROL_MD5		:= 8054b5dabebdc524ac747efd1d9c5b88
-LTT_CONTROL		:= ltt-control-$(LTT_CONTROL_VERSION)
-LTT_CONTROL_SUFFIX	:= tar.gz
-LTT_CONTROL_URL		:= https://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
-LTT_CONTROL_SOURCE	:= $(SRCDIR)/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
-LTT_CONTROL_DIR		:= $(BUILDDIR)/$(LTT_CONTROL)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-#
-# autoconf
-#
-LTT_CONTROL_CONF_TOOL	:= autoconf
-LTT_CONTROL_CONF_OPT	:= $(CROSS_AUTOCONF_USR)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ltt-control.targetinstall:
-	@$(call targetinfo)
-
-	@$(call install_init, ltt-control)
-	@$(call install_fixup, ltt-control,PRIORITY,optional)
-	@$(call install_fixup, ltt-control,SECTION,base)
-	@$(call install_fixup, ltt-control,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
-	@$(call install_fixup, ltt-control,DESCRIPTION,missing)
-
-	@$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttctl)
-	@$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttd)
-
-	@$(call install_lib, ltt-control, 0, 0, 0644, liblttctl)
-	@$(call install_lib, ltt-control, 0, 0, 0644, liblttd)
-
-	@$(call install_finish, ltt-control)
-
-	@$(call touch)
-
-# vim: syntax=make
-- 
2.53.0




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

end of thread, other threads:[~2026-05-04 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-04 12:37 [ptxdist] [PATCH 20/42] ltt-control: Remove after one year in staging Thorsten Scherer
2026-05-04 12:57 ` Thorsten Scherer
  -- strict thread matches above, loose matches on Subject: below --
2026-05-04 12:12 [ptxdist] [PATCH 00/42] treewide: " Thorsten Scherer
2026-05-04 12:52 ` [ptxdist] [PATCH 20/42] ltt-control: " Thorsten Scherer

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