diff --git a/meta-ohos-core/recipes-core/systemd-conf/systemd-conf_%.bbappend b/meta-ohos-core/recipes-core/systemd-conf/systemd-conf_%.bbappend new file mode 100644 index 0000000000000000000000000000000000000000..c8fa81fda7fee1e93f59ec331155c319264d4870 --- /dev/null +++ b/meta-ohos-core/recipes-core/systemd-conf/systemd-conf_%.bbappend @@ -0,0 +1,3 @@ +do_install_append_qemuall() { + install -D -m0644 ${WORKDIR}/wired.network ${D}${systemd_unitdir}/network/80-wired.network +}