commit | 55cbf552439fc440ff12299e9cb1b8d485207b36 | [log] [tgz] |
---|---|---|
author | Thang Tran <thuutran@amperecomputing.com> | Tue Jan 31 14:43:02 2023 +0700 |
committer | Thang Tran <thuutran@amperecomputing.com> | Fri Mar 17 03:27:03 2023 +0000 |
tree | 0829baf3c4d2781acab8dacaa2bbcb54a5c0ebda | |
parent | 5d2142028ae97e2c7c537cc979fd69ec966c8194 [diff] |
update return type of getDHCPEnabled function In the phosphor-dbus-interfaces, the DHCPEnabled property has been changed from bool to enum type. Therefore, the getDHCPEnabled function has to be updated to adapt to phosphor-dbus-interfaces. Tested: 1. Request to active dhcp successfully $ipmitool dcmi set_conf_param activate_dhcp Change-Id: I0cd2ce3ab78c3e4d2f376a99ab1ebf33b0ea39d3 Signed-off-by: Thang Tran <thuutran@amperecomputing.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