summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-08-08 16:08:59 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-14 21:09:50 +0000
commit6e55006978ce823556fb240112a8e56821374890 (patch)
treecd7d36c8339a9422b60456d89fb4f2bef1b681da
parent1d019ab9a3dba94b41a29d88bf65be97ba7da1ae (diff)
downloadtalos-openbmc-6e55006978ce823556fb240112a8e56821374890.tar.gz
talos-openbmc-6e55006978ce823556fb240112a8e56821374890.zip
Update to event group type
Parser update requires the group type be the fully qualified path to each group member Change-Id: I09c30e678e1cef4bdec091d687c6d5e60bea69b3 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native/events.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native/events.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native/events.yaml
index c9887238c..9ae2178ad 100644
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native/events.yaml
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native/events.yaml
@@ -1,7 +1,7 @@
groups:
- name: air_cooled_zone0_fans
description: Group of fan inventory objects for air cooled zone 0
- type: inventory
+ type: /xyz/openbmc_project/inventory
members:
- /system/chassis/motherboard/fan0
- /system/chassis/motherboard/fan1
@@ -9,14 +9,14 @@ groups:
- /system/chassis/motherboard/fan3
- name: water_and_air_cooled_zone0_fans
description: Group of fan inventory objects for water/air cooled zone 0
- type: inventory
+ type: /xyz/openbmc_project/inventory
members:
- /system/chassis/motherboard/fan0
- /system/chassis/motherboard/fan2
- /system/chassis/motherboard/fan3
- name: zone0_ambient
description: Group of ambient temperature sensors for zone 0
- type: sensors
+ type: /xyz/openbmc_project/sensors
members:
- /temperature/ambient
OpenPOWER on IntegriCloud