blob: ff794c756e34247e987c460689b69e8b7fe8db0a [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 Geissler650b2ce2024-04-15 09:50:42 -05007SRCREV = "9af905e5be7d3aedfe46d52fb15ed8c2ae847824"
Ed Tanous9936f862022-09-19 09:13:20 -07008PV = "0.1+git${SRCPV}"
Jason M. Billsd8061f32020-07-08 15:34:26 -07009
Jason M. Bills3d779de2023-08-22 13:01:25 -070010PACKAGECONFIG ??= ""
11PACKAGECONFIG[wait-for-os-standby] = "-Dwait-for-os-standby=enabled,-Dwait-for-os-standby=disabled"
12PACKAGECONFIG[use-rdendpointcfg] = "-Duse-rdendpointcfg=enabled,-Duse-rdendpointcfg=disabled"
13
Patrick Williamsbb99d222022-01-24 15:55:09 -060014SRC_URI = "git://github.com/openbmc/peci-pcie;branch=master;protocol=https"
Jason M. Billsd8061f32020-07-08 15:34:26 -070015
Jason M. Billsd8061f32020-07-08 15:34:26 -070016S = "${WORKDIR}/git"
Patrick Williams12fc9392021-08-06 09:16:53 -050017SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.PCIe.service"
Jason M. Bills2ce10252020-10-08 16:10:01 -070018
Jason M. Bills3d779de2023-08-22 13:01:25 -070019inherit meson pkgconfig systemd
Ed Tanous9936f862022-09-19 09:13:20 -070020