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 | 63f0646 | 2023-11-29 15:20:27 -0600 | [diff] [blame] | 7 | SRCREV = "f0f39a9d0b017181efae5b9567623ee53357f51e" |
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 | |
Jason M. Bills | 3d779de | 2023-08-22 13:01:25 -0700 | [diff] [blame] | 10 | PACKAGECONFIG ??= "" |
| 11 | PACKAGECONFIG[wait-for-os-standby] = "-Dwait-for-os-standby=enabled,-Dwait-for-os-standby=disabled" |
| 12 | PACKAGECONFIG[use-rdendpointcfg] = "-Duse-rdendpointcfg=enabled,-Duse-rdendpointcfg=disabled" |
| 13 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 14 | 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] | 15 | |
Jason M. Bills | d8061f3 | 2020-07-08 15:34:26 -0700 | [diff] [blame] | 16 | S = "${WORKDIR}/git" |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 17 | SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.PCIe.service" |
Jason M. Bills | 2ce1025 | 2020-10-08 16:10:01 -0700 | [diff] [blame] | 18 | |
Jason M. Bills | 3d779de | 2023-08-22 13:01:25 -0700 | [diff] [blame] | 19 | inherit meson pkgconfig systemd |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 20 | |