summaryrefslogtreecommitdiff
path: root/meta-ibs/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/conf/layer.conf
parent1bd1f086e0ecfc9017891b5b9a492446eda41095 (diff)
downloadopenbmc-816146249ab44fb9e85f8dfd413e18e92a13842c.tar.xz
Layers for SILA CP2-5422
Diffstat (limited to 'meta-ibs/conf/layer.conf')
-rw-r--r--meta-ibs/conf/layer.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-ibs/conf/layer.conf b/meta-ibs/conf/layer.conf
new file mode 100644
index 0000000000..38c8296246
--- /dev/null
+++ b/meta-ibs/conf/layer.conf
@@ -0,0 +1,19 @@
+# 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 += "ibs"
+BBFILE_PATTERN_ibs = "^${LAYERDIR}/"
+BBFILE_PATTERN_IGNORE_EMPTY_ibs = "1"
+LAYERVERSION_ibs = "1"
+LAYERSERIES_COMPAT_ibs = "honister kirkstone"
+LAYERDEPENDS_ibs = "phosphor-layer"
+
+IMAGE_FEATURES[validitems] += "tools-sdk tools-debug validation-unsecure"
+
+IBSBASE = '${@os.path.normpath("${LAYERDIR}/")}'
+
+FACTORY = "ibs"