- Notifications
You must be signed in to change notification settings - Fork0
UPSTREAM - YAML descriptors of standard dbus interfaces
License
aryakpadman/phosphor-dbus-interfaces
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
YAML descriptors of standard D-Bus interfaces. The format is described by thesdbusplus binding generation tool sdbus++.
Before defining a new D-Bus interface or modifying an existing one, please readthrough the documented set of the commonrequirements and expectations.
This project can be built withmeson. The typicalmeson workflow is:meson builddir && ninja -C builddir.
The meson files used to handle the YAML files are automatically generated andfound under thegen subdirectory. When adding or removing YAML files, thismust be regenerated. This can be done with the helper script found in thegensubdirectory:cd gen && ./regenerate-meson.
Only the xyz/openbmc_project and org/freedesktop interfaces are built bydefault. Other interfaces can be enabled by meson options:
- com/ibm -
-Ddata_com_ibm=true - org/open_power -
-Ddata_org_open_power=true
Example:meson builddir -Ddata_com_ibm=true && ninja -C builddir
About
UPSTREAM - YAML descriptors of standard dbus interfaces
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Meson99.8%
- Shell0.2%