blob: 479be4191714420741351f15c673033a98246ab7 [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 Geissler07145b12023-06-07 08:30:20 -050012SRCREV = "cc8abc0be58c19acd088da455454fdf466a1745f"
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"