commit | 6273efd7b45453d7c268049812646afdb6ae630d | [log] [tgz] |
---|---|---|
author | Michael Tritz <mtritz@us.ibm.com> | Thu Dec 14 15:21:18 2017 -0600 |
committer | Michael Tritz <mtritz@us.ibm.com> | Mon Dec 18 15:01:11 2017 +0000 |
tree | 8150263d9c338a681710cefca2f1da39d32df443 | |
parent | ee13e8318bef5724a66684ec4b3302e1725b6cb4 [diff] |
Fix for priority restoration from environment variable This fix addresses a defect in the BMC updater. When we restore the BMC version priority after a reboot, we pull it from a list of environment variables. Initially, we did so just by looking for the version ID - since that implementation, however, an additional environment variable has been added that uses the version ID. This caused the priority to sometimes be restored incorrectly, depending on the order of the variables within the file. In order to fix this defect, we search instead for "[versionID]=", which is more specific. Resolves openbmc/openbmc#2721 Change-Id: I2fd2e04c5268a63a8760ad4e3af28144583ea2dc Signed-off-by: Michael Tritz <mtritz@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`.