summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-05-02 11:13:25 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-05-02 11:36:01 -0500
commitcb273177fe8394717505e9ee605b4f6c57d41897 (patch)
tree369a4e5176632e9e149d5a0895de09a894a46ea7
parent11271fb7d2740cf87d4c93ad483511c022aa2670 (diff)
downloadopenpower-pnor-code-mgmt-cb273177fe8394717505e9ee605b4f6c57d41897.tar.gz
openpower-pnor-code-mgmt-cb273177fe8394717505e9ee605b4f6c57d41897.zip
Revert "Name reverse functional association "functional""
This reverts commit ee697121c78a262c456293b10c4f2d4e2873cff0. The functional association goes away after activating a new image (issue openbmc/openbmc#3038). The workaround is to keep the reverse association names the same for the active and functional ones until the issue is resolved. Change-Id: I1ce1440e4c612e0efb553695f05db8adea171a77 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 385af263e..447fd61d8 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, "functional", [The name of the functional reverse association.])
+AC_DEFINE(FUNCTIONAL_REV_ASSOCIATION, "software_version", [The functional reverse association.])
AC_DEFINE(VERSION_IFACE, "xyz.openbmc_project.Software.Version",
[The software version manager interface])
OpenPOWER on IntegriCloud