summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-05-02 10:47:03 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-05-02 11:03:49 -0500
commit6097e04402d5c11c841660b986cfcbbb5adb13ea (patch)
treec2c400cb385811d28fb5915f27b345851eb831ac
parent2bcba02aa2bb3b949640ffe9868c0edbf585038f (diff)
downloadphosphor-bmc-code-mgmt-6097e04402d5c11c841660b986cfcbbb5adb13ea.tar.gz
phosphor-bmc-code-mgmt-6097e04402d5c11c841660b986cfcbbb5adb13ea.zip
Revert "Name reverse functional association "functional""
This reverts commit f9ae45d2f300349bd8d5c8947f16fceb107b602e. 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: I684c609c44215ce7247f857a6bd78b906902e11b 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 54f8eea..773071c 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_ARG_VAR(VERSION_BUSNAME, [The Dbus busname to own])
AS_IF([test "x$VERSION_BUSNAME" == "x"], [VERSION_BUSNAME="xyz.openbmc_project.Software.Version"])
OpenPOWER on IntegriCloud