commit | bd1d7361824f7e9a86bd26344be6b12638c11e45 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Jan 26 11:10:00 2023 -0700 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Jan 26 11:24:19 2023 -0700 |
tree | de1fae5a591b653c0263fed4d987120beb45bc29 | |
parent | 0f27ee37b567411784a5b49f9046f9a855400125 [diff] |
update service file deps 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: I06f3f0e66150cc2384ab791ba6b1c679f66dd611
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`.