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/common/recipes-phosphor/obmc-phosphor-qemu/files/obmc-phosphor-qemu.service b/common/recipes-phosphor/obmc-phosphor-qemu/files/obmc-phosphor-qemu.service
new file mode 100644
index 0000000..0cf4e15
--- /dev/null
+++ b/common/recipes-phosphor/obmc-phosphor-qemu/files/obmc-phosphor-qemu.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Phosphor OpenBMC QEMU application example
+
+[Service]
+ExecStart=/usr/sbin/obmc-phosphor-qemu
+
+[Install]
+WantedBy=multi-user.target