commit | 50f186c104bd7ac7293e737833b4443137ad2761 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Sun Feb 04 16:51:26 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Fri Mar 15 00:46:33 2024 +0000 |
tree | be241447c3db0947dd0aa56880573c6becc1b140 | |
parent | 1f42d1a70787bc06b0454ff1bb1fcf93dd097549 [diff] |
utils: Add the getSubTree method The purpose of this patch is to prevent other methods from calling ObjectMapper's `GetSubTree` property, but to obtain the correct the objectTree values by calling the standard the getSubTree method. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia719f92ca31fa75f83a7ffd07fdcb680bd4243b0
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