commit | a008871d66299801fde39036bef77da8e50dcf74 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Jan 30 13:03:23 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Sun Feb 04 00:11:23 2024 +0000 |
tree | a9f0a60289b4d5fd00278da9b97caaabe69aa5f2 | |
parent | 930856da9a4898bb1d35dfcd78261450b4e0fa41 [diff] |
Remove the mapper_get_service method Since `mapper_get_service` is a tool and may need to be refactored in the future [1], this patch is to delete the use of `mapper_get_service` and use the GetObject method on the server side instead. [1] https://gerrit.openbmc.org/c/openbmc/phosphor-objmgr/+/68965 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia365ab4aa359ab5f9a2850ed305b9088d4f485fb
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