commit | 54e71c069311084c5a4a9d09e5f9b6e62a8f41ca | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 07 12:00:20 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 07 12:14:00 2023 -0600 |
tree | 615000a97becd27f67cabf9bb0737ede10d49cd7 | |
parent | 7619ab783e9dddf4d8602022889e2ae8641f23db [diff] |
meson: adjust nlohmann-json dependency Simplify the nlohmann-json dependency in the meson.build and align the wrap file name for consistency with the meson wrapdb. Change-Id: I17dbb6eb1e26a8f9413a1d02c1233b88aa7d90bd 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