| commit | f28fcb4238306e332c9509869bacec6a2ce8d925 | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 31 14:42:30 2025 -0400 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Sun Nov 02 18:39:54 2025 -0500 |
| tree | 2543fe0c6be18fd9331daf53d6bd7922dfe3784a | |
| parent | 33c7ee00f6ae76a88de6cd0cb91fba63bf40e930 [diff] |
meson.options: make dump-rotate-config kebab-case Generally, feature options are kebab-case style and all of them in phosphor-debug-collector are except this one. Adjust it to match the style. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib2a51badc3d294b471e78810304bd2e690820868
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