commit | 30417976a391ffe8c415840ba507f68fff2e0cc2 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Apr 17 07:32:04 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Apr 17 07:33:25 2021 -0500 |
tree | 252639101fb36451614b6b44fa266841ebac84e5 | |
parent | 6f70d9ffd412bddd16fda82398c519f0528e0963 [diff] |
build: fix pkgconfig yamldir var for prefix The pkgconfig variable 'yamldir' was missing the install prefix (ex. /usr/local), which makes it rather useless for being consumed. Fix it to add the prefix onto the path to get the full install path of the YAML. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0c6e599477f4c8ae47e611c7b104870c7af61948
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