commit | 8ced92d40b2ba81a2b29c751d2438356e403c84a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:26:56 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:26:56 2025 -0400 |
tree | d3b9ff0d57ddfc30c1e3f8537a50ccd96e6fe44f | |
parent | dbfbadab8e68059431d41aded46325e7b6c2e4b7 [diff] |
meson: use non-deprecated systemd packageconfig Systemd's packageconfig file has both `systemdsystemunitdir` and `systemd_system_unit_dir` defined. The non-underscore one appears to be a deprecated alias[1]. Move to the non-deprecated / underscore-separated variant. [1]: https://github.com/systemd/systemd/commit/4908de44b0a0409f84a7cdc5641b114d6ce8ba03 Change-Id: Ib480e73b95e3cc64b25ec9d59b8bba8aaa3a4154 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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
.