commit | 732877111933089916e7c9ff359964345da973e3 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 01 16:07:20 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 01 16:10:27 2021 -0500 |
tree | 218d9dcdb779046cd28d97e1f78f003d0535bb91 | |
parent | 8f4cc94257bd07f7e8c8c65daa4810e27b402711 [diff] |
meson: remove cpp-fs dependency Any compiler which supports C++17 doesn't have the std::filesystem support in a separate library. Remove all the meson magic to attempt to find this because it is all integrated into the standard C++ library. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1e788e38d26a825f2ee5836da740657ffb5ea072
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