Add S2600wf Platform

S2600wf is an Intel platform family. Add machine to repo.

Change-Id: I975decc7c0d29bd021e04aa7e8e41f62dd76f91c
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/meta-s2600wf/conf/layer.conf b/meta-s2600wf/conf/layer.conf
new file mode 100644
index 0000000..75954f6
--- /dev/null
+++ b/meta-s2600wf/conf/layer.conf
@@ -0,0 +1,10 @@
+# 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 += "s2600wf"
+BBFILE_PATTERN_s2600wf = ""
+BBFILE_PRIORITY_s2600wf = "5"