commit | 8f4cc94257bd07f7e8c8c65daa4810e27b402711 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 01 16:05:41 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 01 16:10:27 2021 -0500 |
tree | 68842d766b44de62ea5d7f343fb01897b98d0df5 | |
parent | abbe15932f4d20f681969afb2296a8b2832ce933 [diff] |
meson: update to c++20 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie01eb0006c75ba753685a98e7357b436b6e7d748
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