commit | 1891869f39fe66ee23f25ed31f43a2c327c48e09 | [log] [tgz] |
---|---|---|
author | Vijay Khemka <vijaykhemka@fb.com> | Wed Feb 12 14:23:40 2020 -0800 |
committer | Gunnar Mills <gmills@us.ibm.com> | Tue Feb 25 21:11:47 2020 +0000 |
tree | 83d2c661d801a28522744af88657eaa23cf815a6 | |
parent | 29d84b03ff0aee9bb871fe75daba770f2a100535 [diff] |
Add tool for generating bios image tarball Adding a gen-bios-tar tool for generating a bios image tarball from given bios image file as input along with version, machine name parameter. It creates a MANIFEST for image verification and recreation. It also packages the image and MANIFEST together in a tarball. Currently machine name is optional but it will become mandatory in future. This tarball is required for bios upgrade through image updater Tested: Verified this with actual image. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Change-Id: I6e9ec57d2b38c9e144bd725026c64106d16c6a6f
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`.