commit | abbe15932f4d20f681969afb2296a8b2832ce933 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 01 16:04:19 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 01 16:10:27 2021 -0500 |
tree | 2a0ab0eaaf5be6c3cfbf18de4ab94fb21d73a355 | |
parent | b35bcf2395315e742caca06ac370a714f8f98206 [diff] |
meson: add proper cereal dependency There are source files that assume cereal header files will be present without the meson build explicitly finding that dependency. This leads to compile failures when using the meson-subproject based build. Add a proper dependency and wrap file for this, based on similar code found in phosphor-logging. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6819be89101ded9f8a4dbe885074d30cb06e2df7
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