From 0d9f0e4d8ef1287a0fa4ae065258f9c9a22f1c6c Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 20 Jun 2019 12:12:44 +0000 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3