blob: cd0230de67a2c36baef516cc66dda9c5ccfe94b2 [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"
Patrick Williams691a8e02021-12-13 18:00:02 -06007inherit cmake pkgconfig systemd
Jason M. Billsd8061f32020-07-08 15:34:26 -07008
Patrick Williamsbb99d222022-01-24 15:55:09 -06009SRC_URI = "git://github.com/openbmc/peci-pcie;branch=master;protocol=https"
Jason M. Billsd8061f32020-07-08 15:34:26 -070010
11DEPENDS = "boost sdbusplus libpeci"
12
13PV = "0.1+git${SRCPV}"
Andrew Geisslerc525a3a2022-08-04 12:51:58 -050014SRCREV = "59b87e60c8fcb3883d4683b9b986b30c72be554d"
Jason M. Billsd8061f32020-07-08 15:34:26 -070015
16S = "${WORKDIR}/git"
17
Patrick Williams12fc9392021-08-06 09:16:53 -050018SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.PCIe.service"
Jason M. Bills2ce10252020-10-08 16:10:01 -070019
20EXTRA_OECMAKE = "-DYOCTO=1"