summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-08-18 15:13:15 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-28 16:54:04 +0000
commit3edb84b5b71603b03cd314cba050c25f87505727 (patch)
tree26d51a38f4776b6cd44df18c1c346f7a3596fa3d /configure.ac
parentc350c61c1be9019705c83216c9a432e5e71ca19e (diff)
downloadopenpower-pnor-code-mgmt-3edb84b5b71603b03cd314cba050c25f87505727.tar.gz
openpower-pnor-code-mgmt-3edb84b5b71603b03cd314cba050c25f87505727.zip
Create an association to host inventory item
Create an association from /xyz/openbmc_project/software/<id> to /xyz/openbmc_project/inventory/system/chassis for Host software images. Change-Id: Ic0d690f86c164fd3441ad6475cce5e07208d899e Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 33c941d69..9bfb2265a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,10 @@ 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(HOST_INVENTORY_PATH, "/xyz/openbmc_project/inventory/system/chassis", [The host inventory path.])
+
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