meta-openpower: Move layer content from common/

Adopt a more conventional directory hierarchy.  meta-openpower is still
a _long_ way from suitable for hosting on yoctoproject.org but things
like this don't help.

Change-Id: I5cdf8cb8e539ff0950f2e67c50dd841e0431f302
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/conf/layer.conf b/conf/layer.conf
index 7b01b6c..50d750d 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -2,8 +2,8 @@
 BBPATH .= ":${LAYERDIR}"
 
 # We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
-            ${LAYERDIR}/common/recipes-*/*/*.bbappend"
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "openpower"
 BBFILE_PATTERN_openpower = "^${LAYERDIR}/"