commit | cfd7fa83d3b5ab7d85eecc4b461df70cccf5ff45 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Jan 22 11:38:29 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Sun Feb 04 00:11:52 2024 +0000 |
tree | 0aa35c1bd6592665c0d5b488845d0ece4c168884 | |
parent | a008871d66299801fde39036bef77da8e50dcf74 [diff] |
dcmi: Flexible support for dhcp dbus path Since dhcp4 and dhcp6 configurations will be added in the future [1], when calling ipmitool's dcmi get/set conf param command, all dhcp paths should be flexibly supported instead of hard-coding the dhcp dbus path. [1] https://gerrit.openbmc.org/c/openbmc/phosphor-networkd/+/63124 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I00662eb5d16d97aad9dd1fc715b17cff57723108
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