summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gsj/recipes-phosphor/ipmi/gsj-ipmi-fru-properties
AgeCommit message (Collapse)AuthorFilesLines
2021-04-27gsj: ipmi-fru-properties: Add presence valuesWilly Tu1-0/+7
The ipmi command checks the FRU device's Present property upon a FRU device info reading request. The fru eeprom devices is availabe in dbus, but cannot be accessed by ipmi. ``` $ ipmitool fru FRU Device Description : Builtin FRU Device (ID 0) Device not present (Requested sensor, data, or record not found) FRU Device Description : hsbp (ID 1) Device not present (Requested sensor, data, or record not found) ``` Google-Bug-Id: 186454762 Change-Id: I173c8b3a43dc117f026908d035a00cf49a4e90f5 Signed-off-by: Willy Tu <wltu@google.com>