meta-amd: added meta-common folder

This is to keep all AMD layer common recipes at one place.

Change-Id: I5e407e9673437e203dc46d1bb4dea51387a91afd
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
diff --git a/meta-amd/conf/layer.conf b/meta-amd/conf/layer.conf
index 6603316..f5b4fde 100644
--- a/meta-amd/conf/layer.conf
+++ b/meta-amd/conf/layer.conf
@@ -2,9 +2,9 @@
 BBPATH .= ":${LAYERDIR}"
 
 # We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
-            ${LAYERDIR}/recipes-*/*/*.bbappend"
+BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
+            ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "amd-layer"
-BBFILE_PATTERN_amd-layer = "^${LAYERDIR}/"
+BBFILE_PATTERN_amd-layer = "^${LAYERDIR}/meta-common/"
 LAYERSERIES_COMPAT_amd-layer = "nanbield scarthgap"