commit | b35bcf2395315e742caca06ac370a714f8f98206 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 01 15:57:32 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 01 16:10:27 2021 -0500 |
tree | 713eddbffe301f8a1e6c220cf22417d9ccba45c0 | |
parent | b5bee54862bb986bf1216898b3c7c96268b69d39 [diff] |
.gitignore: update for meson conversion When the autotools -> meson conversion was done for this repository, the .gitignore was not updated. Add a .gitignore that is common for many of our meson-based repositories. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icee1eb9afc0358a5aa2f8c3ab6efad70b0357b9e
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