commit | 9d1d3b4b94d5dd7a2bbc97f87109c7cb5079c003 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Apr 27 08:44:18 2023 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Apr 27 09:08:58 2023 -0500 |
tree | 0b2a5f4219450da3d65a7eb34b848b8842d02fb3 | |
parent | 6c84a8c5d963cd2d871dbee7ab5508bb70f78769 [diff] |
Generate common.hpp for internal interface The sdbus++-gen-meson has a new version, which is generating server.hpp which needs common.hpp. Update the build script to generate common.hpp Change-Id: I2e8b1ff4fec916695c0adb95e778e96f33105e69 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.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