aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 9d2e54b..ad8c5f3 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,11 +1,11 @@
# We have a packages directory, add to BBFILES
-BBPATH := "${BBPATH}:${LAYERDIR}"
+BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
BBFILES += "${LAYERDIR}/images/*.bb*"
BBFILE_COLLECTIONS += "fsl"
-BBFILE_PATTERN_fsl := "^${LAYERDIR}/"
+BBFILE_PATTERN_fsl = "^${LAYERDIR}/"
BBFILE_PRIORITY_fsl = "5"
BB_ENV_EXTRAWHITE := "KSRC USRC"