commit | f9ae45d2f300349bd8d5c8947f16fceb107b602e | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Fri Feb 23 21:23:41 2018 -0600 |
committer | Adriana Kobylak <anoo@linux.vnet.ibm.com> | Tue Feb 27 22:20:08 2018 +0000 |
tree | 5e7a47574bfa42b2c17dbd5fc55ff1b6c1292404 | |
parent | f37cefc8c841ee4bffb305132cdc985a813cc616 [diff] |
Name reverse functional association "functional" The current name "software_version" is not very useful. The GUI to determine if an image is functional is looking at /xyz/openbmc_project/software/<image id>/functional. The GUI could still do the same thing with "software_version" by looking for /xyz/openbmc_project/software/<image id>/software_version to determine if an image is functional, but that feels really wrong. Part of openbmc/openbmc#2945. Tested: Built an image with this change, flashed onto a Witherspoon and verified the "functional" association worked forward and reverse. Change-Id: I40161e9fc049172e503c1353491eda90dda352e7 Signed-off-by: Gunnar Mills <gmills@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 full clean the repository again run `./bootstrap.sh clean`.