blob: 92016d4805cbbf5af5e0054d65697423f459a1b0 [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"
Andrew Geissler80d413f2023-10-22 20:10:11 -05009SRCREV = "bb764e49c9cc589d2d5c6478a4f3923bd5acc998"
Patrick Williams454ea362023-08-05 16:56:56 -050010PV = "0.1+git${SRCPV}"
Ed Tanous9936f862022-09-19 09:13:20 -070011PR = "r1"
George Hung38305142020-09-25 07:55:30 +080012
Patrick Williamsbb99d222022-01-24 15:55:09 -060013SRC_URI = "git://github.com/openbmc/phosphor-ecc.git;branch=master;protocol=https"
George Hung38305142020-09-25 07:55:30 +080014
15S = "${WORKDIR}/git"
Patrick Williams12fc9392021-08-06 09:16:53 -050016SYSTEMD_SERVICE:${PN} = " ${PN}.service"
Ed Tanous9936f862022-09-19 09:13:20 -070017
18inherit meson pkgconfig
19inherit systemd
20
21RDEPENDS:${PN} += "phosphor-sel-logger"