commit | 647d6134d448178e6b32892322596a5cc3d78b2d | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Tue Dec 31 14:35:00 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Tue Jan 21 10:37:25 2020 +0800 |
tree | 635ec199bcdcdbe3111ec69683d28d83c958e1e3 | |
parent | 00d8ade53c7fcea79ec6a71b74d431f2a4a6bf4b [diff] |
generate-tar: Add machine name The openbmc image manager expects "MachineName" in MANIFEST that matches the BMC's OPENBMC_TARGET_MACHINE in /etc/os-release. * If there is no MachineName in MANIFEST, it logs a warning for now; * If they do not match, an error is reported and the version is deleted. Add -m, --machine argument for generate-tar to make it support the "MachineName". Tested: Verify that when a correct machine name is given, the tarball is processed by image manager correctly; And if an invalid machine name is given, the tarball uploaded will get "Machine name doesn't match" error and is deleted. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I8fbb5060cb1be348c39e0688fe7306426cc4ed77
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
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`.