summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-08-28 15:09:00 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-05 15:55:03 +0000
commit9741cd19255d74c26bce7053527f1d00d8333902 (patch)
treecec018efeee81ecfef1610ad3b592ab9b2830002 /configure.ac
parentc5b04e4a07fbea0be8d51ac4a7cd4c7199593c95 (diff)
downloadopenpower-pnor-code-mgmt-9741cd19255d74c26bce7053527f1d00d8333902.tar.gz
openpower-pnor-code-mgmt-9741cd19255d74c26bce7053527f1d00d8333902.zip
Create active association
Create an association between an active image and the active image's version object. This change includes code to remove the active association if the image is deleted. Change-Id: Id5b2d353d7df05854b035641765e1066d64a3ef5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9bfb2265a..bbfd97915 100755
--- a/configure.ac
+++ b/configure.ac
@@ -58,6 +58,9 @@ AC_DEFINE(ACTIVATION_FWD_ASSOCIATION, "activation", [The name of the activation'
AC_DEFINE(ACTIVATION_REV_ASSOCIATION, "inventory", [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.])
+AC_DEFINE(ACTIVE_REV_ASSOCIATION, "software_version", [The name of the active's reverse association.])
+
AC_DEFINE(VERSION_IFACE, "xyz.openbmc_project.Software.Version",
[The software version manager interface])
AC_DEFINE(FILEPATH_IFACE, "xyz.openbmc_project.Common.FilePath",
OpenPOWER on IntegriCloud