commit | f7a5bf706448b5434bbd9f5ce537d2b35ef59215 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Tue Nov 26 02:46:29 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Nov 28 03:43:35 2024 -0600 |
tree | 2e8aa5bb6b08a85248c602bb4da958b79c94beb2 | |
parent | ad6fb6e17e6aa413d35a1e1b9680917510666549 [diff] |
clang-tidy: Enable modernize-use-equals-default Modified code to address issues flagged by this check. Tested: Build and unit tests passed successfully. Change-Id: I17f31ea24c59e910ff4249b62334ed7f4e38c20c Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
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