Skip to content
Snippets Groups Projects
Commit 8227eabe authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

allscenarios-linux.conf: Disable networkd

We have merged in the inclusion of NetworkManager in the reference
images so we can disable networkd to avoid runtime conflict.

Fixes https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/112



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 78f7e7c6
No related branches found
No related tags found
No related merge requests found
......@@ -34,3 +34,7 @@ ENABLE_UART ?= "1"
# We have no use for dlt-daemon as we use systemd for logging
PACKAGECONFIG_remove_pn-mosquitto = "dlt"
# We use NetworkManager as the default network manager (included in our
# reference images).
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