commit | 02634e5531fd0ea2abefe7d277732847b8d6c86e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 11:16:11 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Fri Apr 08 14:01:35 2022 +0000 |
tree | f15700b45c67ce767da9b5d2b6298cff8acb0733 | |
parent | 73f64076834f4f565e4ded9e28f3e3dabc8fb108 [diff] |
meson: simplify dependencies Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iba53eac924b7622f8c819c70c64279a2df0d28c4
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 -Dtests=enabled build ninja -C build test