commit | 3fc6df4867e3387adbea58359c17cc19fb6f5f90 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Apr 08 03:45:24 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Apr 14 07:13:01 2021 +0000 |
tree | 295a56626f1c46c21e28759caf90856cda99f6b3 | |
parent | 22448c5621215c01a9d7267b3c65e1fca3422a01 [diff] |
c++17: drop experimental::filesystem Use the real filesystem library, and drop support for building with experimental under c++14. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I730c0d6dce53b5e0aa0867cddb7f325cdb9b45fc
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 -Doe-sdk=enabled -Dtests=enabled build ninja -C build test