commit | cce9ffd9efea31ea6c42692a6d3ba50a3fccaacf | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jul 27 14:15:17 2023 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Aug 23 23:24:41 2023 +0000 |
tree | 051cdcea082f54a2ff097a01fdcbdb540d765201 | |
parent | f038dc095f8d9089d92d89740177b19a5d2b5f5b [diff] |
update DCMI Read Temperatures command DCMI Read Temperatures command was still using the old IPMI API and blocking dbus calls. This updates it to use the new API and yielding dbus calls. Tested: 'ipmitool dcmi get_temp_reading' works the same as before Change-Id: If5d9fb190173c3ba864030aec4067708fc70eb08 Signed-off-by: Vernon Mauery <vernon.mauery@linux.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