From 1279465d764832d7343ba38717cc3f4dffea40b4 Mon Sep 17 00:00:00 2001 From: George Hung Date: Thu, 17 Jun 2021 08:41:27 +0800 Subject: meta-quanta: gbs: replace nvmem sysfs path by eeprom Since the nvmem sysfs path would use nvme config id in kernel 5.10, replace nvmem sysfs path by eeprom to compatible with all kernel version Signed-off-by: George Hung Change-Id: I861f9bf8e26bf5b96e0727d4dfb3e2a7e4032116 --- .../recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-quanta') 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 4ad11bc6e..43ee49923 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,5 +1,5 @@ [{ "blobBaseId": "/skm/hss/", - "sysFilePath": "/sys/class/i2c-adapter/i2c-5/5-0050/5-00500/nvmem", + "sysFilePath": "/sys/class/i2c-adapter/i2c-5/5-0050/eeprom", "offsetBytes": 256 }] -- cgit v1.2.3