| commit | e0dd7af42a30b89e9f820c999bfe4a9bacc2a01d | [log] [tgz] |
|---|---|---|
| author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Sep 13 09:03:30 2023 +0000 |
| committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Sep 14 00:18:03 2023 -0500 |
| tree | 606b21b5682e27a7f2fe11e38b1e3a388f92a23e | |
| parent | b8c910666568ace381df8af448274a14c240bff2 [diff] |
switch fmt::format to use std::format fmt::format is supported in the c++ std. This will help to remove fmt package dependency. Change-Id: Ia3f5c607a348f062a0f112d5eae8b51ecc23fd37 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps:
1. meson builddir
2. ninja -C builddir
To build with phal feature:
1. meson builddir -Dphal=enabled -Dopenfsi=enabled
2. ninja -C builddir
To clean the repository run `ninja -C builddir/ clean`.