Skip to content
Snippets Groups Projects
Unverified Commit 7528c03e authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-packageconfig.inc: Fix syntax overrides


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent e0ba787f
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
......@@ -3,11 +3,11 @@
# SPDX-License-Identifier: Apache-2.0
# Define the configuration set as per our distro policy
PACKAGECONFIG_pn-networkmanager = "nss systemd bluez5 wifi"
PACKAGECONFIG:pn-networkmanager = "nss systemd bluez5 wifi"
# We have no use for dlt-daemon as we use systemd for logging
PACKAGECONFIG_remove_pn-mosquitto = "dlt"
PACKAGECONFIG:remove:pn-mosquitto = "dlt"
# We use NetworkManager as the default network manager (included in our
# reference images).
PACKAGECONFIG_remove_pn-systemd = "networkd"
PACKAGECONFIG:remove:pn-systemd = "networkd"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment