blob: 74b898038bf98009a0888e0a244650550a56bec0 [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 Geisslere703e5a2023-10-12 05:10:36 -050012SRCREV = "38c6409c16d6119df73c83832ce4c5450ad5fe35"
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"