summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb b/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb
index 1645f8de0e..2d19b9fe29 100644
--- a/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb
+++ b/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb
@@ -7,11 +7,14 @@ DEPENDS = "boost sdbusplus libpeci"
SRCREV = "3570b9ea5ff109a6e000d16a2d34b974fcf6c335"
PV = "0.1+git${SRCPV}"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[wait-for-os-standby] = "-Dwait-for-os-standby=enabled,-Dwait-for-os-standby=disabled"
+PACKAGECONFIG[use-rdendpointcfg] = "-Duse-rdendpointcfg=enabled,-Duse-rdendpointcfg=disabled"
+
SRC_URI = "git://github.com/openbmc/peci-pcie;branch=master;protocol=https"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.PCIe.service"
-inherit cmake pkgconfig systemd
+inherit meson pkgconfig systemd
-EXTRA_OECMAKE = "-DYOCTO=1"