commit | e596d7a8edc093b4a6dee7dd24dc21d1cf6dc499 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Feb 06 06:06:27 2025 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 06 12:39:03 2025 -0500 |
tree | 6ca7255307165ceaef07b748034c485246c4d4b8 | |
parent | 100be9dea4dda3dcbc0e782d398a1493fca9eaa7 [diff] |
clang:openpower-dumps: fix defaulted-function-dele Addressed the issue where the defaulted copy constructor is implicitly deleted due to a base class having a deleted copy constructor. ''' error: explicitly defaulted copy constructor is implicitly deleted [-Werror,-Wdefaulted-function-deleted] ''' Change-Id: I4a944a9b4213142486be8e9b4bfe442dc01d1697 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