commit | 91e9099b0466b9e97aa313ac2b41e8a9fd3555c4 | [log] [tgz] |
---|---|---|
author | Jiaqing Zhao <jiaqing.zhao@intel.com> | Fri Feb 18 17:24:28 2022 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Feb 18 22:25:40 2022 +0000 |
tree | 60ddb4be974f13c5b44cc22a59a297d6f8ac0ee1 | |
parent | 05cf69547eb8fd820b2362a7d49a55171070f3f6 [diff] |
Network: Add NotAllowed error for MAC Address Writing MAC address will return this error when changing MAC address is disabled in phosphor-networkd. Change-Id: Ib1e1383567a62ac80158509411f830e66e91a226 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
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 and org/freedesktop 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