summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/watchdog/frb2-watchdog.bb
blob: f8ddf789244dbaf5e590371a59ad3efea58d9dc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
SUMMARY = "FRB2 timer service"
DESCRIPTION = "The FRB2 timer service will monitor the mailbox register 0\
and start a watchdog for FRB2 if the data is 1(BIOS will write this value)"

SRC_URI = "\
    file://CMakeLists.txt;subdir=${BP} \
    file://frb2-watchdog.cpp;subdir=${BP} \
    "
PV = "0.1"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${INTELBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"

inherit cmake
inherit pkgconfig

DEPENDS += " \
            systemd \
            sdbusplus \
            phosphor-logging \
            phosphor-dbus-interfaces \
            boost \
           "

RDEPENDS:${PN} += " \
                  libsystemd \
                  sdbusplus \
                  phosphor-logging \
                  phosphor-dbus-interfaces \
                  "