blob: 8b15b47b498eeb0750d1ef1fe78c15c9a896494d [file] [log] [blame]
AppaRao Puli81054b12020-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
Patrick Williamsbb99d222022-01-24 15:55:09 -06008SRC_URI = "git://github.com/openbmc/pfr-manager;branch=master;protocol=https"
AppaRao Puli81054b12020-05-28 01:24:46 +05309
10PV = "0.1+git${SRCPV}"
Andrew Geisslere3ce2e52023-06-16 12:00:28 -050011SRCREV = "304e82e1a3a38c16cecffc169b47714153daa8b1"
AppaRao Puli81054b12020-05-28 01:24:46 +053012
13S = "${WORKDIR}/git"
14
Jae Hyun Yoo24e16a22021-08-06 10:55:59 -070015SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.PFR.Manager.service"
AppaRao Puli81054b12020-05-28 01:24:46 +053016
17DEPENDS += " \
18 sdbusplus \
19 phosphor-logging \
20 boost \
21 i2c-tools \
Chalapathi Venkataramashetty616b8312020-07-20 18:19:21 +000022 libgpiod \
AppaRao Puli81054b12020-05-28 01:24:46 +053023 "