diff options
| author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-15 08:11:43 +1100 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2017-12-06 14:46:43 -0600 |
| commit | c2009721c4575c8d45de262c6f6a61d71c15898a (patch) | |
| tree | 31b8932202a21e06e55790d68f1e8dbfb5265b05 | |
| parent | 03504a9557ae8e269039bc2cf1803967ec2c2ffc (diff) | |
| download | openbmc-docs-c2009721c4575c8d45de262c6f6a61d71c15898a.tar.gz openbmc-docs-c2009721c4575c8d45de262c6f6a61d71c15898a.zip | |
dbus-interfaces: move to deprecated/ as only covers /org/openbmc
Change-Id: I946883cfbc7a93c11701d0c5ee13b3ba7a22bf0c
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | deprecated/dbus-interfaces.md (renamed from dbus-interfaces.md) | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -30,9 +30,6 @@ These documents contain details on developing OpenBMC code itself - [contributing.md](contributing.md): Guidelines for contributing to OpenBMC - - [dbus-interfaces.md](dbus-interfaces.md): Reference for APIs exposed - to D-Bus - - [kernel-development.md](kernel-development.md): Reference for common kernel development tasks diff --git a/dbus-interfaces.md b/deprecated/dbus-interfaces.md index d37e515..e9934f8 100644 --- a/dbus-interfaces.md +++ b/deprecated/dbus-interfaces.md @@ -1,6 +1,8 @@ OpenBMC D-Bus API ================ +***WARNING*** **DEPRECATED API** The /org/openbmc API is deprecated and will *stop working* in a future OpenBMC release. + Please **note** that the v1.99.xx and greater code now has all of its interfaces defined in [this](https://github.com/openbmc/phosphor-dbus-interfaces) repository. The below information in this document is for all v1.0.xx code. |

