summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-common/recipes-ibs/pfr/pfr-manager_git.bb
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-05-23 00:36:13 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-05-23 00:36:13 +0300
commit816146249ab44fb9e85f8dfd413e18e92a13842c (patch)
tree97df436faa8607f63dba853024879f467eea3054 /meta-ibs/meta-common/recipes-ibs/pfr/pfr-manager_git.bb
parent1bd1f086e0ecfc9017891b5b9a492446eda41095 (diff)
downloadopenbmc-816146249ab44fb9e85f8dfd413e18e92a13842c.tar.xz
Layers for SILA CP2-5422
Diffstat (limited to 'meta-ibs/meta-common/recipes-ibs/pfr/pfr-manager_git.bb')
-rw-r--r--meta-ibs/meta-common/recipes-ibs/pfr/pfr-manager_git.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-ibs/meta-common/recipes-ibs/pfr/pfr-manager_git.bb b/meta-ibs/meta-common/recipes-ibs/pfr/pfr-manager_git.bb
new file mode 100644
index 0000000000..d715b53a9f
--- /dev/null
+++ b/meta-ibs/meta-common/recipes-ibs/pfr/pfr-manager_git.bb
@@ -0,0 +1,23 @@
+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;branch=master;protocol=https"
+
+PV = "0.1+git${SRCPV}"
+SRCREV = "c96f37dc87d72331ade8ec263a6a182960a03ffb"
+
+S = "${WORKDIR}/git"
+
+SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.PFR.Manager.service"
+
+DEPENDS += " \
+ sdbusplus \
+ phosphor-logging \
+ boost \
+ i2c-tools \
+ libgpiod \
+ "