summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorCheng C Yang <cheng.c.yang@linux.intel.com>2019-04-16 17:04:57 +0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-15 23:00:47 -0400
commit1d7ad5c7bd3e374fc5770e6e1b44d914df73f71d (patch)
tree0d99a6db8199292b3d3f22339f098d2632f5e5fe /meta-phosphor
parent3f2554c55a3d76da1447f433f8021fc0870a8fcb (diff)
downloadtalos-openbmc-1d7ad5c7bd3e374fc5770e6e1b44d914df73f71d.tar.gz
talos-openbmc-1d7ad5c7bd3e374fc5770e6e1b44d914df73f71d.zip
dbus-sensors: srcrev bump d2543f81f4..93dc2c8e7c
Cheng C Yang (1): Enable PSUSensor support (From meta-phosphor rev: 57255c93fbbbfe5a5e7b7b1e8334277055976c03) Change-Id: I959ce6541145e95c70cc23f4b89125d751b072a7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-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 ad4546b8d..04af66530 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 = "d2543f81f4dd7a1f3a0989ec5829401d1147674c"
+SRCREV = "93dc2c8e7c710fd65d269ef0bf684fb7a433a602"
PV = "0.1+git${SRCPV}"
@@ -16,6 +16,7 @@ SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.cpusensor.service"
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"
DEPENDS = "boost nlohmann-json sdbusplus i2c-tools"
inherit cmake systemd
OpenPOWER on IntegriCloud