commit | b9dae7bed1789f712a68d09609cc889954a4f86c | [log] [tgz] |
---|---|---|
author | Nan Zhou <nanzhoumails@gmail.com> | Wed Dec 29 11:03:39 2021 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jan 31 22:13:56 2022 +0000 |
tree | 742a9f1d9f995ee4726103b1b2d6e75a5e7b049f | |
parent | f4d2c113f4c87368780b49080efbb981856d54a4 [diff] |
Certs: add Interfaces for bulk installation and replacement The corresponding design is in https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/49317. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I969090951a2da59c67cea232f212e664a193425c
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