summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-gbs
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-07-16 08:47:14 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-07-18 21:32:53 +0300
commit0a72c0fb30a11e973c4f1b2591156aae896eeb1b (patch)
treecbdcd3bf28a8c326706377d48c84b0b3aa7f8de5 /meta-quanta/meta-gbs/recipes-gbs
parentd09ea35a4b76fc7ba0cc7fef1d641e23f011bd8f (diff)
downloadopenbmc-0a72c0fb30a11e973c4f1b2591156aae896eeb1b.tar.xz
meta-quanta: gbs: rename fan2/3/4 to fb_fan0/1/2
Change the sensor name of fans: fan2 -> fb_fan0 fan3 -> fb_fan1 fan4 -> fb_fan2 (From meta-quanta rev: 43bbb292c0d151841db415802849df965f6151ce) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: If81cf92c50da512986344b31ba20d93af6dcf061 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-gbs')
-rw-r--r--meta-quanta/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh6
-rw-r--r--meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/files/entity_association_map.json6
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh b/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh
index 520b1c991..56ae7bbc5 100644
--- a/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh
+++ b/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh
@@ -33,9 +33,9 @@ function is_fan_fail() {
fan_tach_path=( '/xyz/openbmc_project/sensors/fan_tach/fan0'
'/xyz/openbmc_project/sensors/fan_tach/fan1'
- '/xyz/openbmc_project/sensors/fan_tach/fan2'
- '/xyz/openbmc_project/sensors/fan_tach/fan3'
- '/xyz/openbmc_project/sensors/fan_tach/fan4'
+ '/xyz/openbmc_project/sensors/fan_tach/fb_fan0'
+ '/xyz/openbmc_project/sensors/fan_tach/fb_fan1'
+ '/xyz/openbmc_project/sensors/fan_tach/fb_fan2'
)
check_fail_flag=0
diff --git a/meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/files/entity_association_map.json b/meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/files/entity_association_map.json
index a0992b73c..f4e453a9a 100644
--- a/meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/files/entity_association_map.json
+++ b/meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/files/entity_association_map.json
@@ -18,9 +18,9 @@
"fan": [
{"instance": 0, "name": "/fan0"},
{"instance": 1, "name": "/fan1"},
- {"instance": 2, "name": "/fan2"},
- {"instance": 3, "name": "/fan3"},
- {"instance": 4, "name": "/fan4"}
+ {"instance": 2, "name": "/fb_fan0"},
+ {"instance": 3, "name": "/fb_fan1"},
+ {"instance": 4, "name": "/fb_fan2"}
],
"cooling_unit": [
{"instance": 0, "name": "/ZONE0"},