summaryrefslogtreecommitdiff
path: root/meta-amd/conf
diff options
context:
space:
mode:
authorSupreeth Venkatesh <supreeth.venkatesh@amd.com>2020-05-27 23:06:10 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-09-09 16:56:34 +0300
commitef2307412f38a174f511852bedcbe9974e68674d (patch)
tree670a93f6b9cea87523e6d8baf30828ae473eb8da /meta-amd/conf
parent8a445a08318f2c25be409851d9bb6a491d923953 (diff)
downloadopenbmc-ef2307412f38a174f511852bedcbe9974e68674d.tar.xz
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>
Diffstat (limited to 'meta-amd/conf')
-rw-r--r--meta-amd/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-amd/conf/layer.conf b/meta-amd/conf/layer.conf
new file mode 100644
index 000000000..6114855a6
--- /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"