From 0228ad858796bfaf8f0929035310cc7639da3835 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 7 Jun 2019 17:22:21 +0200 Subject: [PATCH] systemd: don't include systemd-networkd To avoid possible conflicts with NetworkManager, remove systemd-networkd entirely. https://jira.digi.com/browse/DEL-6610 Signed-off-by: Gabriel Valcazar --- meta-digi-dey/recipes-core/systemd/systemd_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-dey/recipes-core/systemd/systemd_%.bbappend b/meta-digi-dey/recipes-core/systemd/systemd_%.bbappend index 68c00a54e..8c2d079c4 100644 --- a/meta-digi-dey/recipes-core/systemd/systemd_%.bbappend +++ b/meta-digi-dey/recipes-core/systemd/systemd_%.bbappend @@ -9,6 +9,9 @@ SRC_URI += " \ EXTRA_OEMESON_remove = "-Dfirmware-path=${nonarch_base_libdir}/firmware " EXTRA_OEMESON += "-Dfirmware-path=${nonarch_base_libdir}/firmware/ " +# Remove systemd-networkd from our images, since we already use NetworkManager +PACKAGECONFIG_remove = "networkd" + do_install_append () { # Disable the assignment of the fixed network interface name install -d ${D}${sysconfdir}/systemd/network