blob: fdcb587b5a1fce214a9f3e82ab6f759218b2f7e2 [file] [log] [blame]
Vijay Khemka1c03afe2018-11-20 11:14:07 -08001SUMMARY = "dbus-sensors"
2DESCRIPTION = "Dbus Sensor Services Configured from D-Bus"
3
4SRC_URI = "git://github.com/openbmc/dbus-sensors.git"
Andrew Geissler626707a2020-09-25 16:41:40 +00005SRCREV = "ed3e946c02c89c389c0e28360692e51971734728"
Vijay Khemka1c03afe2018-11-20 11:14:07 -08006
7PV = "0.1+git${SRCPV}"
8
9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
11
12SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.fansensor.service"
13SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.adcsensor.service"
14SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.hwmontempsensor.service"
15SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.cpusensor.service"
James Feist4fb76702018-12-12 09:40:58 -080016SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.exitairsensor.service"
James Feista1eef882019-01-30 10:15:41 -080017SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.ipmbsensor.service"
Qiang XUf7617ee2019-02-01 08:41:36 +080018SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.intrusionsensor.service"
Cheng C Yang57255c92019-04-16 17:04:57 +080019SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.psusensor.service"
Andrew Geissler53088f62019-06-20 12:12:44 +000020SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.mcutempsensor.service"
Vijay Khemka1c03afe2018-11-20 11:14:07 -080021
James Feist4a5ee872019-05-30 16:25:37 -070022DEPENDS = "boost nlohmann-json sdbusplus i2c-tools libgpiod"
Vijay Khemka1c03afe2018-11-20 11:14:07 -080023inherit cmake systemd
24
25S = "${WORKDIR}/git/"
26
Vijay Khemka1c03afe2018-11-20 11:14:07 -080027EXTRA_OECMAKE = "-DYOCTO=1"