blob: 3d2508f8e5e20f5e0a2e3f2d65aee264cc7bded2 [file] [log] [blame]
Wludzik, Jozef877a5092020-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
8SRC_URI = "git://github.com/openbmc/telemetry"
9
10PV = "1.0+git${SRCPV}"
Andrew Geissler3e634bf2020-12-02 09:22:03 +000011SRCREV = "f32f6fef2503c1eba778a1446d95f05dca077157"
Wludzik, Jozef877a5092020-09-18 15:53:35 +020012
13S = "${WORKDIR}/git"
14
15inherit meson
16inherit systemd
17
18DEPENDS = "boost \
Wludzik, Jozef7406d552020-10-22 17:11:15 +020019 gtest \
20 nlohmann-json \
Wludzik, Jozef877a5092020-09-18 15:53:35 +020021 phosphor-logging \
22 sdbusplus \
23 systemd"
24
25SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.Telemetry.service"
Wludzik, Jozef7406d552020-10-22 17:11:15 +020026EXTRA_OEMESON = "-Dbuildtest=false"
27