blob: 74d9263834773f2f3086fd3c9494977307d4ce71 [file] [log] [blame]
George Hung38305142020-09-25 07:55:30 +08001SUMMARY = "Phosphor BMC Memory ECC Logging"
2DESCRIPTION = "Daemon to monitor and report the BMC memory ECC"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
George Hung38305142020-09-25 07:55:30 +08005DEPENDS += "sdbusplus"
6DEPENDS += "phosphor-dbus-interfaces"
7DEPENDS += "sdeventplus"
8DEPENDS += "phosphor-logging"
Ed Tanous9936f862022-09-19 09:13:20 -07009SRCREV = "c33f294ecc59cd31698ada37827bb5c9f00adc8b"
10PR = "r1"
George Hung38305142020-09-25 07:55:30 +080011
Patrick Williamsbb99d222022-01-24 15:55:09 -060012SRC_URI = "git://github.com/openbmc/phosphor-ecc.git;branch=master;protocol=https"
George Hung38305142020-09-25 07:55:30 +080013
14S = "${WORKDIR}/git"
Patrick Williams12fc9392021-08-06 09:16:53 -050015SYSTEMD_SERVICE:${PN} = " ${PN}.service"
Ed Tanous9936f862022-09-19 09:13:20 -070016
17inherit meson pkgconfig
18inherit systemd
19
20RDEPENDS:${PN} += "phosphor-sel-logger"