summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorYi-Shum <EasonChen1@quantatw.com>2024-03-15 06:10:15 +0300
committerYi-Shum <EasonChen1@quantatw.com>2024-03-15 06:10:15 +0300
commit640b8fff6c11652ba593be6b084efe6a342680ac (patch)
treefe69ef59e9f5ea4e6184aab4863b5756d30d12d4 /meta-facebook
parentc10f5a3f44a984e026b6b0f5b5b679fcb0d211dd (diff)
downloadopenbmc-640b8fff6c11652ba593be6b084efe6a342680ac.tar.xz
meta-facebook: phosphor-network: rename config file
- Bletchley cannot apply the MAC address obtained from the FRU (stored in "/etc/systemd/nework/00-bmc-eth0.nework") because the file has a lower priority than the default setting "/usr/lib/systemd/network/00-bmc-eth.network". - Fixed by renaming network default config file from "00-bmc-eth.network" to "01-bmc-eth.network". Change-Id: If97068b026c0cdccbfffe14d940461f5bad7e81c Signed-off-by: Yi-Shum <EasonChen1@quantatw.com>
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/recipes-phosphor/network/phosphor-network/01-bmc-eth.network (renamed from meta-facebook/recipes-phosphor/network/phosphor-network/00-bmc-eth.network)0
-rw-r--r--meta-facebook/recipes-phosphor/network/phosphor-network_%.bbappend8
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-facebook/recipes-phosphor/network/phosphor-network/00-bmc-eth.network b/meta-facebook/recipes-phosphor/network/phosphor-network/01-bmc-eth.network
index ed262c6f63..ed262c6f63 100644
--- a/meta-facebook/recipes-phosphor/network/phosphor-network/00-bmc-eth.network
+++ b/meta-facebook/recipes-phosphor/network/phosphor-network/01-bmc-eth.network
diff --git a/meta-facebook/recipes-phosphor/network/phosphor-network_%.bbappend b/meta-facebook/recipes-phosphor/network/phosphor-network_%.bbappend
index b030ca6deb..a28f1ea2f8 100644
--- a/meta-facebook/recipes-phosphor/network/phosphor-network_%.bbappend
+++ b/meta-facebook/recipes-phosphor/network/phosphor-network_%.bbappend
@@ -1,12 +1,12 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI:append = " \
- file://00-bmc-eth.network \
+ file://01-bmc-eth.network \
"
-FILES:${PN}:append = " ${systemd_unitdir}/network/00-bmc-eth.network"
+FILES:${PN}:append = " ${systemd_unitdir}/network/01-bmc-eth.network"
do_install:append() {
install -d ${D}${systemd_unitdir}/network/
- install -m 0644 ${WORKDIR}/00-bmc-eth.network ${D}${systemd_unitdir}/network/00-bmc-eth.network
-} \ No newline at end of file
+ install -m 0644 ${WORKDIR}/01-bmc-eth.network ${D}${systemd_unitdir}/network/01-bmc-eth.network
+}