commit | 69887a6e086d9dba12cad9f44f4525ead4db7e40 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Wed Mar 05 09:57:50 2025 +0800 |
committer | Vernon Mauery <vernon.mauery@gmail.com> | Wed Apr 02 18:46:58 2025 +0000 |
tree | 01fbf80b497fad916c446d25ea4bc785645b9e44 | |
parent | de1420dcc29bbe9d70968428e96ba34bfededad3 [diff] |
OWNERS: Add myself as an owner There are still some IPMID patches that need to be reviewed by the community, and some are ready to be merged, so I would like to take on some of Vernon and Tom's work and help review them. However, for feature and requirement changes, they still need final review. Here are my contributions to phosphor-host-ipmid repository [1]: [1]: https://github.com/openbmc/phosphor-host-ipmid/commits/master/?author=lxwinspur Change-Id: I826d9be41186e3251a220b154caaeee5e3047455 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