commit | 131994bedbfa09a821e0860382969e79b58d23ee | [log] [tgz] |
---|---|---|
author | Ramesh Iyyar <rameshi1@in.ibm.com> | Thu Dec 03 08:35:36 2020 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Dec 16 11:16:22 2020 +0000 |
tree | 831eafc71fc32928507d8221dfbd577fb012d804 | |
parent | a6ab806db222c92642a0b103a7934e870a360339 [diff] |
host-dump: Renamed host-dump-offload-transport build option Currently dump manager using "host-dump-offload-transport" to mention the transport protocol name to offload host dumps but, same transport can use to other actions i.e create and delete. So, Changing build option name into "host-transport" to make generic. Also, transport code sources files are organized based on "offload" name so, changed same as "host-transport". Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I9e229218ea8c606e7092daf4d24fd6d16eb425c8
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
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 -Doe-sdk=enabled -Dtests=enabled build ninja -C build test