commit | d2854b75a6e47ca5fcff90916f6e28c1f2e97d22 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Wed Aug 04 22:23:20 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Wed Aug 04 22:33:57 2021 -0500 |
tree | b4d9a1347cfb3907060140f9970fb42cf5a516fb | |
parent | 897a6f7d8ea2ac37d4c66ecd067928085d31879b [diff] |
Provide package data dir for compiler option This allows the code consuming data files to know where they are stored instead of using hard coded values. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I353128096103a5195df5ba05c02868517903813f
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