Jason M. Bills | 23ac92d | 2020-07-08 15:34:26 -0700 | [diff] [blame] | 1 | SUMMARY = "PECI PCIe" |
| 2 | DESCRIPTION = "Gathers PCIe information using PECI \ |
| 3 | and provides it on D-Bus" |
| 4 | |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53" |
| 7 | inherit cmake systemd |
| 8 | |
| 9 | SRC_URI = "git://github.com/openbmc/peci-pcie" |
| 10 | |
| 11 | DEPENDS = "boost sdbusplus libpeci" |
| 12 | |
| 13 | PV = "0.1+git${SRCPV}" |
| 14 | SRCREV = "5d049735e26b346394ce505a4b3c6ccabdc661ae" |
| 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.PCIe.service" |