summaryrefslogtreecommitdiff
path: root/meta-amd
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2020-10-23 20:57:47 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-11-03 23:32:06 +0300
commitfcd67c16f040eb0e0dec49b450fd6cddaf7529cf (patch)
treec29283cf5fe7d73a1374a4b1973a740a11b2b91e /meta-amd
parent2ec55731645b2a536c90d3da383c7900a2c23e0f (diff)
downloadopenbmc-fcd67c16f040eb0e0dec49b450fd6cddaf7529cf.tar.xz
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-amd rev: 5f837d4db1ec886e7616ad3f457d260aa39135a5) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I19cb7daf287a9ff77c571c0a82ff7ae7a83fe50f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-amd')
-rw-r--r--meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml b/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml
index 8083ee54c..193ce1501 100644
--- a/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml
+++ b/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml
@@ -16,7 +16,7 @@
Value:
Offsets:
0xFF:
- type: int64_t
+ type: double
2:
sensorType: 0x01
@@ -36,7 +36,7 @@
Value:
Offsets:
0xFF:
- type: int64_t
+ type: double
3:
sensorType: 0x01
@@ -56,7 +56,7 @@
Value:
Offsets:
0xFF:
- type: int64_t
+ type: double
4:
sensorType: 0x01
@@ -76,7 +76,7 @@
Value:
Offsets:
0xFF:
- type: int64_t
+ type: double
5:
sensorType: 0x01
@@ -96,7 +96,7 @@
Value:
Offsets:
0xFF:
- type: int64_t
+ type: double
6:
sensorType: 0x01
@@ -116,7 +116,7 @@
Value:
Offsets:
0xFF:
- type: int64_t
+ type: double
7:
sensorType: 0x01
@@ -136,7 +136,7 @@
Value:
Offsets:
0xFF:
- type: int64_t
+ type: double
8:
sensorType: 0x01
@@ -156,7 +156,7 @@
Value:
Offsets:
0xFF:
- type: int64_t
+ type: double
9:
entityID: 0x1D
@@ -177,7 +177,7 @@
Value:
Offsets:
0x0:
- type: int64_t
+ type: double
10:
@@ -199,4 +199,4 @@
Value:
Offsets:
0x0:
- type: int64_t \ No newline at end of file
+ type: double \ No newline at end of file