summaryrefslogtreecommitdiff
path: root/meta-ampere/conf/layer.conf
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2020-11-26 05:24:22 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-01-30 18:56:17 +0300
commit4966184a0a8b01ac055a9e806081fdd0c6cc7f5e (patch)
treea5bc52fe118d6fb9e996685133db81b58285954a /meta-ampere/conf/layer.conf
parent9c56965c2b91fa63112da1d5241bf5db2ed7449b (diff)
downloadopenbmc-4966184a0a8b01ac055a9e806081fdd0c6cc7f5e.tar.xz
meta-ampere: Initial commit of Ampere Computing
This commit adds layer configuration, license, and maintainer files for meta-ampere. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I7fc3e08cddb1e402153c8d163576fa36d4441785
Diffstat (limited to 'meta-ampere/conf/layer.conf')
-rw-r--r--meta-ampere/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-ampere/conf/layer.conf b/meta-ampere/conf/layer.conf
new file mode 100644
index 000000000..20fb0b2a5
--- /dev/null
+++ b/meta-ampere/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}/meta-common/recipes-*/*/*.bb \
+ ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "ampere-layer"
+BBFILE_PATTERN_ampere-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_ampere-layer = "dunfell gatesgarth"