commit | 8b10d69937957c99d6a6ce95ef3d1c4bd41ae47e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 06:13:21 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Dec 10 02:30:40 2022 -0600 |
tree | 2aa0f09b79a6280375b9529cfcbaa7a82aec8d75 | |
parent | 1a4f0e701a39a43970627190fab7b6a07da3541a [diff] |
prettier: re-format Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository. Change-Id: Ib936836ce0d698dc522bc047a78d4f1b0060c13c 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