summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/gpiodaemon/gpiodaemon.bb
blob: e242455258b4ec43522c5d0a82b0c3e071917bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Gpio daemon service for handling gpio operations"
DESCRIPTION = "Daemon allows to block gpio access under certain conditions"

PV = "1.0+git${SRCPV}"

S = "${WORKDIR}/git/gpiodaemon"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

SRC_URI = "git://git@github.com/Intel-BMC/provingground.git;protocol=ssh"

SRCREV = "9d2d365a79591ec21b54ecde957263f1ba1d8391"

inherit cmake systemd
SYSTEMD_SERVICE_${PN} = "gpiodaemon.service"

DEPENDS = "boost systemd sdbusplus phosphor-logging"