blob: c5fda1bdd5d815edd81716ab3622b34ff5911063 [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"
7SRCREV = "be1fdbfddb8f753132e781109e72b5f2c64140a2"
8PV = "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"