summaryrefslogtreecommitdiffstats
path: root/flashbios
Commit message (Collapse)AuthorAgeFilesLines
* flashbios: Do not expect the full path to the executableAdriana Kobylak2017-09-111-18/+2
| | | | | | | | | | | | | | | The service file that starts the bios flasher was changed from specifying the path /usr/sbin/<flasher> to just <flasher> to allow the service file to find the binary on any directory specified by PATH and enable patching on a read-only filesystem. Remove the parsing of the path from the code, and change execl to execlp which gets the path from the PATH env variable. Resolves openbmc/openbmc#2271 Change-Id: I2b74e287e1e5db8feb96bfe51a0a73d999ba43c2 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* flash_bios: reap childrenBrad Bishop2016-09-121-1/+1
| | | | | Change-Id: Id8d341322f19112d102c9df8a9e6bdb7e2ef6341 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* libopenbmc_intf include path updateBrad Bishop2016-06-271-2/+2
| | | | | | | | | Remove the interfaces prefix from applications including openbmc_intf.h. Use brackets rather than quotes in prep for a libopenbmc_intf SDK package. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Reorganize directory structureBrad Bishop2016-06-102-0/+394
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