From 4a24779283e484f8e51b1731c082ee538981bb80 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Mon, 4 Sep 2023 12:13:20 +0200 Subject: meta-ibm: meta-genesis3: phosphor-ipmi-fru: Fix config After rebasing on upstream the config wasn't properly updated to use genesis3 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: Ideaffc68e75a005c351edd3b53860bfcc30dfde4 Signed-off-by: Patrick Rudolph --- .../recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta-ibm/meta-genesis3/recipes-phosphor') diff --git a/meta-ibm/meta-genesis3/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend b/meta-ibm/meta-genesis3/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend index f04dd846ee..4eeef04acf 100644 --- a/meta-ibm/meta-genesis3/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend +++ b/meta-ibm/meta-genesis3/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend @@ -4,10 +4,8 @@ FILESEXTRAPATHS:prepend:genesis3 := "${THISDIR}/${PN}:" DEPENDS:append:genesis3 = " genesis3-yaml-config" -EXTRA_OECONF:genesis3 = " \ - YAML_GEN=${STAGING_DIR_HOST}${datadir}/genesis3-yaml-config/ipmi-fru-read.yaml \ - PROP_YAML=${STAGING_DIR_HOST}${datadir}/genesis3-yaml-config/ipmi-extra-properties.yaml \ - " +IPMI_FRU_YAML:genesis3="${STAGING_DIR_HOST}${datadir}/genesis3-yaml-config/ipmi-fru-read.yaml" +IPMI_FRU_PROP_YAML:genesis3="${STAGING_DIR_HOST}${datadir}/genesis3-yaml-config/ipmi-extra-properties.yaml" EEPROM_NAMES = "motherboard" -- cgit v1.2.3