blob: eda7124fdc294bdbdcd8e50cc99a02b0163b768f [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"
Jason M. Billsd8061f32020-07-08 15:34:26 -07004LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
Ed Tanous9936f862022-09-19 09:13:20 -07006DEPENDS = "boost sdbusplus libpeci"
Andrew Geisslerb8da6562023-01-06 13:50:15 -06007SRCREV = "b08723d7ce4843c1604abaaa9d18ff4e0461e033"
Ed Tanous9936f862022-09-19 09:13:20 -07008PV = "0.1+git${SRCPV}"
Jason M. Billsd8061f32020-07-08 15:34:26 -07009
Patrick Williamsbb99d222022-01-24 15:55:09 -060010SRC_URI = "git://github.com/openbmc/peci-pcie;branch=master;protocol=https"
Jason M. Billsd8061f32020-07-08 15:34:26 -070011
Jason M. Billsd8061f32020-07-08 15:34:26 -070012S = "${WORKDIR}/git"
Patrick Williams12fc9392021-08-06 09:16:53 -050013SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.PCIe.service"
Jason M. Bills2ce10252020-10-08 16:10:01 -070014
Ed Tanous9936f862022-09-19 09:13:20 -070015inherit cmake pkgconfig systemd
16
Jason M. Bills2ce10252020-10-08 16:10:01 -070017EXTRA_OECMAKE = "-DYOCTO=1"