commit | e7ef94d350cd156c54a5789ce7d53eb1a55f7da9 | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Tue Jun 18 13:20:57 2024 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Aug 29 17:15:44 2024 +0000 |
tree | 436c2238b683bcd59490805215530a594cadf0e1 | |
parent | 851341170bd362942c589b7ebc58e36c6744a46b [diff] |
Refactor Get SDR Device Info function The Get SDR Device Info function can be simplified by taking advantage of the code changes for managing non-Type 01 SDR's. Tested: ipmitool raw 4 0x20 // expect sensor count ipmitool raw 4 0x20 0 // expect sensor count ipmitool raw 4 0x20 1 // expect SDR count ipimtool raw 4 0x20 2 // expect invalid parameter err All of the ipmitool commands returned the expected results Change-Id: I6f73a521c4273a29990fcc2b0cc725ad593db348 Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage