summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-platform
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-02-04 06:16:56 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-02-18 11:28:24 +0000
commitee17410d05874c0b9ca6e29e1c16dfa753de9146 (patch)
treef7fd4dabf37fdbe076f945a42d06c62c544ca57a /meta-agl-profile-core/recipes-platform
parent55485cd9df453f196661fb95a3c6dcef54017297 (diff)
meta-agl-profile-core: packagegroups: add libqmi to connectivity profile
If DISTRO_FEATURES contains '3g' then includ the libqmi package to allow configuration of WWAN modules that have a Qualcomm MSM Interface. Change-Id: I96c890ef42a24039d9156a1a336d1dab17c66b75 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-profile-core/recipes-platform')
-rw-r--r--meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-connectivity.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-connectivity.bb b/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-connectivity.bb
index 038ae5d20..6ef68ca90 100644
--- a/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-connectivity.bb
+++ b/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-connectivity.bb
@@ -13,6 +13,7 @@ RDEPENDS_${PN} += "\
bluez5-obex \
dhcp-server \
${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','connman','connman connman-client connman-tests connman-tools connman-ncurses','',d)} \
+ ${@bb.utils.contains("DISTRO_FEATURES", "3g", "libqmi", "", d)} \
neard \
neardal-tools \
rtl-sdr \