meta-facebook: add BMC compatible strings for all platforms

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Idedb1dd9459b649cacbbb31284e137cc3f52327c
diff --git a/meta-facebook/meta-bletchley/conf/machine/bletchley.conf b/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
index 85da2a3..4890497 100644
--- a/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
+++ b/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
@@ -6,6 +6,8 @@
 SPL_BINARY = "spl/u-boot-spl.bin"
 SOCSEC_SIGN_ENABLE = "0"
 
+OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Bletchley"
+
 require conf/distro/include/phosphor-static-norootfs.inc
 require conf/machine/include/facebook-nohost.inc
 require conf/machine/include/ast2600.inc
diff --git a/meta-facebook/meta-greatlakes/conf/machine/greatlakes.conf b/meta-facebook/meta-greatlakes/conf/machine/greatlakes.conf
index 5958a89..ea04858 100644
--- a/meta-facebook/meta-greatlakes/conf/machine/greatlakes.conf
+++ b/meta-facebook/meta-greatlakes/conf/machine/greatlakes.conf
@@ -7,6 +7,8 @@
 SPL_BINARY = "spl/u-boot-spl.bin"
 SOCSEC_SIGN_ENABLE = "0"
 
+OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.GreatLakes"
+
 require conf/machine/include/facebook-compute-multihost.inc
 require conf/machine/include/ast2600.inc
 require conf/machine/include/obmc-bsp-common.inc
diff --git a/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf b/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf
index f4cdcd1..22b5415 100644
--- a/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf
+++ b/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf
@@ -8,6 +8,8 @@
 UBOOT_DEVICETREE = "ast2500-evb"
 UBOOT_MACHINE = "evb-ast2500_defconfig"
 
+OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.TiogaPass"
+
 require conf/machine/include/facebook-compute-singlehost.inc
 require conf/machine/include/ast2500.inc
 require conf/machine/include/obmc-bsp-common.inc
diff --git a/meta-facebook/meta-yosemitev2/conf/machine/yosemitev2.conf b/meta-facebook/meta-yosemitev2/conf/machine/yosemitev2.conf
index 667357e..6ea545e 100644
--- a/meta-facebook/meta-yosemitev2/conf/machine/yosemitev2.conf
+++ b/meta-facebook/meta-yosemitev2/conf/machine/yosemitev2.conf
@@ -8,6 +8,8 @@
 UBOOT_DEVICETREE = "ast2500-evb"
 UBOOT_MACHINE = "evb-ast2500_defconfig"
 
+OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.YosemiteV2"
+
 require conf/machine/include/facebook-compute-multihost.inc
 require conf/machine/include/ast2500.inc
 require conf/machine/include/obmc-bsp-common.inc