summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-08-30 13:06:30 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-05 15:55:03 +0000
commitfe075368fd0b76fd491267732db3a8ebc5cc763a (patch)
treedfbd9342e588339405fc48e7dc7440e711bae2b8 /configure.ac
parent9741cd19255d74c26bce7053527f1d00d8333902 (diff)
downloadopenpower-pnor-code-mgmt-fe075368fd0b76fd491267732db3a8ebc5cc763a.tar.gz
openpower-pnor-code-mgmt-fe075368fd0b76fd491267732db3a8ebc5cc763a.zip
Switch FWD and REV association names
The forward association should be inventory. The reverse association should be activation. Change-Id: I3ab94ca60290dfbc3b2cb4fe17f738f8bdaf96d1 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bbfd97915..25629caa9 100755
--- a/configure.ac
+++ b/configure.ac
@@ -54,8 +54,8 @@ AC_ARG_VAR(SOFTWARE_OBJPATH, [The software manager Dbus root])
AS_IF([test "x$SOFTWARE_OBJPATH" == "x"], [SOFTWARE_OBJPATH="/xyz/openbmc_project/software"])
AC_DEFINE_UNQUOTED([SOFTWARE_OBJPATH], ["$SOFTWARE_OBJPATH"], [The software manager Dbus root])
-AC_DEFINE(ACTIVATION_FWD_ASSOCIATION, "activation", [The name of the activation's forward association.])
-AC_DEFINE(ACTIVATION_REV_ASSOCIATION, "inventory", [The name of the activation's reverse association.])
+AC_DEFINE(ACTIVATION_FWD_ASSOCIATION, "inventory", [The name of the activation's forward association.])
+AC_DEFINE(ACTIVATION_REV_ASSOCIATION, "activation", [The name of the activation's reverse association.])
AC_DEFINE(HOST_INVENTORY_PATH, "/xyz/openbmc_project/inventory/system/chassis", [The host inventory path.])
AC_DEFINE(ACTIVE_FWD_ASSOCIATION, "active", [The name of the active's forward association.])
OpenPOWER on IntegriCloud