commit | 46b5e2ba568283569f6b73ad273dfb52ec1dd5ad | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed Feb 16 13:11:23 2022 -0600 |
committer | Ben Tyner <ben.tyner@ibm.com> | Wed Feb 16 14:39:48 2022 -0600 |
tree | cac4c5c06471d203c29ad1e414f1369ee5361462 | |
parent | f36466f4486d1e34d8c9927abeded69d8ac57b80 [diff] |
attn: Remove stub code intended for native build Removed some stub code that was originally used to build openpower-hw-diags natively (via local meson/ninja). Building in this manner is not supported right now due to the numerous external dependencies required by the final binary. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I58c932f68e6cfe980a9a9503fc6e8d71bbd3528a
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