commit | a013560f96a9ee5c2db4e1778c7dcee199c3acf1 | [log] [tgz] |
---|---|---|
author | Jayashankar Padath <jayashankar.padath@in.ibm.com> | Mon Apr 22 16:22:58 2019 +0530 |
committer | Jayashankar Padath <jayashankar.padath@in.ibm.com> | Tue May 28 06:02:24 2019 +0530 |
tree | 4ac92ac3d64828384e6719427dea0bc8ca04e295 | |
parent | d5b8f75c2f93d19d16411f0846d8ecd331d59562 [diff] |
Code Update: ApplyTime software manager support Get the requested image apply time value provided through the UpdateService redfish schema. If the apply time value is Immediate, then BMC reboot will be triggered just after the new image activation. The default apply time value is OnReset in which the new image remains at Active state and user has to manualy reboot the BMC for applying the new image. Tested: Verified that BMC is getting rebooted if the apply time value is Immediate. OnReset scenario was also tested in which new image remained at Active state as code update application did not trigger the BMC reboot. Signed-off-by: Jayashankar Padath <jayashankar.padath@in.ibm.com> Change-Id: I5efb51f7f36e196d6113cfca6d37c8c6bef70aa2
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 clean the repository run `./bootstrap.sh clean`.