summaryrefslogtreecommitdiffstats
path: root/pytools
Commit message (Collapse)AuthorAgeFilesLines
...
* obmcutil: Use freedesktop ObjectManagerBrad Bishop2016-06-211-5/+19
| | | | | | | The org.openbmc.Object.Enumerate interface is deprecated in favor of the freedesktop ObjectManager. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove unused python modules from obmcutilBrad Bishop2016-06-211-5/+1
| | | | | | This should help with startup time a little bit. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Fix gpioutil toolAdriana Kobylak2016-06-161-0/+3
| | | | | | | Fix gpioutil tool to parse commands, this broke with the skeleton refactoring commit. Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Install python workbook to well-known locationBrad Bishop2016-06-101-9/+6
| | | | | | | This removes the need to pass the system configuration to all the scripts. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Reorganize directory structureBrad Bishop2016-06-105-0/+375
Moving to directory per-application layout. This facilitates building single applications which is useful in the Yocto build environment since different applications satisfy different OpenBMC build requirements. A number of issues are also addressed: - All applications were pulling in libsystemd and the gdbus libs irrespective of whether or not they were needed. - gpio.o duplicated in every application - moved to libopenbmc_intf - Added install target Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud