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:
parent
49c1fb6dca
commit
0228ad8587
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue