commit | de1420dcc29bbe9d70968428e96ba34bfededad3 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Mar 03 15:14:25 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Tue Apr 01 23:52:26 2025 +0000 |
tree | 53b9afd2c282854f2332a203e6d0ad6533aa8d5d | |
parent | 9860505f689169f857d9fb3de586e3168897f92b [diff] |
Added asynchronous callDbusMethod This path added two callDbusMethod methods, one without method return value (default return ec), and the other with method return value. Change-Id: I16503fe24adc0f3896a861972751d532b6361ef9 Signed-off-by: George Liu <liuxiwei@ieisystem.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