summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Conditionally use system provided libopenbmc_intfBrad Bishop2016-06-271-6/+6
| | | | | | | | | | | | | | | | | | This patch structures the make rules such that building from the top will build the in-tree libopenbmc_intf and link to that. For example: $make $make bmcctl would both result in ../libopenbmc_intf being built and the applications will link to that. Alternatively when building applications directly like: $make -C bmcctl the default compiler/linker search paths will be used. The latter facilitates package managers and the former retains a level of flexibility for developers working from the repository. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove dead codeBrad Bishop2016-06-211-5/+0
| | | | | | Removing a bunch of commented out code and unused applications. Signed-of-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add gpio checkstop handling to MakefileAdriana Kobylak2016-06-161-0/+1
| | | | | | Add gpio checkstop target to Makefil to build it. Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Install python workbook to well-known locationBrad Bishop2016-06-101-1/+0
| | | | | | | 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-101-77/+51
| | | | | | | | | | | | | | | 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>
* Remove custom org.openbmc.Object.ObjectMapperBrad Bishop2016-04-211-14/+14
| | | | | | | | | | | | | | Use the standard freedesktop ObjectManager interface. Moved gdbus OM export calls to the correct place so these signals are emitted as expected by system_manager.py. Python apps that use pyobmc are already emitting these correctly. Change system_manager.py to watch for the freedesktop signal rather than the custom one. Added an sd_bus OM to led_controller.
* LED Makefile and polarity fixesAdriana Kobylak2016-02-091-1/+3
| | | | | | | | Copy the changes from pending pull request: https://github.com/openbmc/skeleton/pull/39 These changes were done in the led_controller_new file, but need to be ported to file led_controller since it has been renamed.
* Implement new LED driverAdriana Kobylak2016-02-091-5/+2
| | | | | | | | Verification for the new LED driver is completed so time to replace the previous gpio implementation with the new one. This entails replacing the led_controller file with the led_controller_new file, updating the dbus interface name so that it is the same as the previous one, and updating the code with the new led names.
* add back in control_bmcNorman James2016-01-311-1/+4
|
* remove new led controllerNorman James2016-01-301-7/+1
|
* Refactored LED control dbus methodsvishwa2016-01-291-1/+4
|
* Add reset buttonKen2015-12-181-1/+5
|
* remove fanNorman James2015-11-171-4/+1
|
* add hwmons for barreleyeNorman James2015-11-061-3/+3
|
* add hwmon dbus objectNorman James2015-11-051-1/+4
|
* mergeNorman James2015-10-311-6/+6
|\
| * Move .so library to lib directoryAdriana Kobylak2015-10-291-5/+6
| | | | | | | | | | | | Move .so library out of bin into lib to make recipe simpler Move the make all target to the top so that it's the default for make Make clean to delete all created targets
* | add pflashNorman James2015-10-311-17/+17
|/
* remove temp sensorNorman James2015-10-281-4/+1
|
* change /dev path to btNorman James2015-10-261-1/+1
|
* add -u to python to not buffer stdoutNorman James2015-10-221-2/+2
|
* Update makefile to be friendly with OE buildBrad Bishop2015-10-191-41/+38
|
* lots of changesNorman James2015-10-181-6/+6
|
* updated flashingNorman James2015-10-111-3/+6
|
* added flash_bios to make allNorman James2015-10-081-1/+1
|
* made bus config global and moved to system busNorman James2015-10-071-1/+4
|
* seperated flash downloadNorman James2015-10-071-4/+10
|
* added gpio to power buttonNorman James2015-10-061-1/+1
|
* lots of changesNorman James2015-10-041-0/+3
|
* lots of changesNorman James2015-09-211-10/+10
|
* added error loggingNorman James2015-09-161-2/+2
|
* added some error handlingNorman James2015-09-151-2/+2
|
* added make allNorman James2015-09-151-1/+7
|
* lots of changesNorman James2015-09-141-26/+29
|
* lots of changesNorman James2015-09-081-0/+5
|
* lots of changesNorman James2015-09-021-2/+4
|
* lots of changesNorman James2015-08-301-6/+14
|
* lots of changesNorman James2015-08-271-11/+14
|
* changed bin output to .exeNorman James2015-08-251-7/+7
|
* first commitNorman James2015-08-191-0/+38
OpenPOWER on IntegriCloud