commit | 6fdbb2d1a513d3430c95fb9cc4423457823c44f4 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jun 21 15:27:02 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Oct 19 16:39:46 2023 -0700 |
tree | af1a8776affe359a3d4becd3a2cf7273dd94a369 | |
parent | 7a3831b5ffb55995d2691ac8b2400df8fbba9414 [diff] |
transporthandler: Let phosphor-networkd do field validation We can leverage networkd error handling for validating our fields. Change-Id: I880d6dd9a6418e55dfe821f84bfcb8cb4d2eb618 Signed-off-by: William A. Kennington III <wak@google.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