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/bblayers.conf.sample b/meta-s2600wf/conf/bblayers.conf.sample
new file mode 100644
index 0000000..d6ea058
--- /dev/null
+++ b/meta-s2600wf/conf/bblayers.conf.sample
@@ -0,0 +1,22 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "7"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+  ##OEROOT##/meta \
+  ##OEROOT##/meta-poky \
+  ##OEROOT##/import-layers/meta-openembedded/meta-oe \
+  ##OEROOT##/import-layers/meta-openembedded/meta-networking \
+  ##OEROOT##/import-layers/meta-openembedded/meta-perl \
+  ##OEROOT##/import-layers/meta-openembedded/meta-python \
+  ##OEROOT##/import-layers/meta-virtualization \
+  ##OEROOT##/meta-phosphor \
+  ##OEROOT##/meta-openbmc-bsp/meta-aspeed \
+  ##OEROOT##/meta-openbmc-bsp/meta-aspeed/meta-ast2500 \
+  ##OEROOT##/meta-openbmc-machines/meta-x86 \
+  ##OEROOT##/meta-openbmc-machines/meta-x86/meta-intel \
+  ##OEROOT##/meta-openbmc-machines/meta-x86/meta-intel/meta-s2600wf \
+"