summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index b469c67..9d2e54b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -2,7 +2,7 @@
2BBPATH := "${BBPATH}:${LAYERDIR}" 2BBPATH := "${BBPATH}:${LAYERDIR}"
3 3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" 4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
5BBFILES += "${LAYERDIR}/images/*.bb" 5BBFILES += "${LAYERDIR}/images/*.bb*"
6 6
7BBFILE_COLLECTIONS += "fsl" 7BBFILE_COLLECTIONS += "fsl"
8BBFILE_PATTERN_fsl := "^${LAYERDIR}/" 8BBFILE_PATTERN_fsl := "^${LAYERDIR}/"