summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-02-23 21:31:27 -0600
committerAdriana Kobylak <anoo@linux.vnet.ibm.com>2018-02-27 22:20:05 +0000
commitee697121c78a262c456293b10c4f2d4e2873cff0 (patch)
tree7ce1246d9ed49ebd02e50bfd78a39f40125340d3
parentd188b1992dc38c9c90ab53461426b87b98734f2c (diff)
downloadopenpower-pnor-code-mgmt-ee697121c78a262c456293b10c4f2d4e2873cff0.tar.gz
openpower-pnor-code-mgmt-ee697121c78a262c456293b10c4f2d4e2873cff0.zip
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: Icdc396e5bb3c627211b14b6340c6e55da2a772ba Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 96cde53ce..0c95c5701 100755
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ AC_DEFINE(ACTIVE_FWD_ASSOCIATION, "active", [The name of the active's forward as
AC_DEFINE(ACTIVE_REV_ASSOCIATION, "software_version", [The name of the active's reverse association.])
AC_DEFINE(FUNCTIONAL_FWD_ASSOCIATION, "functional", [The name of the functional forward association.])
-AC_DEFINE(FUNCTIONAL_REV_ASSOCIATION, "software_version", [The functional reverse association.])
+AC_DEFINE(FUNCTIONAL_REV_ASSOCIATION, "functional", [The name of the functional reverse association.])
AC_DEFINE(VERSION_IFACE, "xyz.openbmc_project.Software.Version",
[The software version manager interface])
OpenPOWER on IntegriCloud