From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Tue, 30 Mar 2021 22:09:45 +0200 Subject: [Buildroot] [PATCH 1/1] package/modem-manager: bump version to 1.16.2 In-Reply-To: References: <20210329184934.14690-1-petr.vorel@gmail.com> <20210330195156.GA24043@scaer> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Yann, Aleksander, > Hey, > > On 2021-03-29 20:49 +0200, Petr Vorel spake thusly: > > > It requires libqmi >= 1.28.0 > > > Signed-off-by: Petr Vorel > > Applied to master, thanks. Thanks a lot! > > > --- > > > Hi, > > > RFC: should I add also --enable-plugin-qcom-soc ? > > > (there is qcom-db410c-firmware package) > > Maybe you could enable the plugin if the package is enabled: > > ifeq ($(BR2_PACKAGE_QCOM_DB410_FIRMWARE),y) > > MODEM_MANAGER_CONF_OPTS += --enable-plugin-qcom-soc > > else > > MODEM_MANAGER_CONF_OPTS += --disable-plugin-qcom-soc > > endif Again, thanks! > From a quick Google search, looks like there is no WWAN modem there: > "The DragonBoard 410c based on Qualcomm Snapdragon 410 processor is a > 64-bit development board with Wi-Fi, Bluetooth, and GPS." => then it makes to leave it. > The qcom-soc plugin has been tested successfully on MSM8916 or MSM8974 > SoCs, and there is some ongoing work to make it work on SDM845 and > similar platforms. It looks like it's so far really useful only for postmarketOS. Kind regards, Petr