diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 5 |
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 |
2 | BBPATH := "${LAYERDIR}:${BBPATH}" | 2 | BBPATH .= ":${LAYERDIR}" |
3 | 3 | ||
4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |
5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ | 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |
6 | ${LAYERDIR}/recipes*/*/*.bbappend" | ||
7 | 6 | ||
8 | BBFILE_COLLECTIONS += "meta-ti" | 7 | BBFILE_COLLECTIONS += "meta-ti" |
9 | BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" |