blob: 69d1e585fb0b3e63a9e4a146c889c17bf393c607 [file] [log] [blame]
Vijay Khemkaefc72a02018-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 Geisslere2ad7722020-10-22 07:01:32 +00005SRCREV = "dadbbb5859828ee4072968b9e8d5105e346bd591"
Vijay Khemkaefc72a02018-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 Feistaac4f702018-12-12 09:40:58 -080016SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.exitairsensor.service"
James Feist65b507d2019-01-30 10:15:41 -080017SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.ipmbsensor.service"
Qiang XUfd87f1b2019-02-01 08:41:36 +080018SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.intrusionsensor.service"
Cheng C Yang1d7ad5c2019-04-16 17:04:57 +080019SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.psusensor.service"
Andrew Geissler0d9f0e42019-06-20 12:12:44 +000020SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.mcutempsensor.service"
Vijay Khemkaefc72a02018-11-20 11:14:07 -080021
James Feista3da7982019-05-30 16:25:37 -070022DEPENDS = "boost nlohmann-json sdbusplus i2c-tools libgpiod"
Vijay Khemkaefc72a02018-11-20 11:14:07 -080023inherit cmake systemd
24
Brad Bishopd8b59672020-10-27 09:22:51 -040025S = "${WORKDIR}/git"
Vijay Khemkaefc72a02018-11-20 11:14:07 -080026
Vijay Khemkaefc72a02018-11-20 11:14:07 -080027EXTRA_OECMAKE = "-DYOCTO=1"