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
  2025-05-16 22:02 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libpwm: version bump 2024-04-09-gf7a7496fcb9d -> 1.0-rc1
  2025-05-14 16:21 [ptxdist] [PATCH] libpwm: version bump 2024-04-09-gf7a7496fcb9d -> 1.0-rc1 Uwe Kleine-König
@ 2025-05-16 22:02 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-05-16 22:02 UTC (permalink / raw)
  To: ptxdist; +Cc: Uwe Kleine-König

Thanks, applied as 90e9b31dde981f54c7fd11ad059861795fed4de7.

Michael

[sent from post-receive hook]

On Sat, 17 May 2025 00:02:45 +0200, Uwe Kleine-König <u.kleine-koenig@baylibre.com> wrote:
> 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>
> Message-Id: <20250514162131.463124-2-u.kleine-koenig@baylibre.com>
> [mol: remove autogen.sh for the old version. Not needed for the new one]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libpwm-2024-04-09-gf7a7496fcb9d/autogen.sh b/patches/libpwm-2024-04-09-gf7a7496fcb9d/autogen.sh
> deleted file mode 120000
> index 9f8a4cb7ddcb..000000000000
> --- a/patches/libpwm-2024-04-09-gf7a7496fcb9d/autogen.sh
> +++ /dev/null
> @@ -1 +0,0 @@
> -../autogen.sh
> \ No newline at end of file
> 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)



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

end of thread, other threads:[~2025-05-16 22:03 UTC | newest]

Thread overview: 2+ messages (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
2025-05-16 22:02 ` [ptxdist] [APPLIED] " Michael Olbrich

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