Skip to content
Snippets Groups Projects

oniro-image-common.inc: introduce modem/usbmodem MACHINE_FEATURES

Merged Stefan Schmidt requested to merge stefanschmidt/oniro:modem into kirkstone
Files
2
@@ -5,6 +5,11 @@
# Define the configuration set as per our distro policy
PACKAGECONFIG:pn-networkmanager = "nss systemd bluez5 wifi nmcli"
# If the machine has a cellular modem it can set MACHINE_FEATURES+=modem to
# enable build-in support in NetworkManager.
PACKAGECONFIG:append:pn-networkmanager = "${@bb.utils.contains('MACHINE_FEATURES', \
'modem', ' modemmanager ', '', d)}"
# We have no use for dlt-daemon as we use systemd for logging
PACKAGECONFIG:remove:pn-mosquitto = "dlt"
Loading