summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-11-15 08:11:43 +1100
committerGunnar Mills <gmills@us.ibm.com>2017-12-06 14:46:43 -0600
commitc2009721c4575c8d45de262c6f6a61d71c15898a (patch)
tree31b8932202a21e06e55790d68f1e8dbfb5265b05
parent03504a9557ae8e269039bc2cf1803967ec2c2ffc (diff)
downloadopenbmc-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.md3
-rw-r--r--deprecated/dbus-interfaces.md (renamed from dbus-interfaces.md)2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index f485cee..6b5f8ec 100644
--- a/README.md
+++ b/README.md
@@ -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.
OpenPOWER on IntegriCloud