blob: 90919a9310aaface9d397e5592d8f892c967a514 [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"
5PR = "r1"
6
7inherit meson pkgconfig
8inherit systemd
9
10DEPENDS += "sdbusplus"
11DEPENDS += "phosphor-dbus-interfaces"
12DEPENDS += "sdeventplus"
13DEPENDS += "phosphor-logging"
14
Patrick Williams12fc9392021-08-06 09:16:53 -050015RDEPENDS:${PN} += "phosphor-sel-logger"
George Hung38305142020-09-25 07:55:30 +080016
Patrick Williamsbb99d222022-01-24 15:55:09 -060017SRC_URI = "git://github.com/openbmc/phosphor-ecc.git;branch=master;protocol=https"
Andrew Geissler4823d4c2022-01-06 03:10:18 +000018SRCREV = "c33f294ecc59cd31698ada37827bb5c9f00adc8b"
George Hung38305142020-09-25 07:55:30 +080019
20S = "${WORKDIR}/git"
21
Patrick Williams12fc9392021-08-06 09:16:53 -050022SYSTEMD_SERVICE:${PN} = " ${PN}.service"