summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-09-14 12:30:27 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-09-27 13:57:40 +0000
commit833e4f3788dde8b3111fd97fcdbe67267fffdfb3 (patch)
treea9ceb2e24e8aa444d7a5d08a0cd5d3c56e43b34d /configure.ac
parenta93a07b3922aa12334f0a728cb9325633a4415a0 (diff)
downloadopenpower-pnor-code-mgmt-833e4f3788dde8b3111fd97fcdbe67267fffdfb3.tar.gz
openpower-pnor-code-mgmt-833e4f3788dde8b3111fd97fcdbe67267fffdfb3.zip
Create PNOR Functional Association
Created the function updateFunctionalAssociation to update the functional association for the "running" PNOR image. This function will be called by the inotify code. Change-Id: I871624044fbb11800de4d13e6a4b174494c68f13 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 25629caa9..4996623b0 100755
--- a/configure.ac
+++ b/configure.ac
@@ -61,6 +61,9 @@ AC_DEFINE(HOST_INVENTORY_PATH, "/xyz/openbmc_project/inventory/system/chassis",
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(FUNCTIONAL_FWD_ASSOCIATION, "functional", [The name of the functional forward 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])
AC_DEFINE(FILEPATH_IFACE, "xyz.openbmc_project.Common.FilePath",
OpenPOWER on IntegriCloud