summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 2af1a6ed..fbe529f2 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,9 +1,8 @@
1# We have a conf and classes directory, prepend to BBPATH 1# We have a conf and classes directory, prepend to BBPATH
2BBPATH := "${LAYERDIR}:${BBPATH}" 2BBPATH .= ":${LAYERDIR}"
3 3
4# We have a recipes directory, add to BBFILES 4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ 5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6 ${LAYERDIR}/recipes*/*/*.bbappend"
7 6
8BBFILE_COLLECTIONS += "meta-ti" 7BBFILE_COLLECTIONS += "meta-ti"
9BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" 8BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"