commit | 7435fc0eb526cf12e56291202d12ddb4b5f5a590 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 20 11:19:50 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 20 11:19:50 2023 -0500 |
tree | f71f14c92ae29897bb43f59e4d1914901d5ac706 | |
parent | 9c69e3716305aa8ba61b1d558879cc4b46f2f7b6 [diff] |
clang-format: copy latest and re-format clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository. Change-Id: I70d77b859a4deb3153f2dd7b4def536140bb65f2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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