commit | b96ed610b5ea5014830a809309c7b4df7eb7d429 | [log] [tgz] |
---|---|---|
author | Ramesh Iyyar <rameshi1@in.ibm.com> | Sat Jun 26 10:21:19 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jul 27 22:00:56 2021 +0000 |
tree | b8037f2b98688ca1af327176008c0848dc58eed1 | |
parent | a2eb94f6307b1de1a16b14d625fc14a1df138965 [diff] |
HardwareIsolation: Added the error code Added the error code which is specific to hardware isolation interfaces. Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I787bc1a422d197f016d0102f5ad659ab679f2b6e
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