commit | c43d228a079f021ea2ac12923d2ac0fc6c1e38e5 | [log] [tgz] |
---|---|---|
author | Vijay Lobo <vijaylobo@gmail.com> | Fri Jul 09 12:24:53 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jul 27 22:15:21 2021 +0000 |
tree | cb3d977b36ab5242b61d149e1677c3fd10fe3acd | |
parent | e5899eb58c62cd5ae6b1dee424691902de2ad52b [diff] |
Entry: Support hidden property Interface added to support hidden property for error logs. This property is used to set the events visibility to the customer. If this flag is set then the event is mostly a recovered error and customer need not take any service actions. Signed-off-by: Vijay Lobo <vijaylobo@gmail.com> Change-Id: I05aec8c805dc74f5998d3dc0fe14ec26241a2153
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