summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/obmc-phosphor-sdbus-service.bbclass
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2015-10-16Refactor sdbus-service.bbclassPatrick Williams1-1/+0
sdbus-service.bbclass currently depends on c-daemon.bbclass, which is used for samples that have their code and makefiles in the repository. Removed this inherit to make the sdbus-service class more generally applicable.
2015-09-22Added sd-bus service exampleBrad Bishop1-0/+9
Added obmc-phosphor-example-sdbus. Added sdbus-service class for common logic.