summaryrefslogtreecommitdiff
path: root/meta-intel/meta-common/recipes-intel/pfr/pfr-manager_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-intel/meta-common/recipes-intel/pfr/pfr-manager_git.bb')
-rw-r--r--meta-intel/meta-common/recipes-intel/pfr/pfr-manager_git.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-intel/meta-common/recipes-intel/pfr/pfr-manager_git.bb b/meta-intel/meta-common/recipes-intel/pfr/pfr-manager_git.bb
deleted file mode 100644
index 0399ad6c9..000000000
--- a/meta-intel/meta-common/recipes-intel/pfr/pfr-manager_git.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "PFR Manager Service"
-DESCRIPTION = "Daemon to handle all PFR functionalities"
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
-inherit cmake systemd
-
-SRC_URI = "git://github.com/openbmc/pfr-manager"
-
-PV = "0.1+git${SRCPV}"
-SRCREV = "0884191b6478bdd787852ab9d290caaeb7816454"
-
-S = "${WORKDIR}/git"
-
-SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.PFR.Manager.service"
-
-DEPENDS += " \
- sdbusplus \
- phosphor-logging \
- boost \
- i2c-tools \
- libgpiod \
- "