commit | 82cffccd642142b7dd48c9a874718e69e83b2ef3 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jul 27 10:59:20 2023 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Aug 23 23:24:41 2023 +0000 |
tree | 36c7d1579eaf19ae715002ea9d4d4b593b2f2991 | |
parent | ecffbaee3ed69443efdc68cb372a779de862c921 [diff] |
change to use non-deprecated dcmi group value All new code should be using the constants from the new API, rather than the old code. This is a minor change to remove usage of the DCMI group value from all internal phosphor-ipmi-host code. Change-Id: Ib4b44bbb4a40945639eeb0f72e817f3dc716903b 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