meta: Add meta-amd layer.

This patch adds meta-amd layer to support AMD's customer reference
platforms.

Change-Id: Id807619e207f007c81690f6ef75368ef36858df9
Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-amd/conf/layer.conf b/meta-amd/conf/layer.conf
new file mode 100644
index 0000000..6114855
--- /dev/null
+++ b/meta-amd/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "amd-layer"
+BBFILE_PATTERN_amd-layer = "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_amd-layer = "warrior zeus dunfell"