blob: cbb5a8f8ecf8fb1bd2259ab7a9a81cfb3b9d8036 [file] [log] [blame]
Wludzik, Jozefb31b94d2020-09-18 15:53:35 +02001SUMMARY = "Telemetry service"
2DESCRIPTION = "Middleware between Redfish Telemetry Service and dbus-sensors"
3HOMEPAGE = "https://github.com/openbmc/telemetry"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
7
Patrick Williamsbb99d222022-01-24 15:55:09 -06008SRC_URI = "git://github.com/openbmc/telemetry;branch=master;protocol=https"
Wludzik, Jozefb31b94d2020-09-18 15:53:35 +02009
10PV = "1.0+git${SRCPV}"
Andrew Geisslerb2590b42022-08-04 12:00:33 -050011SRCREV = "935a70ab8900dee7e70d8723fc670272d63d6d0c"
Wludzik, Jozefb31b94d2020-09-18 15:53:35 +020012
13S = "${WORKDIR}/git"
14
Andrew Geisslerec34cc62021-11-03 09:57:52 -050015inherit pkgconfig meson
Wludzik, Jozefb31b94d2020-09-18 15:53:35 +020016inherit systemd
17
18DEPENDS = "boost \
Wludzik, Jozefcedaaaa2020-10-22 17:11:15 +020019 gtest \
20 nlohmann-json \
Wludzik, Jozefb31b94d2020-09-18 15:53:35 +020021 phosphor-logging \
22 sdbusplus \
23 systemd"
24
Patrick Williams12fc9392021-08-06 09:16:53 -050025SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.Telemetry.service"
Wludzik, Jozefcedaaaa2020-10-22 17:11:15 +020026EXTRA_OEMESON = "-Dbuildtest=false"
27