From 8227eabe0be90de6547db6ef1535dc34eaba8fdc Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Fri, 10 Sep 2021 14:03:58 +0100
Subject: [PATCH] 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 <andrei.gherzan@huawei.com>
---
 meta-ohos-core/conf/distro/allscenarios-linux.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-ohos-core/conf/distro/allscenarios-linux.conf b/meta-ohos-core/conf/distro/allscenarios-linux.conf
index 930b673b..fa22256c 100644
--- a/meta-ohos-core/conf/distro/allscenarios-linux.conf
+++ b/meta-ohos-core/conf/distro/allscenarios-linux.conf
@@ -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"
-- 
GitLab