commit | 45e93cbae0aa0d0f5385d40f5685b23e18f95351 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Jul 25 15:03:19 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Aug 01 18:33:06 2019 +0000 |
tree | 4e2e2be000e68da682424f70ab87d010dd7726e6 | |
parent | c86045cb7798797738d7702e132454640b27efb6 [diff] |
fru: use ipmifruproperty for property lookup The member IPMIFruData::property was unused and instead the property lookup was performed with the phosphor-dbus-interface property name. The IPMIFruData::property field is meant to map from dbus property to FRU property to allow a variety of dbus mappings. Tested: Verified the member was unused. Tested: Verified that a configuration yaml mapping is respected and ipmid will report the information expected given a FRU published to dbus. Note: The fields for IPMI FRU properties were taken from the example YAML and are expected to be what was used by machines leveraging this feature. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I44f73b67ecdeae2d772daa38cc21cc18cdf9c7ce
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.