commit | 70464852575e6761de4b5fcdf5202356b9ff53ce | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Wed Oct 15 10:10:42 2025 +0800 |
committer | Potin Lai <potin.lai@quantatw.com> | Wed Oct 15 13:53:06 2025 +0800 |
tree | a2807c6f4c23b1227d79c8696f076258bd18ed51 | |
parent | 58f09a16562e49dd30103646346b98a5e35cfcb6 [diff] |
com.meta: add device compatible strings for Catalina Add the 'Catalina' hierarchy under Meta (Facebook) and define compatible strings for the currently supported devices. Change-Id: Ie9b3f3c1f8f3ca75c4ba07d3dd6cdab59e714fe6 Signed-off-by: Potin Lai <potin.lai@quantatw.com>
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
Before defining a new D-Bus interface or modifying an existing one, please read through the documented set of the common requirements and expectations.
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