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/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-sample-bsp/recipes-kernel/linux/linux-yocto_%.bbappend
new file mode 100644
index 0000000..ce876ad
--- /dev/null
+++ b/meta-sample-bsp/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -0,0 +1,12 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+PR := "${PR}.1"
+
+COMPATIBLE_MACHINE_qemuphosphor = "qemuphosphor"
+
+KBRANCH_qemuphosphor  = "standard/arm-versatile-926ejs"
+
+KERNEL_FEATURES_append_qemuphosphor += " cfg/smp.scc"
+
+SRC_URI += "file://qemuphosphor-standard.scc \
+           "