summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-ast2500/conf/layer.conf
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-05-23 00:36:13 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-05-23 00:36:13 +0300
commit816146249ab44fb9e85f8dfd413e18e92a13842c (patch)
tree97df436faa8607f63dba853024879f467eea3054 /meta-ibs/meta-ast2500/conf/layer.conf
parent1bd1f086e0ecfc9017891b5b9a492446eda41095 (diff)
downloadopenbmc-816146249ab44fb9e85f8dfd413e18e92a13842c.tar.xz
Layers for SILA CP2-5422
Diffstat (limited to 'meta-ibs/meta-ast2500/conf/layer.conf')
-rw-r--r--meta-ibs/meta-ast2500/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-ibs/meta-ast2500/conf/layer.conf b/meta-ibs/meta-ast2500/conf/layer.conf
new file mode 100644
index 0000000000..35fe04be2f
--- /dev/null
+++ b/meta-ibs/meta-ast2500/conf/layer.conf
@@ -0,0 +1,12 @@
+LOCALCONF_VERSION = "3"
+# 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 += "ast2500"
+BBFILE_PATTERN_ast2500 = "^${LAYERDIR}/"
+BBFILE_PRIORITY_ast2500 = "10"
+LAYERSERIES_COMPAT_ast2500 = "honister kirkstone"