diff --git a/meta-ohos-core/recipes-core/systemd-conf/files/wired.network b/meta-ohos-core/recipes-core/systemd-conf/files/wired.network deleted file mode 100644 index 34c20fcb24ebdbc3f96df3c3e1aeb03b59dbe921..0000000000000000000000000000000000000000 --- a/meta-ohos-core/recipes-core/systemd-conf/files/wired.network +++ /dev/null @@ -1,11 +0,0 @@ -[Match] -Name=en* eth* -KernelCommandLine=!nfsroot -KernelCommandLine=!ip - -[Network] -DHCP=yes - -[DHCP] -RouteMetric=10 -ClientIdentifier=mac diff --git a/meta-ohos-core/recipes-core/systemd-conf/systemd-conf_%.bbappend b/meta-ohos-core/recipes-core/systemd-conf/systemd-conf_%.bbappend deleted file mode 100644 index f11b8b19465892a34ebc7b80beec7ac8d6469492..0000000000000000000000000000000000000000 --- a/meta-ohos-core/recipes-core/systemd-conf/systemd-conf_%.bbappend +++ /dev/null @@ -1,9 +0,0 @@ -# SPDX-FileCopyrightText: Huawei Inc. -# -# SPDX-License-Identifier: Apache-2.0 - -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -do_install_append_qemuall() { - install -D -m0644 ${WORKDIR}/wired.network ${D}${systemd_unitdir}/network/80-wired.network -}