blob: a151b01fd86bb881ba056f4a9bac8505fb8a715d [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 Geisslera5237d92022-12-12 09:40:36 -060012SRCREV = "9189e35fb25188b438fd536e4f7173bbf2911473"
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"