commit | 85c356f76fe07db3c1253c48f5b35c5811a15c07 | [log] [tgz] |
---|---|---|
author | John Wang <wangzqbj@inspur.com> | Wed Sep 11 16:20:13 2019 +0800 |
committer | John Wang <wangzqbj@inspur.com> | Tue Sep 17 09:10:07 2019 +0800 |
tree | 68b11410136c1a9ba583966c82df841000ccce05 | |
parent | a013560f96a9ee5c2db4e1778c7dcee199c3acf1 [diff] |
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 Signed-off-by: John Wang <wangzqbj@inspur.com> Change-Id: I249b7fea26f720b57e60e0bf8ba8bc71c620af98
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.