Jason M. Bills | d8061f3 | 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}" |
Andrew Geissler | edb9354 | 2021-06-11 23:01:33 +0000 | [diff] [blame] | 14 | SRCREV = "1e17d33ee7670e60f573b2276a55551d53e71f90" |
Jason M. Bills | d8061f3 | 2020-07-08 15:34:26 -0700 | [diff] [blame] | 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.PCIe.service" |
Jason M. Bills | 2ce1025 | 2020-10-08 16:10:01 -0700 | [diff] [blame] | 19 | |
| 20 | EXTRA_OECMAKE = "-DYOCTO=1" |