diff options
| author | Adriana Kobylak <anoo@us.ibm.com> | 2018-05-02 10:47:03 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2018-05-02 11:03:49 -0500 |
| commit | 6097e04402d5c11c841660b986cfcbbb5adb13ea (patch) | |
| tree | c2c400cb385811d28fb5915f27b345851eb831ac | |
| parent | 2bcba02aa2bb3b949640ffe9868c0edbf585038f (diff) | |
| download | phosphor-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-x | configure.ac | 2 |
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"]) |

