[Subtree] Bring openbmc machines to top level

The new subtree model brings the subtrees up from the openbmc-machines
layer.

Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0
Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-fsp2/conf/layer.conf b/meta-fsp2/conf/layer.conf
new file mode 100644
index 0000000..11d9b6e
--- /dev/null
+++ b/meta-fsp2/conf/layer.conf
@@ -0,0 +1,9 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_PATTERN_fsp2-layer = "^${LAYERDIR}"
+BBFILE_COLLECTIONS += "fsp2-layer"
+LAYERVERSION_fsp2 = "1"