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

(From meta-facebook rev: 2d70e814173a16d601e9b829669a766182776551)

Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com>
Change-Id: I79c960fa3940afdb6d1b69807d206480be875f8d
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/yosemitev2/ipmb-channels.json b/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/yosemitev2/ipmb-channels.json
new file mode 100755
index 0000000..fd552e4
--- /dev/null
+++ b/meta-facebook/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
+    }
+ ]
+}