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 | 7d17711 | 2021-10-27 03:11:23 +0000 | [diff] [blame] | 14 | SRCREV = "de624395a587be555463a14a3db90500b4e0521c" |
Jason M. Bills | d8061f3 | 2020-07-08 15:34:26 -0700 | [diff] [blame] | 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 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" |