blob: bc59f1130fd1398104dbdc294b913be698b4159b [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"
Wludzik, Jozefb31b94d2020-09-18 15:53:35 +02004LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Wludzik, Jozefb31b94d2020-09-18 15:53:35 +02006DEPENDS = "boost \
Wludzik, Jozefcedaaaa2020-10-22 17:11:15 +02007 gtest \
8 nlohmann-json \
Wludzik, Jozefb31b94d2020-09-18 15:53:35 +02009 phosphor-logging \
10 sdbusplus \
11 systemd"
Andrew Geisslerc7cde612023-01-18 02:10:40 -060012SRCREV = "0452976942f7c9e9a3ace74bf71b946d53ead203"
Ed Tanous9936f862022-09-19 09:13:20 -070013PV = "1.0+git${SRCPV}"
Wludzik, Jozefb31b94d2020-09-18 15:53:35 +020014
Ed Tanous9936f862022-09-19 09:13:20 -070015SRC_URI = "git://github.com/openbmc/telemetry;branch=master;protocol=https"
16
17S = "${WORKDIR}/git"
Patrick Williams12fc9392021-08-06 09:16:53 -050018SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.Telemetry.service"
Wludzik, Jozefcedaaaa2020-10-22 17:11:15 +020019
Ed Tanous9936f862022-09-19 09:13:20 -070020inherit pkgconfig meson
21inherit systemd
22
23EXTRA_OEMESON = "-Dbuildtest=false"