summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc/meta-common/recipes-intel/pfr/pfr-manager_git.bb
blob: c20344c92530aad0213a5b20fdc9e7e6fd567dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"

PV = "0.1+git${SRCPV}"
SRCREV = "8491692089f9295cf2efab456d4747f3cf1fb098"

S = "${WORKDIR}/git"

SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.PFR.Manager.service"

DEPENDS += " \
    sdbusplus \
    phosphor-logging \
    boost \
    i2c-tools \
    libgpiod \
    "