commit | 056fab1a60e1b23de2526f6d7a06b419e8ac8008 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jul 27 14:25:24 2023 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Aug 23 23:24:41 2023 +0000 |
tree | 929a869870370ec98c2ab74d05d697a3fcfdfd3e | |
parent | cce9ffd9efea31ea6c42692a6d3ba50a3fccaacf [diff] |
update DCMI Get Power Reading command DCMI Get Power Reading 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 power reading' works the same as before Change-Id: Id8b732bd6ebf2a4d7087fa6fb47edcf35f20fee8 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