sync MAC from VPD to shared NIC

There are two MACs on the fp5280g2 machine.
eth0 is the shared NIC and eth1 is the dedicated NIC.

Testd: Correctly read MAC for eth0 and eth1 from eeprom and expose it to D-BUS interface.

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: Id5b8a82062214925122b2638f91c5efc43592ca6
diff --git a/meta-fp5280g2/recipes-phosphor/network/first-boot-set-mac_%.bbappend b/meta-fp5280g2/recipes-phosphor/network/first-boot-set-mac_%.bbappend
index 11c5295..934b328 100644
--- a/meta-fp5280g2/recipes-phosphor/network/first-boot-set-mac_%.bbappend
+++ b/meta-fp5280g2/recipes-phosphor/network/first-boot-set-mac_%.bbappend
@@ -1 +1 @@
-SYSTEMD_SERVICE_${PN} += "first-boot-set-mac@eth1.service"
+SYSTEMD_SERVICE_${PN} += " first-boot-set-mac@eth0.service first-boot-set-mac@eth1.service"