summaryrefslogtreecommitdiff
path: root/meta-fii/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fii/conf/layer.conf')
-rw-r--r--meta-fii/conf/layer.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-fii/conf/layer.conf b/meta-fii/conf/layer.conf
new file mode 100644
index 0000000000..8895ad5dbb
--- /dev/null
+++ b/meta-fii/conf/layer.conf
@@ -0,0 +1,8 @@
+# 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 += "fii-layer"
+BBFILE_PATTERN_fii-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_fii-layer = "warrior zeus gatesgarth dunfell"