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.

Change-Id: Ia820565ae142506dd7d9fb22da926b78ebd9f9df
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
Signed-off-by: manikandan-e <manikandan.hcl.ers.epl@gmail.com>
diff --git a/meta-yosemitev2/conf/layer.conf b/meta-yosemitev2/conf/layer.conf
new file mode 100644
index 0000000..4c4571a
--- /dev/null
+++ b/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"