Add "Exposes BMC" fields to configurations

The field is added to the JSON configurations such that when
Entity-Manager detects the corresponding board, an Inventory.Item.BMC
item is created to represent the BMC that runs the current OpenBMC
instance.

Signed-off-by: Sui Chen <suichen@google.com>
Change-Id: I9f1ba1ad107b183edd4a557a27a4865596d68d13
diff --git a/configurations/fbyv2.json b/configurations/fbyv2.json
index 1b7c5ce..15acffd 100644
--- a/configurations/fbyv2.json
+++ b/configurations/fbyv2.json
@@ -307,6 +307,10 @@
             "Type": "AspeedFan"
         },
         {
+            "Name": "BMC",
+            "Type": "BMC"
+        },
+        {
             "Class": "fan",
             "FFGainCoefficient": 1.0,
             "FFOffCoefficient": 0.0,