diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/layer.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 5287417717..3f63c7dd51 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -1,9 +1,8 @@ | |||
1 | BBPATH ?= "" | 1 | BBPATH ?= "" |
2 | # We have a conf and classes directory, add to BBPATH | 2 | # We have a conf and classes directory, add to BBPATH |
3 | BBPATH := "${BBPATH}:${LAYERDIR}" | 3 | BBPATH .= ":${LAYERDIR}" |
4 | |||
5 | # We have a packages directory, add to BBFILES | 4 | # We have a packages directory, add to BBFILES |
6 | BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb ${LAYERDIR}/recipes-*/*/*.bb" | 5 | BBFILES += "${LAYERDIR}/packages/*/*.bb ${LAYERDIR}/recipes-*/*/*.bb" |
7 | 6 | ||
8 | BBFILE_COLLECTIONS += "normal" | 7 | BBFILE_COLLECTIONS += "normal" |
9 | BBFILE_PATTERN_normal := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_normal := "^${LAYERDIR}/" |