mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] libqmi: version bump 1.30.6 -> 1.30.8
@ 2022-07-28 17:58 Bruno Thomsen
  2022-07-28 17:58 ` [ptxdist] [PATCH 2/2] modemmanager: version bump 1.16.6 -> 1.18.10 Bruno Thomsen
  0 siblings, 1 reply; 3+ messages in thread
From: Bruno Thomsen @ 2022-07-28 17:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

modemmanager version 1.18.10 requires libqmi 1.30.8.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/libqmi.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libqmi.make b/rules/libqmi.make
index 2c4a61b5a085..4607cf7785a9 100644
--- a/rules/libqmi.make
+++ b/rules/libqmi.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBQMI) += libqmi
 #
 # Paths and names
 #
-LIBQMI_VERSION	:= 1.30.6
-LIBQMI_MD5	:= ddfe075d83c091a69f9e5e1c1c624af5
+LIBQMI_VERSION	:= 1.30.8
+LIBQMI_MD5	:= 5ec8838914f80e1dfa4d2fa8cc2f186d
 LIBQMI		:= libqmi-$(LIBQMI_VERSION)
 LIBQMI_SUFFIX	:= tar.xz
 LIBQMI_URL	:= http://www.freedesktop.org/software/libqmi/$(LIBQMI).$(LIBQMI_SUFFIX)

base-commit: 02f8e5e7cb2ae088b69bfd2d75ba9e702eeaac5f
-- 
2.37.1




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

* [ptxdist] [PATCH 2/2] modemmanager: version bump 1.16.6 -> 1.18.10
  2022-07-28 17:58 [ptxdist] [PATCH 1/2] libqmi: version bump 1.30.6 -> 1.30.8 Bruno Thomsen
@ 2022-07-28 17:58 ` Bruno Thomsen
  2022-08-04 15:14   ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Bruno Thomsen @ 2022-07-28 17:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Disable new QRTR option as it requires Qualcomm IPC Router support
(CONFIG_QRTR) in the kernel.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/modemmanager.make | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/modemmanager.make b/rules/modemmanager.make
index 43d8e607e910..9dd58dac0998 100644
--- a/rules/modemmanager.make
+++ b/rules/modemmanager.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MODEMMANAGER) += modemmanager
 #
 # Paths and names
 #
-MODEMMANAGER_VERSION	:= 1.16.6
-MODEMMANAGER_MD5	:= bde995400758db3a98c886608c2d5d9d
+MODEMMANAGER_VERSION	:= 1.18.10
+MODEMMANAGER_MD5	:= e3ed043771fdee6f2078b9e51ca5e56a
 MODEMMANAGER		:= ModemManager-$(MODEMMANAGER_VERSION)
 MODEMMANAGER_SUFFIX	:= tar.xz
 MODEMMANAGER_URL	:= https://www.freedesktop.org/software/ModemManager/$(MODEMMANAGER).$(MODEMMANAGER_SUFFIX)
@@ -51,6 +51,7 @@ MODEMMANAGER_CONF_OPT	:= \
 	--enable-all-plugins \
 	--with-gnu-ld \
 	--without-gcov \
+	--without-qrtr \
 	--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
 	--with-udev-base-dir=/usr/lib/udev \
 	--with-systemdsystemunitdir=/usr/lib/systemd/system \
-- 
2.37.1




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

* Re: [ptxdist] [APPLIED] modemmanager: version bump 1.16.6 -> 1.18.10
  2022-07-28 17:58 ` [ptxdist] [PATCH 2/2] modemmanager: version bump 1.16.6 -> 1.18.10 Bruno Thomsen
@ 2022-08-04 15:14   ` Michael Olbrich
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2022-08-04 15:14 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 72e8bdfb0ef1f1637759176a3d263c4a62508515.

Michael

[sent from post-receive hook]

On Thu, 04 Aug 2022 17:14:19 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Disable new QRTR option as it requires Qualcomm IPC Router support
> (CONFIG_QRTR) in the kernel.
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20220728175826.5400-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/modemmanager.make b/rules/modemmanager.make
> index 43d8e607e910..9dd58dac0998 100644
> --- a/rules/modemmanager.make
> +++ b/rules/modemmanager.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MODEMMANAGER) += modemmanager
>  #
>  # Paths and names
>  #
> -MODEMMANAGER_VERSION	:= 1.16.6
> -MODEMMANAGER_MD5	:= bde995400758db3a98c886608c2d5d9d
> +MODEMMANAGER_VERSION	:= 1.18.10
> +MODEMMANAGER_MD5	:= e3ed043771fdee6f2078b9e51ca5e56a
>  MODEMMANAGER		:= ModemManager-$(MODEMMANAGER_VERSION)
>  MODEMMANAGER_SUFFIX	:= tar.xz
>  MODEMMANAGER_URL	:= https://www.freedesktop.org/software/ModemManager/$(MODEMMANAGER).$(MODEMMANAGER_SUFFIX)
> @@ -51,6 +51,7 @@ MODEMMANAGER_CONF_OPT	:= \
>  	--enable-all-plugins \
>  	--with-gnu-ld \
>  	--without-gcov \
> +	--without-qrtr \
>  	--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
>  	--with-udev-base-dir=/usr/lib/udev \
>  	--with-systemdsystemunitdir=/usr/lib/systemd/system \



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

end of thread, other threads:[~2022-08-04 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 17:58 [ptxdist] [PATCH 1/2] libqmi: version bump 1.30.6 -> 1.30.8 Bruno Thomsen
2022-07-28 17:58 ` [ptxdist] [PATCH 2/2] modemmanager: version bump 1.16.6 -> 1.18.10 Bruno Thomsen
2022-08-04 15:14   ` [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