commit | 947da1b0b8bce6bfbed4a18417d5f91f724022b2 | [log] [tgz] |
---|---|---|
author | Nan Zhou <nanzhoumails@gmail.com> | Tue Sep 20 20:40:59 2022 +0000 |
committer | Ed Tanous <ed@tanous.net> | Wed Sep 28 16:27:20 2022 +0000 |
tree | 13cdedd5b7371edc0ddc06c34712a4d9070ab88c | |
parent | fefb585545292cf6fcda696dfadd802d696c9eb5 [diff] |
tree-wide: change EM's ObjectManager path EntityManager moves its ObjectManager in commit [1], this patch is to change accordingly. Please see [1] for why we made that change. [1] https://gerrit.openbmc.org/c/openbmc/entity-manager/+/57279 Tested: code compiles. Code inspection can show that only ObjectManager path changed. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I770e977a5aa76af8ca79f550dcb5f81fa585a66b
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