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