Introducing meta-openpower

OE BSP layer(s) for Phosphor.
diff --git a/meta-ibm/meta-palmetto/conf/machine/palmetto.conf b/meta-ibm/meta-palmetto/conf/machine/palmetto.conf
new file mode 100644
index 0000000..f846787
--- /dev/null
+++ b/meta-ibm/meta-palmetto/conf/machine/palmetto.conf
@@ -0,0 +1,24 @@
+OBMC_MACHINE_FEATURES += "\
+        obmc-phosphor-fan-mgmt \
+        obmc-phosphor-chassis-mgmt \
+        obmc-phosphor-sensor-mgmt \
+        obmc-phosphor-flash-mgmt \
+        "
+
+VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \
+       obmc-phosphor-example-sdbus \
+       "
+VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \
+       obmc-phosphor-example-sdbus \
+       "
+VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \
+       obmc-phosphor-example-pydbus \
+       "
+VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \
+       obmc-phosphor-example-pydbus \
+       "
+
+# UBOOT_MACHINE_${MACHINE} = "${MACHINE}_config
+
+require conf/machine/include/ast2400.inc
+require conf/machine/include/obmc-bsp-common.inc