From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:56:00 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOspU-0013Xr-02 for lore@lore.pengutronix.de; Mon, 18 May 2026 09:56:00 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOspT-0001zN-A4; Mon, 18 May 2026 09:55:59 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsng-00043X-SZ; Mon, 18 May 2026 09:54:08 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsng-000YTJ-0n; Mon, 18 May 2026 09:54:08 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsng-00000000Db0-3D28; Mon, 18 May 2026 09:54:08 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:54:08 +0200 Message-ID: <20260518075408.52255-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504125321.64621-1-t.scherer@eckelmann.de> References: <20260504125321.64621-1-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] setserial: Remove after one year in staging X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Thorsten Scherer Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 283afdcbe77959fcde457125cbb01adcb15c60a8. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:54:08 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504125321.64621-1-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/setserial-2.17/series b/patches/setserial-2.17/series > deleted file mode 100644 > index 69fa03b254b6..000000000000 > --- a/patches/setserial-2.17/series > +++ /dev/null > @@ -1 +0,0 @@ > -setserial-tiocghayesesp-build-fix.patch > diff --git a/patches/setserial-2.17/setserial-tiocghayesesp-build-fix.patch b/patches/setserial-2.17/setserial-tiocghayesesp-build-fix.patch > deleted file mode 100644 > index dbe11d7ddc98..000000000000 > --- a/patches/setserial-2.17/setserial-tiocghayesesp-build-fix.patch > +++ /dev/null > @@ -1,28 +0,0 @@ > -[PATCH] setserial: fix build with 2.6.33+ kernel headers > - > -linux/hayesesp.h got removed in 2.6.33, but some archs (like x86) still > -define the TIOCGHAYESESP ioctl, breaking the build. > - > -It's very unlikely to be of interest anymore, so just undef it. > - > -Signed-off-by: Peter Korsgaard > ---- > - setserial.c | 5 +++++ > - 1 file changed, 5 insertions(+) > - > -Index: setserial-2.17/setserial.c > -=================================================================== > ---- setserial-2.17.orig/setserial.c > -+++ setserial-2.17/setserial.c > -@@ -24,6 +24,11 @@ > - #endif > - #include > - > -+/* linux/hayesesp.h got removed in 2.6.33 but some archs (like x86) > -+ still define TIOCGHAYESESP. It's very unlikely to be of interest > -+ anymore, so just undef it */ > -+#undef TIOCGHAYESESP > -+ > - #include "version.h" > - > - static char version_str[] = "setserial version " SETSERIAL_VERSION ", " > diff --git a/rules/setserial.in b/rules/setserial.in > deleted file mode 100644 > index 43ad2eaacbbb..000000000000 > --- a/rules/setserial.in > +++ /dev/null > @@ -1,16 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=shell_and_console > -config SETSERIAL > - tristate > - depends on !BUSYBOX_SETSERIAL || ALLYES > - prompt "setserial" > - help > - setserial - get/set Linux serial port information > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > - > -comment "BusyBox' setserial is selected!" > - depends on BUSYBOX_SETSERIAL > diff --git a/rules/setserial.make b/rules/setserial.make > deleted file mode 100644 > index d8408a352f91..000000000000 > --- a/rules/setserial.make > +++ /dev/null > @@ -1,57 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2005 by BSP > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_SETSERIAL) += setserial > - > -# > -# Paths and names > -# > -SETSERIAL_VERSION := 2.17 > -SETSERIAL_MD5 := c4867d72c41564318e0107745eb7a0f2 > -SETSERIAL := setserial-$(SETSERIAL_VERSION) > -SETSERIAL_SUFFIX := tar.gz > -SETSERIAL_URL := $(call ptx/mirror, SF, setserial/$(SETSERIAL).$(SETSERIAL_SUFFIX)) > -SETSERIAL_SOURCE := $(SRCDIR)/$(SETSERIAL).$(SETSERIAL_SUFFIX) > -SETSERIAL_DIR := $(BUILDDIR)/$(SETSERIAL) > - > -# ---------------------------------------------------------------------------- > -# Prepare > -# ---------------------------------------------------------------------------- > - > -# > -# autoconf > -# > -SETSERIAL_CONF_TOOL := autoconf > -SETSERIAL_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) > - > -SETSERIAL_MAKE_OPT := setserial > - > -# ---------------------------------------------------------------------------- > -# Target-Install > -# ---------------------------------------------------------------------------- > - > -$(STATEDIR)/setserial.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, setserial) > - @$(call install_fixup, setserial,PRIORITY,optional) > - @$(call install_fixup, setserial,SECTION,base) > - @$(call install_fixup, setserial,AUTHOR,"Benedikt Spranger ") > - @$(call install_fixup, setserial,DESCRIPTION,missing) > - > - @$(call install_copy, setserial, 0, 0, 0755, -, /bin/setserial) > - > - @$(call install_finish, setserial) > - > - @$(call touch) > - > -# vim: syntax=make