commit | 329d1d8169339717e4955f736b8181fde8f0ac9c | [log] [tgz] |
---|---|---|
author | Ryon Heichelbech <ryonh@ami.com> | Thu Sep 23 15:30:43 2021 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Sep 27 19:42:45 2021 +0000 |
tree | ade4a5a7433a9b064f8bbbd03cf233361d4c5fe4 | |
parent | e96b86b7c938439e9076fa2c99642de1042d1fb3 [diff] |
Add DomainEnabled property to DHCPConfiguration Follow DHCPConfiguration in Redfish EthernetInterface specification. Currently, bmcweb maps Redfish's UseDomainName to HostNameEnabled. Signed-off-by: Ryon Heichelbech <ryonh@ami.com> Change-Id: I550fcef1cdb4b9fc0299a3f48d7c59f2d4d8a55a
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
This project can be built with meson
. The typical meson
workflow is: meson builddir && ninja -C builddir
.
The meson files used to handle the YAML files are automatically generated and found under the gen
subdirectory. When adding or removing YAML files, this must be regenerated. This can be done with the helper script found in the gen
subdirectory: cd gen && ./regenerate-meson
.
Only the xyz/openbmc_project interfaces are built by default. Other interfaces can be enabled by meson options:
-Ddata_com_ibm=true
-Ddata_org_open_power=true
Example: meson builddir -Ddata_com_ibm=true && ninja -C builddir