meta-facebook: Introducing meta-yosemitev2

Initial introduction of Facebook Yosemite V2 platform. The Yosemite
V2 is a multi-node server platforms that hosts four OCP server and
equipped with Aspeed 2500 BMC SoC.

Tested: Built Facebook Yosemite v2 image and loaded on the
        target hardware. Ensured that BMC boots to console.

(From meta-facebook rev: 83e4ecf31aa9b818e8bc9ed4e237f3f9e6a6c2a9)

Change-Id: Iaa22e15371292321b636e1e1cf4bbec2d6fe1bff
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
Signed-off-by: manikandan-e <manikandan.hcl.ers.epl@gmail.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-facebook/meta-yosemitev2/conf/layer.conf b/meta-facebook/meta-yosemitev2/conf/layer.conf
new file mode 100644
index 0000000..4c4571a
--- /dev/null
+++ b/meta-facebook/meta-yosemitev2/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 += "yosemitev2-layer"
+BBFILE_PATTERN_yosemitev2-layer := "^${LAYERDIR}/"
+
+LAYERSERIES_COMPAT_tiogapass-layer := "warrior zeus"