commit | 744398dc49661363f32af3a34b71ca4b865c20e9 | [log] [tgz] |
---|---|---|
author | Nagaraju Goruganti <ngorugan@in.ibm.com> | Tue Feb 20 09:52:00 2018 -0600 |
committer | Nagaraju Goruganti <ngorugan@in.ibm.com> | Mon Mar 12 21:25:29 2018 -0500 |
tree | c9f5b415ed4938b3930368ea99a12ea2db60c8cc | |
parent | 34e3d3f152ba010b2a7805a8bbb85ed08c7f05cd [diff] |
Remove use of legacy inventory interface Made below given changes: 1.With legacy code we used to read software version info from the system file: /etc/os-release, now with new updates we will read it from the s/w object which is implementing the interface "xyz.openbmc_project.Software.RedundancyPriority" interface. 2.Removed legacy code related to inventory(FRU) for sensors Tested: 1.Verified f/w version info using below given command >ipmitool mc info -I dbus 2.Verified get sensor type info using below given command >ipmitool raw 0x04 0x2f 0x02 -I dbus Resolves openbmc/openbmc#2870 Change-Id: I384bf4aaacd56f4a871833b533b2a8a68c489959 Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.