commit | 7311efe3cbabaa6e86c3b33997cb6ef48e52180b | [log] [tgz] |
---|---|---|
author | Claire Weinan <cweinan@google.com> | Wed Aug 10 18:50:26 2022 -0700 |
committer | Claire Weinan <cweinan@google.com> | Wed Aug 10 19:09:06 2022 -0700 |
tree | af586a1901d24975e40b410366ad493703d460f2 | |
parent | d4fad16ea7ab8c953aaf526f3e6fc086f880b2bf [diff] |
Dump Entry: Recommend implementing DeleteAll State in the description that the dump object manager should implement xyz.openbmc_project.Collection.DeleteAll Change-Id: I0acda3dc0bd61eb3780ed03152521da772c95983 Signed-off-by: Claire Weinan <cweinan@google.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