meta: add compatible strings for BMCs

Add 'com.meta' hierarchy for Meta (Facebook) and define compatible
strings for the currently supported BMC types.  This will be used
to provide hardware compatibility on BMC update images.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie8b914784eed88f4f9a8df8e42dfce489d473cfb
diff --git a/gen/com/meson.build b/gen/com/meson.build
index 9a2e068..3727d07 100644
--- a/gen/com/meson.build
+++ b/gen/com/meson.build
@@ -2,3 +2,4 @@
 subdir('google')
 subdir('ibm')
 subdir('intel')
+subdir('meta')