commit | 9ad0a7d118a9b3ceb5be80c693bb546570536392 | [log] [tgz] |
---|---|---|
author | Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com> | Fri Apr 29 12:51:52 2022 +0200 |
committer | Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com> | Fri Jul 22 11:37:43 2022 +0200 |
tree | 5e65bf75493700a60754ed06d37e29a3bc4c5f96 | |
parent | b1de713e0fd8fe307a60ef65f3c353136fa6dc96 [diff] |
Change VirtualMedia interface after design update. Latest changes in VirtualMedia design (https://github.com/openbmc/docs/commit/9de2f4eea01d7daa6ccff3c7615e6954a36900fc, https://github.com/openbmc/docs/commit/a3d687046c223a2b9d8c575f3f26a59733d6794b) adds signal field to Proxy and Legacy interfaces. Tested: Compiles, signature consistent with implementation Change-Id: If6f00607f4e46cf95f2bdbfa8a5c854c43f077f1 Signed-off-by: Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@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