summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Wang <wangzqbj@inspur.com>2019-09-11 15:18:15 +0800
committerJohn Wang <wangzqbj@inspur.com>2019-09-17 08:47:17 +0800
commitd05d47254e0dcb7cfe8284ecb8a839c903262122 (patch)
tree6c271d05d5f9226346f65cdb40580bb55139d394 /configure.ac
parentd23b5b74cfadea0618e5984e8d3565d2696d26b8 (diff)
downloadopenpower-pnor-code-mgmt-d05d47254e0dcb7cfe8284ecb8a839c903262122.tar.gz
openpower-pnor-code-mgmt-d05d47254e0dcb7cfe8284ecb8a839c903262122.zip
Move to new association interface
A new association interface is defined in phosphor-dbus-interfaces It would be nice to move the local version of the interface to the new one. The behavior of how association work is described here: https://github.com/openbmc/docs/blob/master/object-mapper.md#associations Partially resolves openbmc/openbmc#3584 Tested: See the org.openbmc.Associations interface has been replaced by the xyz one in /xyz/openbmc_project/software/version_id object and only when the version number is less than PNOR_MSL, "PNOR Minimum Ship Level NOT met" is reported. Signed-off-by: John Wang <wangzqbj@inspur.com> Change-Id: If4afeb69a9bd8bc494b77826f2ec2854a71f56f5
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8b0ab7985..b43e50d2f 100755
--- a/configure.ac
+++ b/configure.ac
@@ -138,7 +138,7 @@ AC_DEFINE(SYSTEMD_INTERFACE, "org.freedesktop.systemd1.Manager",
[systemd interface.])
AC_DEFINE(SYSTEMD_PROPERTY_INTERFACE, "org.freedesktop.DBus.Properties",
[systemd properties interface.])
-AC_DEFINE(ASSOCIATIONS_INTERFACE, "org.openbmc.Associations",
+AC_DEFINE(ASSOCIATIONS_INTERFACE, "xyz.openbmc_project.Association.Definitions",
[The associations interface.])
AC_DEFINE(PNOR_TOC_FILE, "pnor.toc",
OpenPOWER on IntegriCloud