commit | afd0a45c9771d640f7f8596b8d305dff2bbf98cf | [log] [tgz] |
---|---|---|
author | Joseph Reynolds <jrey@us.ibm.com> | Wed May 30 11:16:03 2018 -0500 |
committer | Joseph Reynolds <jrey@us.ibm.com> | Thu May 31 14:19:14 2018 -0500 |
tree | ed550499f958ffb85ca56cf24c63a1787f67648c | |
parent | a98ff8d946cc140e4424b193fd2189529da3102a [diff] |
Use s.c_str() in log messages Part of a series of commits that resolve openbmc 2905 Here is something funny: in item_updater.cpp:300 is a string and on line 316 it is const char*. It may be confusing to have the same variable name with two different related types. Tested: static_assert only Change-Id: I59556fc184ef1f1047bd8a76062598b7518c36ae Signed-off-by: Joseph Reynolds <jrey@us.ibm.com>
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`.