From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:55:24 +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 1wOsou-0013SF-2R for lore@lore.pengutronix.de; Mon, 18 May 2026 09:55:24 +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 1wOsou-0008M7-5K; Mon, 18 May 2026 09:55:24 +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 1wOsnU-0003GS-Du; Mon, 18 May 2026 09:53:56 +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 1wOsnT-000YSJ-2V; Mon, 18 May 2026 09:53:56 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsnU-00000000DP5-1Efy; Mon, 18 May 2026 09:53:56 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:53:56 +0200 Message-ID: <20260518075356.51516-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504121331.57729-20-t.scherer@eckelmann.de> References: <20260504121331.57729-20-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] lsuio: 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 9bda9b4503c16d2f2c71e67090560f41ebaf6eda. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:53:56 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504121331.57729-20-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/lsuio.in b/rules/lsuio.in > deleted file mode 100644 > index 6a8bafc62b10..000000000000 > --- a/rules/lsuio.in > +++ /dev/null > @@ -1,12 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=shell_and_console > -config LSUIO > - tristate > - prompt "lsuio" > - help > - lists the Userspace IO devices registered in your system. > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist and fails to build with current toolchains. > - Needs updating to the latest version. > diff --git a/rules/lsuio.make b/rules/lsuio.make > deleted file mode 100644 > index 5bba1491ccf2..000000000000 > --- a/rules/lsuio.make > +++ /dev/null > @@ -1,56 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2008 by Wolfram Sang > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_LSUIO) += lsuio > - > -# > -# Paths and names > -# > -LSUIO_VERSION := 0.2.0 > -LSUIO_MD5 := 8da82b681c24e6c5b3518c99e7f961d7 > -LSUIO := lsuio-$(LSUIO_VERSION) > -LSUIO_SUFFIX := tar.gz > -LSUIO_URL := https://www.osadl.org/uploads/media/$(LSUIO).$(LSUIO_SUFFIX) > -LSUIO_SOURCE := $(SRCDIR)/$(LSUIO).$(LSUIO_SUFFIX) > -LSUIO_DIR := $(BUILDDIR)/$(LSUIO) > -LSUIO_LICENSE := GPL-2.0 > -LSUIO_LICENSE_FILES := file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f > - > -# ---------------------------------------------------------------------------- > -# Prepare > -# ---------------------------------------------------------------------------- > - > -# > -# autoconf > -# > -LSUIO_CONF_TOOL := autoconf > -LSUIO_CONF_OPT := $(CROSS_AUTOCONF_USR) > - > -# ---------------------------------------------------------------------------- > -# Target-Install > -# ---------------------------------------------------------------------------- > - > -$(STATEDIR)/lsuio.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, lsuio) > - @$(call install_fixup, lsuio,PRIORITY,optional) > - @$(call install_fixup, lsuio,SECTION,base) > - @$(call install_fixup, lsuio,AUTHOR,"Wolfram Sang ") > - @$(call install_fixup, lsuio,DESCRIPTION,missing) > - > - @$(call install_copy, lsuio, 0, 0, 0755, -, /usr/bin/lsuio) > - > - @$(call install_finish, lsuio) > - > - @$(call touch) > - > -# vim: syntax=make