aboutsummaryrefslogtreecommitdiffstats
path: root/meta-n450/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-n450/conf/layer.conf')
-rw-r--r--meta-n450/conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-n450/conf/layer.conf b/meta-n450/conf/layer.conf
index 4481121f..ee53e543 100644
--- a/meta-n450/conf/layer.conf
+++ b/meta-n450/conf/layer.conf
@@ -1,8 +1,8 @@
# We have a conf and classes directory, add to BBPATH
-BBPATH := "${BBPATH}:${LAYERDIR}"
+BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
-BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "n450"