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>
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 8083ee5..193ce15 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