commit | efb5ae550fe5033742c74b611c5c3f1791261414 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jul 27 11:35:43 2023 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Aug 23 23:24:41 2023 +0000 |
tree | 84a6e9aaea4af138ee85f9a4d9e35a4fd8c73b58 | |
parent | dca4720fe3d0af8c433614a6199f0a6b41ade6a4 [diff] |
update DCMI management ctrl ID str commands DCMI management controller ID string commands were still using the old IPMI API and blocking dbus calls. This updates them to use the new API and yielding dbus calls. Tested: 'ipmitool dcmi get_mc_id_string' and 'ipmitool dcmi set_mc_id_string' work the same as before Change-Id: I6bd6284e8f346e4a80d744c6824c5f2f914cd7f3 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