Jason M. Bills | d8061f3 | 2020-07-08 15:34:26 -0700 | [diff] [blame] | 1 | SUMMARY = "PECI PCIe" |
| 2 | DESCRIPTION = "Gathers PCIe information using PECI \ |
| 3 | and provides it on D-Bus" |
Jason M. Bills | d8061f3 | 2020-07-08 15:34:26 -0700 | [diff] [blame] | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53" |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 6 | DEPENDS = "boost sdbusplus libpeci" |
Andrew Geissler | 0b2375b | 2023-05-12 13:20:40 -0500 | [diff] [blame] | 7 | SRCREV = "4fe704c4b2a6c79879922e3875494b7bbe6155d5" |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 8 | PV = "0.1+git${SRCPV}" |
Jason M. Bills | d8061f3 | 2020-07-08 15:34:26 -0700 | [diff] [blame] | 9 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 10 | SRC_URI = "git://github.com/openbmc/peci-pcie;branch=master;protocol=https" |
Jason M. Bills | d8061f3 | 2020-07-08 15:34:26 -0700 | [diff] [blame] | 11 | |
Jason M. Bills | d8061f3 | 2020-07-08 15:34:26 -0700 | [diff] [blame] | 12 | S = "${WORKDIR}/git" |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 13 | SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.PCIe.service" |
Jason M. Bills | 2ce1025 | 2020-10-08 16:10:01 -0700 | [diff] [blame] | 14 | |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 15 | inherit cmake pkgconfig systemd |
| 16 | |
Jason M. Bills | 2ce1025 | 2020-10-08 16:10:01 -0700 | [diff] [blame] | 17 | EXTRA_OECMAKE = "-DYOCTO=1" |