summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2018-12-12 09:40:58 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-12-17 18:34:15 +0000
commitaac4f701a4543b6960166ef76091262e22e6ad5e (patch)
tree8e7e054869cfd9addc5c117b9496ed28c1476766 /meta-phosphor
parent58238eb232bd3c89c28ffa842b1b588759885675 (diff)
downloadtalos-openbmc-aac4f701a4543b6960166ef76091262e22e6ad5e.tar.gz
talos-openbmc-aac4f701a4543b6960166ef76091262e22e6ad5e.zip
meta-phosphor: dbus-sensors: Enable new service
Enable exit air sensor service file and bump as these need to be changed at the same time. (From meta-phosphor rev: 4fb76700a2fe73baa6b791385bb4eb9867416341) Change-Id: I3134d359692b966a5bb9e88432b47b777d2503b8 Signed-off-by: James Feist <james.feist@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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
index 047f2063a..9ea23394e 100644
--- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
@@ -13,6 +13,7 @@ SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.fansensor.service"
SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.adcsensor.service"
SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.hwmontempsensor.service"
SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.cpusensor.service"
+SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.exitairsensor.service"
DEPENDS = "boost nlohmann-json sdbusplus"
inherit cmake systemd
OpenPOWER on IntegriCloud