Initial commit
This commit is contained in:
@@ -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 = "1218aa64d109facdd2633f1205e5e4f1be6d8891"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.PFR.Manager.service"
|
||||
|
||||
DEPENDS += " \
|
||||
sdbusplus \
|
||||
phosphor-logging \
|
||||
boost \
|
||||
i2c-tools \
|
||||
libgpiod \
|
||||
"
|
||||
Reference in New Issue
Block a user