commit | 8396c6dfc1da6cfe7594e50999f947e5af9dd9c7 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed May 29 14:52:41 2019 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu May 30 16:14:17 2019 +0000 |
tree | a444b6c183050e7292325ae772f15c5068a3aa8c | |
parent | 3ea8d6e97d452bd77b51e081e880b8e211211efc [diff] [blame] |
Swift: Fix BMC VPD path Fix the EEPROM path to match what is on the real hardware. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I061f8dc65f61cad4bc445cbc111f3a56234174e6
diff --git a/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend b/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend index 5309503..3fc3d48 100644 --- a/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend +++ b/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend
@@ -5,5 +5,5 @@ do_install_append_swift() { DEST=${D}${inventory_envdir} - printf "\nEEPROM=/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-08/08-0051/eeprom" >> ${DEST}/inventory + printf "\nEEPROM=/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a340.i2c-bus/i2c-8/8-0051/eeprom" >> ${DEST}/inventory }