meta-ibm: meta-sbp1: phosphor-ipmi-fru: Fix config
After rebasing on upstream the config wasn't properly updated
to use SBP1 custom YAML config. Update the config to actually
read the MAC from EEPROM and set it on Dbus.
Tested: MACAddress field is set on DBus ans phosphor-networkd
applies the MAC address to the network interface.
Change-Id: I44fa3f3350e5b532ab56f5317e4228b36a4a5a14
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/meta-ibm/meta-sbp1/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend b/meta-ibm/meta-sbp1/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend
index 12e7f3e..7f1000c 100644
--- a/meta-ibm/meta-sbp1/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend
+++ b/meta-ibm/meta-sbp1/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend
@@ -4,10 +4,8 @@
DEPENDS:append:sbp1 = " sbp1-yaml-config"
-EXTRA_OECONF:sbp1 = " \
- YAML_GEN=${STAGING_DIR_HOST}${datadir}/sbp1-yaml-config/ipmi-fru-read.yaml \
- PROP_YAML=${STAGING_DIR_HOST}${datadir}/sbp1-yaml-config/ipmi-extra-properties.yaml \
- "
+IPMI_FRU_YAML:sbp1="${STAGING_DIR_HOST}${datadir}/sbp1-yaml-config/ipmi-fru-read.yaml"
+IPMI_FRU_PROP_YAML:sbp1="${STAGING_DIR_HOST}${datadir}/sbp1-yaml-config/ipmi-extra-properties.yaml"
EEPROM_NAMES = "motherboard"