summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r--meta/conf/layer.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index a780245c29..d0d74884ec 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -1,5 +1,6 @@
1BBPATH ?= ""
1# We have a conf and classes directory, add to BBPATH 2# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}${LAYERDIR}" 3BBPATH := "${BBPATH}:${LAYERDIR}"
3 4
4# We have a packages directory, add to BBFILES 5# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" 6BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"