mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libpwm: version bump 2024-04-09-gf7a7496fcb9d -> 1.0-rc1
@ 2025-05-14 16:21 Uwe Kleine-König
  0 siblings, 0 replies; only message in thread
From: Uwe Kleine-König @ 2025-05-14 16:21 UTC (permalink / raw)
  To: ptxdist

Now that the kernel side of the pwm character devices is considered done
and having a fixed API, libpwm 1.0-rc1 was released. Update from the
earlier used snapshot.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
---
 rules/libpwm.make | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/rules/libpwm.make b/rules/libpwm.make
index df4cd5bd542c..4c14e030d6e2 100644
--- a/rules/libpwm.make
+++ b/rules/libpwm.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBPWM) += libpwm
 #
 # Paths and names
 #
-LIBPWM_VERSION		:= 2024-04-09-gf7a7496fcb9d
-LIBPWM_MD5		:= 432a7dcb3a71449d6e07c805788a721b
+LIBPWM_VERSION		:= 1.0-rc1
+LIBPWM_MD5		:= bb8032cd03c25a0dcdc76712acda714c
 LIBPWM			:= libpwm-$(LIBPWM_VERSION)
-LIBPWM_SUFFIX		:= tar.gz
-LIBPWM_URL		:= https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/libpwm.git/snapshot/$(LIBPWM_VERSION).$(LIBPWM_SUFFIX)
+LIBPWM_SUFFIX		:= tar.xz
+LIBPWM_URL		:= https://mirrors.edge.kernel.org/pub/linux/kernel/people/ukleinek/libpwm/libpwm-1.0-rc1.tar.xz
 LIBPWM_SOURCE		:= $(SRCDIR)/$(LIBPWM).$(LIBPWM_SUFFIX)
 LIBPWM_DIR		:= $(BUILDDIR)/$(LIBPWM)
 LIBPWM_BUILD_OOT	:= YES
@@ -47,7 +47,8 @@ $(STATEDIR)/libpwm.targetinstall:
 	@$(call install_fixup, libpwm, DESCRIPTION, missing)
 
 	@$(call install_lib, libpwm, 0, 0, 0644, libpwm)
-	@$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmtest)
+	@$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmround)
+	@$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmset)
 	@$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmtestperf)
 
 	@$(call install_finish, libpwm)
-- 
2.47.2




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-05-14 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-14 16:21 [ptxdist] [PATCH] libpwm: version bump 2024-04-09-gf7a7496fcb9d -> 1.0-rc1 Uwe Kleine-König

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