[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-384-g88fa93a
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@sf...> - 2018-02-27 23:09:57
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 88fa93ac39de51e719a4ba41d4df0109f54ea20b (commit)
from 0e416a283ef7e91547d369c4bc495a918e9aa704 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 88fa93ac39de51e719a4ba41d4df0109f54ea20b
Author: Julien BOIBESSOT <jul...@ar...>
Date: Tue Feb 20 18:32:28 2018 +0100
[BUILDROOT] Bump modemmanager & libqmi & libmbim versions
-----------------------------------------------------------------------
Summary of changes:
...s-bump-modem-libraries-for-em7565-support.patch | 68 ++++++++++++++++++++++
patches/buildroot/2017.02/cleanup_buildroot.sh | 6 ++
2 files changed, 74 insertions(+)
create mode 100644 patches/buildroot/2017.02/041-armadeus-bump-modem-libraries-for-em7565-support.patch
diff --git a/patches/buildroot/2017.02/041-armadeus-bump-modem-libraries-for-em7565-support.patch b/patches/buildroot/2017.02/041-armadeus-bump-modem-libraries-for-em7565-support.patch
new file mode 100644
index 0000000..388dc46
--- /dev/null
+++ b/patches/buildroot/2017.02/041-armadeus-bump-modem-libraries-for-em7565-support.patch
@@ -0,0 +1,68 @@
+Sierra EM7565 4G MODEM is only supported by recent modemmanager releases.
+
+Signed-off-by: Julien BOIBESSOT <jul...@ar...>
+
+Index: buildroot/package/libmbim/libmbim.hash
+===================================================================
+--- buildroot.orig/package/libmbim/libmbim.hash
++++ buildroot/package/libmbim/libmbim.hash
+@@ -1,2 +1,3 @@
+ # Locally computed:
+ sha256 ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b libmbim-1.14.0.tar.xz
++sha256 c8ca50beeddd4b43309df5b698917268303bf176cea58fe4fe53d5bf0e93fac2 libmbim-1.16.0.tar.xz
+Index: buildroot/package/libmbim/libmbim.mk
+===================================================================
+--- buildroot.orig/package/libmbim/libmbim.mk
++++ buildroot/package/libmbim/libmbim.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-LIBMBIM_VERSION = 1.14.0
++LIBMBIM_VERSION = 1.16.0
+ LIBMBIM_SITE = http://www.freedesktop.org/software/libmbim
+ LIBMBIM_SOURCE = libmbim-$(LIBMBIM_VERSION).tar.xz
+ LIBMBIM_LICENSE = LGPLv2+ (library), GPLv2+ (programs)
+Index: buildroot/package/modem-manager/modem-manager.hash
+===================================================================
+--- buildroot.orig/package/modem-manager/modem-manager.hash
++++ buildroot/package/modem-manager/modem-manager.hash
+@@ -1,2 +1,3 @@
+ # Locally computed
+ sha256 e4544398d9c166f8e13fe7c97149f262ad1fb48af980e0d4f9c34013920c6393 ModemManager-1.6.2.tar.xz
++sha256 d465094fc6fc173354f5a00d212049056829cc245d60a9083f3c53f86a8f90ec ModemManager-1.7.990.tar.xz
+Index: buildroot/package/modem-manager/modem-manager.mk
+===================================================================
+--- buildroot.orig/package/modem-manager/modem-manager.mk
++++ buildroot/package/modem-manager/modem-manager.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-MODEM_MANAGER_VERSION = 1.6.2
++MODEM_MANAGER_VERSION = 1.7.990
+ MODEM_MANAGER_SOURCE = ModemManager-$(MODEM_MANAGER_VERSION).tar.xz
+ MODEM_MANAGER_SITE = http://www.freedesktop.org/software/ModemManager
+ MODEM_MANAGER_LICENSE = GPLv2+ (programs, plugins), LGPLv2+ (libmm-glib)
+Index: buildroot/package/libqmi/libqmi.hash
+===================================================================
+--- buildroot.orig/package/libqmi/libqmi.hash
++++ buildroot/package/libqmi/libqmi.hash
+@@ -1,2 +1,4 @@
+ # Locally computed:
+ sha256 7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a libqmi-1.16.0.tar.xz
++sha256 1e3c5f2968514dc7e333867883889fd0bf17e81ee1e588f17341018ff112cb9f libqmi-1.18.2.tar.xz
++sha256 21428cd3749c56246565123f707fee51238651a22c60bdc85ebce97388626eb4 libqmi-1.20.0.tar.xz
+Index: buildroot/package/libqmi/libqmi.mk
+===================================================================
+--- buildroot.orig/package/libqmi/libqmi.mk
++++ buildroot/package/libqmi/libqmi.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-LIBQMI_VERSION = 1.16.0
++LIBQMI_VERSION = 1.20.0
+ LIBQMI_SITE = http://www.freedesktop.org/software/libqmi
+ LIBQMI_SOURCE = libqmi-$(LIBQMI_VERSION).tar.xz
+ LIBQMI_LICENSE = LGPLv2+ (library), GPLv2+ (programs)
diff --git a/patches/buildroot/2017.02/cleanup_buildroot.sh b/patches/buildroot/2017.02/cleanup_buildroot.sh
index c6469eb..432e672 100755
--- a/patches/buildroot/2017.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2017.02/cleanup_buildroot.sh
@@ -67,9 +67,13 @@ rm -rf buildroot/package/kodi/Config.in
rm -rf buildroot/package/kodi/kodi.mk
rm -rf buildroot/package/leptonmodule/Config.in
rm -rf buildroot/package/leptonmodule/leptonmodule.mk
+rm -rf buildroot/package/libmbim/libmbim.mk
+rm -rf buildroot/package/libmbim/libmbim.hash
rm -rf buildroot/package/libpng/0002-Don-t-append-prefix-to-symbol-names-in-version-script.patch
rm -rf buildroot/package/libpng/libpng.hash
rm -rf buildroot/package/libpng/libpng.mk
+rm -rf buildroot/package/libqmi/libqmi.mk
+rm -rf buildroot/package/libqmi/libqmi.hash
rm -rf buildroot/package/linux-headers/2.6.29.6/0001-net-Support-inclusion-of-linux-socket.h-before-sys-s.patch
rm -rf buildroot/package/linux-headers/2.6.29.6/368-redhat-types_h-define-__aligned_u64-and-expose-to-userspace.patch
rm -rf buildroot/package/linux-headers/2.6.35.3/368-redhat-types_h-define-__aligned_u64-and-expose-to-userspace.patch
@@ -89,6 +93,8 @@ rm -rf buildroot/package/matiec/matiec.mk
rm -rf buildroot/package/mke2img/Config.in.host
rm -rf buildroot/package/mke2img/mke2img
rm -rf buildroot/package/mke2img/mke2img.mk
+rm -rf buildroot/package/modem-manager/modem-manager.mk
+rm -rf buildroot/package/modem-manager/modem-manager.hash
rm -rf buildroot/package/ncurses/ncurses-5.7-allows_build_with_old_ncurses_host_installation.patch
rm -rf buildroot/package/openssh/openssh.mk
rm -rf buildroot/package/pci_debug/Config.in
hooks/post-receive
--
armadeus
|