commit | 7d6d2445da96a5562eefb567fc3a323ff26b7c1e | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Feb 06 08:36:21 2025 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 06 12:39:03 2025 -0500 |
tree | f8d0faccbb27fbd0855d2e20609fc4bdaae4d978 | |
parent | 3b44559f8792611772b9838178e8f8acb127eee8 [diff] |
clang:tidy host-transport-extensions Fix warnings Fixed cppcoreguidelines-special-member-functions warning by defining the move constructor and move assignment operator for the PLDMInstanceManager class. ''' error: class 'PLDMInstanceManager' defines a non-default destructor, a copy constructor and a copy assignment operator but does not define a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions,-warnings-as-errors] ''' Change-Id: I959bed0787ee35de4aaeaf13ff53956198621493 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