commit | ec41db0314ba120502ef3922b4f2e19b5f866818 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Jan 26 14:43:45 2023 -0700 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Jan 26 14:43:45 2023 -0700 |
tree | f668bb2395736dd1a7bd1b42eab327d0e009e7a7 | |
parent | bd1d7361824f7e9a86bd26344be6b12638c11e45 [diff] |
update op-reset-host-check in accordance with recent refactoring As noted in the following mailing list thread: https://lists.ozlabs.org/pipermail/openbmc/2022-November/032457.html and implemented via this series of commits: https://gerrit.openbmc.org/q/topic:op-power-control-ref Some systemd services had their names changed. Update the service files in this repo to reflect this. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ia92b84ebcd0e67104fde6c85a0c9c534e40a300b
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`.