commit | 2b2784a551d48229c14e53ef92cc0476abdd68cc | [log] [tgz] |
---|---|---|
author | John Edward Broadbent <jebr@google.com> | Thu Feb 03 19:54:34 2022 -0800 |
committer | John Edward Broadbent <jebr@google.com> | Tue Feb 08 16:31:41 2022 -0800 |
tree | d971d6d2adb91940e91c0eed983fb0f2992f860c | |
parent | b9dae7bed1789f712a68d09609cc889954a4f86c [diff] |
Add Hoth interface Create a new google namespace and add the Hoth interface to this namespace. Signed-off-by: John Edward Broadbent <jebr@google.com> Change-Id: I001dc34ef081885b6094d3d1aab578b0d882b53a
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