commit | a12b0b3b37dd8e2b37b559410fe127d8a582affa | [log] [tgz] |
---|---|---|
author | Vladimir Kuznetsov <v.kuznetsov@yadro.com> | Thu Apr 14 15:25:51 2022 +0300 |
committer | Vladimir Kuznetsov <v.kuznetsov@yadro.com> | Thu Apr 14 16:09:12 2022 +0300 |
tree | b89ed63890c1ed4d50ff7b991f778f348f6c7fa3 | |
parent | 33b9a7f8e37e91b903b8b2bce145eea402a531a5 [diff] |
Fixed incorrect references in Led/Readme.md. Existing references contained the wrong path to Led/Group.Interface.yaml and Physical.Interface.yaml. Also reference in chapter "Dbus interfaces for physical LEDs" referred to Group.Interface.yaml instead of Physical.Interface.yaml. This commit fixes file paths and enters two different references (for Group and for Physical). Signed-off-by: Vladimir Kuznetsov <v.kuznetsov@yadro.com> Change-Id: Ib34a470f366db4657fd6d6e49b109a79319f79c3
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