commit | 13feabcd57064f724f8e13623e4cf0af31fa5bc5 | [log] [tgz] |
---|---|---|
author | Jiaqing Zhao <jiaqing.zhao@intel.com> | Thu Apr 14 10:36:16 2022 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 28 17:08:22 2022 +0000 |
tree | f0dc869c1f0ac349ab0d2d5ff1b006982ef4b960 | |
parent | 1bf1b7bfcf639a4e0eed39320181f9b155d787e7 [diff] |
EthernetInterface: Mark Speed and AutoNeg as readonly These values are read from ethtool ioctl and cannot be modified in networkd, mark them as readonly. Change-Id: I5df264c64dc82ca61f53b05a36762b30b4f4810f 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