summaryrefslogtreecommitdiffstats
path: root/extras/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'extras/conf/layer.conf')
-rw-r--r--extras/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/extras/conf/layer.conf b/extras/conf/layer.conf
new file mode 100644
index 00000000..8c2d5677
--- /dev/null
+++ b/extras/conf/layer.conf
@@ -0,0 +1,9 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "meta-ti-extras"
8BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
9BBFILE_PRIORITY_meta-ti = "10"