summaryrefslogtreecommitdiff
path: root/meta-ibs/conf/layer.conf
diff options
context:
space:
mode:
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"