commit | 7e8d76b3de932520789a8fb2920cd4b6fde9d388 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Apr 20 10:03:01 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Thu May 03 16:40:01 2018 -0500 |
tree | dc338381bf61c2855f6caa18f2bb9e8dfd351c27 | |
parent | eaa1ee05ea9287acfea0dfd9ccf84b9180caff58 [diff] |
sync_manager: Initial commit Create a new sync manager to handle file sync operations, such as copying persistent files to the alternate BMC chip for backup. Make the new sync manager optional via a compile flag since this function requires that the system has a second BMC chip. Change-Id: I2fbf7903d0baaa162e0ce62e8548db2cf2782398 Signed-off-by: Adriana Kobylak <anoo@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 clean the repository run `./bootstrap.sh clean`.