blob: af643b74309574fc59662c78bf47232d7d5f9c5f [file] [log] [blame]
Jason M. Billsd8061f32020-07-08 15:34:26 -07001SUMMARY = "PECI PCIe"
2DESCRIPTION = "Gathers PCIe information using PECI \
3and provides it on D-Bus"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
7inherit cmake systemd
8
9SRC_URI = "git://github.com/openbmc/peci-pcie"
10
11DEPENDS = "boost sdbusplus libpeci"
12
13PV = "0.1+git${SRCPV}"
Andrew Geisslerdcf955c2021-02-12 23:21:10 +000014SRCREV = "0b79f3e485554957a4b24d5f0cefc5bc577ad301"
Jason M. Billsd8061f32020-07-08 15:34:26 -070015
16S = "${WORKDIR}/git"
17
18SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.PCIe.service"
Jason M. Bills2ce10252020-10-08 16:10:01 -070019
20EXTRA_OECMAKE = "-DYOCTO=1"