blob: 0399ad6c93b4c35589b35db6495a60835636cf4f [file] [log] [blame]
AppaRao Pulia3f19792020-05-28 01:24:46 +05301SUMMARY = "PFR Manager Service"
2DESCRIPTION = "Daemon to handle all PFR functionalities"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
6inherit cmake systemd
7
8SRC_URI = "git://github.com/openbmc/pfr-manager"
9
10PV = "0.1+git${SRCPV}"
Andrew Geissler2e3158c2020-09-03 12:00:38 +000011SRCREV = "0884191b6478bdd787852ab9d290caaeb7816454"
AppaRao Pulia3f19792020-05-28 01:24:46 +053012
13S = "${WORKDIR}/git"
14
15SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.PFR.Manager.service"
16
17DEPENDS += " \
18 sdbusplus \
19 phosphor-logging \
20 boost \
21 i2c-tools \
Chalapathi Venkataramashetty14c216f2020-07-20 18:19:21 +000022 libgpiod \
AppaRao Pulia3f19792020-05-28 01:24:46 +053023 "