summaryrefslogtreecommitdiffstats
path: root/obmc/mapper.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove mapper bindingsBrad Bishop2016-07-201-162/+0
| | | | | | | Move mapper bindings back to the phosphor-objmgr project. Change-Id: I9fd614bb74d7607da08a8ffb118ca41441b7b904 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Use standard DBUS naming conventionsBrad Bishop2016-06-061-5/+4
| | | | | | | | | | The existing service/iface/object path names were out-of-spec. busname: org.openbmc.ObjectMapper iface: org.openbmc.ObjectMapper path: /org/openbmc/ObjectMapper Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Move common code from REST serverBrad Bishop2016-04-291-0/+120
| | | | | Moving a bunch of code with common utility out of the rest server. No new functionality provided.
* Introducing pyobmcBrad Bishop2016-04-151-0/+43
We have openbmc python utilities scattered all over the place. To facilitate reuse, bring them together in a single python package. None of this is new code, it was all simply ported and re-arranged from other projects. Ran everything through pep8.
OpenPOWER on IntegriCloud