meta: catalina,clemente: add Decorator.Compatible

Add Decorator.Compatible fields so that we can identify the BMC
compatibility from the detected entity-manager config.  This allows
interaction with applications such as phosphor-led-manager.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I3fc79a0159dc62726f0ee9c5a66513b2a63429f8
diff --git a/configurations/meta/catalina_scm.json b/configurations/meta/catalina_scm.json
index 0c15f78..cd205d8 100644
--- a/configurations/meta/catalina_scm.json
+++ b/configurations/meta/catalina_scm.json
@@ -252,6 +252,11 @@
     "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
         "AssetTag": "$PRODUCT_ASSET_TAG"
     },
+    "xyz.openbmc_project.Inventory.Decorator.Compatible": {
+        "Names": [
+            "com.meta.Hardware.BMC.Catalina"
+        ]
+    },
     "xyz.openbmc_project.Inventory.Decorator.Revision": {
         "Version": "$PRODUCT_VERSION"
     }
diff --git a/configurations/meta/clemente_scm.json b/configurations/meta/clemente_scm.json
index 92997d9..b3ebefd 100644
--- a/configurations/meta/clemente_scm.json
+++ b/configurations/meta/clemente_scm.json
@@ -233,6 +233,11 @@
     "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
         "AssetTag": "$PRODUCT_ASSET_TAG"
     },
+    "xyz.openbmc_project.Inventory.Decorator.Compatible": {
+        "Names": [
+            "com.meta.Hardware.BMC.Clemente"
+        ]
+    },
     "xyz.openbmc_project.Inventory.Decorator.Revision": {
         "Version": "$PRODUCT_VERSION"
     }