commit | d4222fd3b66e4fd69b42ea7b91ad2af11fd77cce | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jul 27 11:26:51 2023 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Aug 23 23:24:41 2023 +0000 |
tree | d12e7a951e5be88c2330f12673ab35a4f426dffb | |
parent | f4eb35d069bb338506dcac80905c0bc9e929ac89 [diff] |
Update DCMI power limit commands DCMI power limit 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 power get_limit works the same as before Change-Id: Ib71afac7dd840b7a413813ee050c5fa238716af5 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