From ba08de4e47d5abfffba141ef95d2203784881d37 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Fri, 23 Oct 2020 21:16:34 +0300 Subject: Use correct type for Dbus sensor interface in IPMI sensors YAML files Dbus sensor interface 'xyz.openbmc_project.Sensor.Value' migrated from int to double. Therefore all old 'int64_t' types in "*-ipmi-sensor*.yaml" files for this interface should be changed to 'double'. (From meta-ingrasys rev: a77281516cf6aa609bb64196b6f48dbf0c52d725) Signed-off-by: Konstantin Aladyshev Change-Id: Ic14b9488d4da964a1d48052d9a8b334dbb753996 Signed-off-by: Andrew Geissler --- .../zaius-yaml-config/zaius-ipmi-sensors.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'meta-ingrasys') diff --git a/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/zaius-ipmi-sensors.yaml b/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/zaius-ipmi-sensors.yaml index a7f1a73245..bc9154dcf4 100644 --- a/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/zaius-ipmi-sensors.yaml +++ b/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/zaius-ipmi-sensors.yaml @@ -194,7 +194,7 @@ Value: Offsets: 0xFF: - type: int64_t + type: double 0x73: ¤t sensorType: 0x03 path: /xyz/openbmc_project/sensors/current/vr0_p1v2_03_iout @@ -212,7 +212,7 @@ Value: Offsets: 0xFF: - type: int64_t + type: double 0x74: &power sensorType: 0x08 path: /xyz/openbmc_project/sensors/power/vr0_p1v2_03_pout @@ -230,7 +230,7 @@ Value: Offsets: 0xFF: - type: int64_t + type: double 0x75: &temperature sensorType: 0x01 path: /xyz/openbmc_project/sensors/temperature/vr0_p1v2_03 @@ -248,7 +248,7 @@ Value: Offsets: 0xFF: - type: int64_t + type: double 0x76: <<: *voltage path: /xyz/openbmc_project/sensors/voltage/vr0_p1v2_47_vout @@ -483,7 +483,7 @@ Value: Offsets: 0xFF: - type: int64_t + type: double 0xB1: <<: *fan_tach path: /xyz/openbmc_project/sensors/fan_tach/fan1 @@ -535,7 +535,7 @@ Value: Offsets: 0xFF: - type: int64_t + type: double 0xC1: <<: *temperature path: /xyz/openbmc_project/sensors/temperature/w1_exhaust_left @@ -589,7 +589,7 @@ Value: Offsets: 0xFF: - type: int64_t + type: double 0xD1: <<: *voltage path: /xyz/openbmc_project/sensors/voltage/p2v5_aux -- cgit v1.2.3