From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 01 Aug 2025 11:36:40 +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 1uhmBs-005tzR-2j for lore@lore.pengutronix.de; Fri, 01 Aug 2025 11:36:40 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uhmBs-0000rx-Jb; Fri, 01 Aug 2025 11:36:40 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uhmBo-0000rK-1L; Fri, 01 Aug 2025 11:36:36 +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 1uhmBn-00BMQh-2U; Fri, 01 Aug 2025 11:36:35 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uhmBn-000QnL-2K; Fri, 01 Aug 2025 11:36:35 +0200 Date: Fri, 1 Aug 2025 11:36:35 +0200 From: Michael Olbrich To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= Message-ID: References: <20250729172757.164306-2-u.kleine-koenig@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250729172757.164306-2-u.kleine-koenig@baylibre.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] libpwm: version bump 1.0-rc1 -> 1.0-rc2 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: ptxdist@pengutronix.de 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 On Tue, Jul 29, 2025 at 07:27:58PM +0200, Uwe Kleine-König wrote: > The rc2 release contains a few minor bug fixes and ships a copy of > which makes it possible to compile in the character device > support with kernel headers older than 6.17-rc1. > > Signed-off-by: Uwe Kleine-König > --- > Hello, > > libpwm 1.0-rc2 doesn't need kernel headers any more as it contains a > copy of now. Still if PTXCONF_KERNEL_HEADER=y libpwm > should be built after kernel-header. I don't know how to formalize that. Drop the 'select' and make the CPPFLAGS conditional, like e.g. rules/liburing.make. The kernel headers are always built before other target packages. Michael > IMHO that doesn't need to be addressed in the version bump commit but > could also be done in a separate commit. > > Best regards > Uwe > > rules/libpwm.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/libpwm.make b/rules/libpwm.make > index 4c14e030d6e2..82770805f341 100644 > --- a/rules/libpwm.make > +++ b/rules/libpwm.make > @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBPWM) += libpwm > # > # Paths and names > # > -LIBPWM_VERSION := 1.0-rc1 > -LIBPWM_MD5 := bb8032cd03c25a0dcdc76712acda714c > +LIBPWM_VERSION := 1.0-rc2 > +LIBPWM_MD5 := ccf05e263bd26418311e0e93848b3a71 > LIBPWM := libpwm-$(LIBPWM_VERSION) > LIBPWM_SUFFIX := tar.xz > -LIBPWM_URL := https://mirrors.edge.kernel.org/pub/linux/kernel/people/ukleinek/libpwm/libpwm-1.0-rc1.tar.xz > +LIBPWM_URL := https://mirrors.edge.kernel.org/pub/linux/kernel/people/ukleinek/libpwm/libpwm-$(LIBPWM_VERSION).tar.xz > LIBPWM_SOURCE := $(SRCDIR)/$(LIBPWM).$(LIBPWM_SUFFIX) > LIBPWM_DIR := $(BUILDDIR)/$(LIBPWM) > LIBPWM_BUILD_OOT := YES > > base-commit: c9de78371f3db2737a547584085a0376e73f76b0 > -- > 2.50.0 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |