From 504e367a0c729b672a97a0e6dea100b822b82400 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 13 Dec 2022 13:15:19 +0100 Subject: [PATCH] distro/netmodule-linux: Disable all libqmi configs Since libqmi is only used by ModemManager we don't need all the features. Default features (excluded with this commit) are udev and mbim. BugzID: 81947 --- conf/distro/netmodule-linux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index 0d8379d..4effabc 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -40,6 +40,7 @@ PACKAGECONFIG_append_pn-networkmanager = " modemmanager" PACKAGECONFIG_pn-gpsd = "" PACKAGECONFIG_append_pn-openssl = " cryptodev-linux" PACKAGECONFIG_pn-lmsensors = "" +PACKAGECONFIG_pn-libqmi = "" # These rules may make gpsd start automatically when detecting a # receiver. We don't want that since gpsd is started by gnss-mgr