commit | b0d1396156ae1b96f3364d17dd27d80de69b3971 | [log] [tgz] |
---|---|---|
author | Thu Nguyen <thu@os.amperecomputing.com> | Fri Aug 01 22:00:52 2025 +0000 |
committer | Thu Nguyen <thu@os.amperecomputing.com> | Wed Sep 17 15:08:20 2025 +0000 |
tree | 5d66347e7085346455cbbc599bf14296d3efcd1b | |
parent | a95978d6da42e5f2d8c70f4d1502820a8223094c [diff] |
user_channel: Move the D-Bus defined to common file As [1], the "D-Bus & Object Manager related stuff" will be moved to the common file `user_channel/user_mgmt.hpp`. [1] https://github.com/openbmc/phosphor-host-ipmid/blob/e58eb308e561bcc0ddb6ad9cf479e35b214ab46d/user_channel/user_mgmt.cpp#L44 Change-Id: Ib98dbf7ef568a83f813023a5e9d484343af7c778 Signed-off-by: Thu Nguyen <thu@os.amperecomputing.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