commit | 4f4f4aa553254a9ce128eeb8b2d83464e99e027e | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Mon Aug 02 12:41:25 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Aug 03 20:05:22 2021 +0000 |
tree | 61680a9f09076697160b22ae3d35cd9e3d2116dd | |
parent | 317ccfec9e829ba10712742f1d546382eb2f1146 [diff] |
meson updates to install RAS data files Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I3a24fce609a3bb8bbc82d216af6df38734d54cc6
In the event of a system fatal error reported by the internal system hardware (processor chips, memory chips, I/O chips, system memory, etc.), POWER Systems have the ability to diagnose the root cause of the failure and perform any service action needed to avoid repeated system failures.
Aditional details TBD.
For a standard OpenBMC release build, you want something like:
meson -Dtests=disabled <build_dir> ninja -C <build_dir> ninja -C <build_dir> install
For a test / debug build, a typical configuration is:
meson -Dtests=enabled <build_dir> ninja -C <build_dir> test