| commit | 6475b5c9d7efc23a48d0c522d1eb7fecde09bd55 | [log] [tgz] |
|---|---|---|
| author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jul 27 14:52:51 2023 -0700 |
| committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Aug 23 23:24:41 2023 +0000 |
| tree | 23b03bdc8473fa31704172b9c3b22fabd491dd50 | |
| parent | 53d0cf1d4aacbea483d0fe99e1bb9b57da70fc2f [diff] |
Update DCMI Get/Set Config Parameters commands
DCMI Configuration Parameters 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_conf_param' and
'ipmitool dcmi set_conf_param' work the same as before
Change-Id: Ib50118c2dd515c134c3206ee128be2d3e7ea7c81
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