commit | 969196c323cb9bac9281195191c5774184d1daad | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 19 14:24:23 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 19 14:24:37 2024 -0600 |
tree | 03cf2821d02042d634b57053c33009f08d3e6136 | |
parent | bf46eb1442be838ffc5f5d9bbc309199c7bf4b66 [diff] |
State.Chassis: update service name Both phosphor-state-manager and x86-power-control have code that exposes both the Chassis and Chassis0 bus names as a backwards compatibility when multi-chassis support was added. Switch to the numbered bus name, which is expected to be the non-deprecated one. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I27303e285de0279a7733613de4df7dafb136aa71
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`.