summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/logging/obmc-phosphor-event.bb
blob: 5a436b3a6553a98ff59ed7279062fb21b48fd0bf (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
SUMMARY = "Phosphor OpenBMC Event Management"
DESCRIPTION = "Phosphor OpenBMC event management reference implementation."
HOMEPAGE = "https://github.com/openbmc/phosphor-event"
PR = "r1"

inherit autotools pkgconfig
inherit obmc-phosphor-license
inherit obmc-phosphor-dbus-service

DEPENDS += "systemd"
DEPENDS += "autoconf-archive-native"
PROVIDES += "virtual/obmc-event-mgmt"
RPROVIDES_${PN} += "virtual-obmc-event-mgmt"

SRC_URI += "git://github.com/openbmc/phosphor-event"
SRCREV = "74c0963269a6828c42d282b97bffa1afafc1b7d0"

DBUS_SERVICE_${PN} = "org.openbmc.records.events.service"
SYSTEMD_ENVIRONMENT_FILE_${PN} += "obmc/eventd/eventd.conf"

S = "${WORKDIR}/git"

do_install_append() {
        install -d ${D}/var/lib/obmc/events/
}
OpenPOWER on IntegriCloud