commit | b5bee54862bb986bf1216898b3c7c96268b69d39 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 01 15:55:58 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 01 16:10:27 2021 -0500 |
tree | 0a9d7a6055af588bfc5cae5e9cb7989771542751 | |
parent | 52ac69c15277bb3210647017403e7e4eb793e93c [diff] |
meson: fix sdbus++ program for subprojects When sdbusplus is used from the meson-subprojects, the sdbus++ program is not in the path. Instead, the subproject emits a variable to find the location of the tool. Use that variable to successfully build. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I58c3d240a8a2c39884556e0c71c77811444add4f
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test