commit | 5d53267584b3b8a69163a5598e789157195f6889 | [log] [tgz] |
---|---|---|
author | Saqib Khan <khansa@us.ibm.com> | Wed Aug 09 10:44:50 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Aug 20 23:21:27 2017 +0000 |
tree | 8b0a6ef5eb4652fbec6311b0f5b301464a861f50 | |
parent | b1cfdf99c4b9cccccb21f34150d962004dfa4fef [diff] |
BMC: Store RedundancyPriority on System. This commit extends the functionality of the BMC software updater by preserving RedundancyPriority values through any kind of reset. This is accomplished by storing priority values in serial files in /var/lib/obmc/phosphor-bmc-code-mgmt/ using the Cereal library. Each time a priority value is modified, the value in the corresponding version file is adjusted. Resolves openbmc/openbmc#2125 Change-Id: Ie697279895bc5ff5fdef31fa88c78dc2bc63390a Signed-off-by: Saqib Khan <khansa@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To full clean the repository again run `./bootstrap.sh clean`.