AppaRao Puli | a3f1979 | 2020-05-28 01:24:46 +0530 | [diff] [blame] | 1 | SUMMARY = "PFR Manager Service" |
| 2 | DESCRIPTION = "Daemon to handle all PFR functionalities" |
| 3 | |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53" |
| 6 | inherit cmake systemd |
| 7 | |
| 8 | SRC_URI = "git://github.com/openbmc/pfr-manager" |
| 9 | |
| 10 | PV = "0.1+git${SRCPV}" |
Andrew Geissler | f49d234 | 2020-07-20 06:10:56 +0000 | [diff] [blame] | 11 | SRCREV = "73424ce240340d8545d8a85bc5a3e8530a78d74c" |
AppaRao Puli | a3f1979 | 2020-05-28 01:24:46 +0530 | [diff] [blame] | 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.PFR.Manager.service" |
| 16 | |
| 17 | DEPENDS += " \ |
| 18 | sdbusplus \ |
| 19 | phosphor-logging \ |
| 20 | boost \ |
| 21 | i2c-tools \ |
Chalapathi Venkataramashetty | 14c216f | 2020-07-20 18:19:21 +0000 | [diff] [blame^] | 22 | libgpiod \ |
AppaRao Puli | a3f1979 | 2020-05-28 01:24:46 +0530 | [diff] [blame] | 23 | " |