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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2019-06-07 17:22:21 +02:00
parent 49c1fb6dca
commit 0228ad8587
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ SRC_URI += " \
EXTRA_OEMESON_remove = "-Dfirmware-path=${nonarch_base_libdir}/firmware " EXTRA_OEMESON_remove = "-Dfirmware-path=${nonarch_base_libdir}/firmware "
EXTRA_OEMESON += "-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 () { do_install_append () {
# Disable the assignment of the fixed network interface name # Disable the assignment of the fixed network interface name
install -d ${D}${sysconfdir}/systemd/network install -d ${D}${sysconfdir}/systemd/network