commit | b78184e73b8ad930c3e9e92aae0ddac675e7c521 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Thu Oct 27 22:57:38 2022 +0000 |
committer | Willy Tu <wltu@google.com> | Thu Oct 27 23:01:58 2022 +0000 |
tree | 526c2544a8d54f54a73afa73efe78571d89e7bdc | |
parent | 9a9ac0bcfc2df48873ca0f9725eb5255f7191d84 [diff] |
Add option to disable getActiveSoftwareVersionInfo Add metion option `get-dbus-active-software` to allow us to disable calling getActiveSoftwareVersionInfo when we expect it to be failing and depend completely on dev_id.json for the version. Tested: Build with both options and works fine. Change-Id: Icad3ad72521af35370e74cea36aa12085448dc53 Signed-off-by: Willy Tu <wltu@google.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