commit | af51a1d9601ac52019ff3c351f1c9035dd54b3a6 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Aug 14 14:57:39 2024 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Aug 15 21:23:17 2024 +0000 |
tree | 549069ce395b5bece309b256ae02e4aa00a822cf | |
parent | b882b26a17008d35e951b23126ee9f3229170944 [diff] |
meta-quanta: meta-gbs: Update eeprom path /sys/class/i2c-adapter is a deprecated path, use the i2c bus path to access the eeprom instead. Change-Id: Idcf980994c4ea2a1ef16e667ddc57df2620ff694 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json b/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json index c1dccec..9388092 100644 --- a/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json +++ b/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json
@@ -1,6 +1,6 @@ [{ "blobBaseId": "/skm/hss/", - "sysFilePath": "/sys/class/i2c-adapter/i2c-5/5-0050/eeprom", + "sysFilePath": "/sys/bus/i2c/devices/5-0050/eeprom", "offsetBytes": 256, "maxSizeBytes": 512 }]