meta-facebook: yosemitev2: Add json config for more
than two channels support in ipmbbridge.

Added json configurations to support multi host channels
or more than two channels in ipmbbridge.

TESTED : Built Facebook YosemiteV2 images and loaded on
the target hardware. We are able to see BMC to all
host communications through Ipmb

Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com>
Change-Id: I554321030876ae664f419df6ef889ec93cbd6e03
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/yosemitev2/ipmb-channels.json b/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/yosemitev2/ipmb-channels.json
new file mode 100755
index 0000000..fd552e4
--- /dev/null
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/yosemitev2/ipmb-channels.json
@@ -0,0 +1,32 @@
+{
+  "channels": [
+    {
+      "type": "ipmb",
+      "slave-path": "/dev/ipmb-1",
+      "bmc-addr": 32,
+      "remote-addr": 64,
+      "devIndex": 0
+    },
+    {
+      "type": "ipmb",
+      "slave-path": "/dev/ipmb-3",
+      "bmc-addr": 32,
+      "remote-addr": 64,
+      "devIndex": 1
+    },
+    {
+      "type": "ipmb",
+      "slave-path": "/dev/ipmb-5",
+      "bmc-addr": 32,
+      "remote-addr": 64,
+      "devIndex": 2
+    },
+    {
+      "type": "ipmb",
+      "slave-path": "/dev/ipmb-7",
+      "bmc-addr": 32,
+      "remote-addr": 64,
+      "devIndex": 3
+    }
+ ]
+}