Wludzik, Jozef | b31b94d | 2020-09-18 15:53:35 +0200 | [diff] [blame] | 1 | SUMMARY = "Telemetry service" |
| 2 | DESCRIPTION = "Middleware between Redfish Telemetry Service and dbus-sensors" |
| 3 | HOMEPAGE = "https://github.com/openbmc/telemetry" |
| 4 | |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 7 | |
| 8 | SRC_URI = "git://github.com/openbmc/telemetry" |
| 9 | |
| 10 | PV = "1.0+git${SRCPV}" |
Wludzik, Jozef | cedaaaa | 2020-10-22 17:11:15 +0200 | [diff] [blame^] | 11 | SRCREV = "a4bf740ce50ed1d714cc40083c0dd73a81d683ef" |
Wludzik, Jozef | b31b94d | 2020-09-18 15:53:35 +0200 | [diff] [blame] | 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | inherit meson |
| 16 | inherit systemd |
| 17 | |
| 18 | DEPENDS = "boost \ |
Wludzik, Jozef | cedaaaa | 2020-10-22 17:11:15 +0200 | [diff] [blame^] | 19 | gtest \ |
| 20 | nlohmann-json \ |
Wludzik, Jozef | b31b94d | 2020-09-18 15:53:35 +0200 | [diff] [blame] | 21 | phosphor-logging \ |
| 22 | sdbusplus \ |
| 23 | systemd" |
| 24 | |
| 25 | SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.Telemetry.service" |
Wludzik, Jozef | cedaaaa | 2020-10-22 17:11:15 +0200 | [diff] [blame^] | 26 | EXTRA_OEMESON = "-Dbuildtest=false" |
| 27 | |