meta-facebook: catalina: initial commit

Initial commit for Catalina.

Tested: Build success.

Change-Id: I1ece0c118f1c2a0137eebde7812933e6d5834852
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
diff --git a/meta-facebook/meta-catalina/conf/layer.conf b/meta-facebook/meta-catalina/conf/layer.conf
new file mode 100644
index 0000000..9684852
--- /dev/null
+++ b/meta-facebook/meta-catalina/conf/layer.conf
@@ -0,0 +1,11 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "catalina-layer"
+BBFILE_PATTERN_catalina-layer := "^${LAYERDIR}/"
+
+LAYERSERIES_COMPAT_catalina-layer := "nanbield scarthgap"