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