commit | 832526df90ead77f5dcb501406cb07fbbfa7046b | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed May 05 13:34:28 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu May 06 15:43:04 2021 -0500 |
tree | 9ce43cc0b73ac5d9e3e0b38577635ce45c638237 | |
parent | eea45427d3c5976f1922711cf01a0e25ca193993 [diff] |
Make buildinfo a dependency of openpower-hw-diags The custom target buildinfo needs to be built before the openpower-hw-diags binary since it is responsible for creating some source files needed when building openpower-hw-diags target. fixes #1 Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Ie86aa57db5a62f7f06d2a84fe0366db3bb7d0c9c
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