commit | 18c7d92ecd83ea406f17a2203c12976467766f37 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Feb 26 10:36:25 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Feb 27 13:48:40 2024 +0000 |
tree | 5c5b2b6cde3bd36fc5228f598f320aa646e541f0 | |
parent | d8291e5e6dd3efd53500bde85ed6aa1d1f974904 [diff] |
lg2: use direct enum conversion lg2 now allows logging an enum directly without extra casting. Remove the `underlying_cast` to simplify the code. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3415be5f7e9be2302c870b5499f96cda3545d0fa
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