| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Move mapper bindings back to the phosphor-objmgr project.
Change-Id: I9fd614bb74d7607da08a8ffb118ca41441b7b904
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Moving a bunch of code with common utility out of the rest server.
No new functionality provided.
|
|
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.
|