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