commit | 1be8d500a8e90f9299bab9abf532ff0762177175 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Wed Jun 20 11:48:36 2018 +0800 |
committer | Lei YU <mine260309@gmail.com> | Tue Jul 17 01:45:16 2018 +0000 |
tree | ee973c20cda5d6fa2abd5cea02fbe90a9e768ba7 | |
parent | 90532250297fbb021c7601cafe9a6e4c661e93ef [diff] |
Refactor of bmcImages bmcImages were in image_verify.hpp but it is used not only in image verification, but elsewhere. Move it into a more generic header file, images.hpp, so it makes more clear that users of bmcImages include images.hpp instead of image_verify.hpp Tested: Verify the code pass the build. Change-Id: If9adf315eee9047d9d08ab93ed7c0ff3c97f7a1e Signed-off-by: Lei YU <mine260309@gmail.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`.