commit | a8a2e5f69e1e584b90caf1cb707e3e31689b11f5 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jun 21 17:50:01 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Oct 18 18:14:46 2023 -0700 |
tree | 4ae4e3989c87488e13042d583b706e64aa9b0b18 | |
parent | 058e291f1e9f79080c57d12570cf686beda5ecc2 [diff] |
transporthandler: Refactor dhcp get / set phosphor-networkd now exposes dhcp settings as individual properties, we no longer need to parse an enum / repack an enum to interface with them. Change-Id: I2c6d366e936a2de172367cdd19bde06f8abf4dcb 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