summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-06-20 15:12:44 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-20 23:37:22 +0300
commit0d9f0e4d8ef1287a0fa4ae065258f9c9a22f1c6c (patch)
tree7ceb2fe4d01ccc79c36748ea5130628f82100194
parentdddc501c89a3782dae251c2611cd70553c909fbb (diff)
downloadopenbmc-0d9f0e4d8ef1287a0fa4ae065258f9c9a22f1c6c.tar.xz
dbus-sensors: srcrev bump be73e6a4d1..445efe3393
Yuan Li (1): Support temp sensor on MCU which is available from I2C (From meta-phosphor rev: 53088f6d821968b3c50b97fa76fa9d2e2adda4c5) Change-Id: Ia9c33d436dc9c5614c69729ede47996478ba8f1a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
index 98ca3c138..ec03f2f2c 100644
--- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "dbus-sensors"
DESCRIPTION = "Dbus Sensor Services Configured from D-Bus"
SRC_URI = "git://github.com/openbmc/dbus-sensors.git"
-SRCREV = "be73e6a4d11f6c9f6f6887918404901cd87386b8"
+SRCREV = "445efe3393f42f1103c96c41f147a850cc06e871"
PV = "0.1+git${SRCPV}"
@@ -17,6 +17,7 @@ SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.exitairsensor.service"
SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.ipmbsensor.service"
SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.intrusionsensor.service"
SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.psusensor.service"
+SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.mcutempsensor.service"
DEPENDS = "boost nlohmann-json sdbusplus i2c-tools libgpiod"
inherit cmake systemd