commit | 07222713016bd8cf42f5ebfbec2bc05435873b59 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Feb 26 10:37:10 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Feb 27 09:25:01 2024 -0600 |
tree | 9bc7b210c04676aab2e416ae785e5f8250ae7319 | |
parent | 0dff904d07fd91e26f6f81e83e7c86550e1b2ff4 [diff] |
meson: fix missing dependencies Building in subproject wrap mode reveals missing dependencies. Add them as necessary. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I883df9770661f3a859a5eb9d16cdd022227cd324
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
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