commit | 11699d678d4166ff4b23900f31794754f305df64 | [log] [tgz] |
---|---|---|
author | Ravi Teja <raviteja28031990@gmail.com> | Fri Aug 14 06:33:02 2020 -0500 |
committer | Ravi Teja <raviteja28031990@gmail.com> | Wed Sep 09 13:07:36 2020 -0500 |
tree | eb060058c63742af71d949dd9fc0793b1ddc595f | |
parent | 47f32d12c1ef5d4311a8b8c5779a6c67616cb7e8 [diff] |
Add CSR interface in PLDM namespace Adding this interface in PLDM namespace to pass CSR string to PLDM to get signed certificate from host which will be used by management console to establish secure connection to host. Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> Change-Id: I337a4d259216f5fcffccc326228b176b749a3e7c
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