Introducing the Phosphor OpenBMC OE layer

 -Codifies the IBM vision for an OpenBMC build system.
 -Structured around a core DBUS API architecture.
 -Provides implementation flexibility within that architecture.
 -Provides sample qemuarm BSP layer.
diff --git a/meta-sample-bsp/conf/layer.conf b/meta-sample-bsp/conf/layer.conf
new file mode 100644
index 0000000..90a037c
--- /dev/null
+++ b/meta-sample-bsp/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+        ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "qemuphosphor"
+BBFILE_PATTERN_qemuphosphor = "^${LAYERDIR}/"
+LAYERVERSION_qemuphosphor = "1"