summaryrefslogtreecommitdiffstats
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 ac08f27..ea7f02d 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,11 +1,11 @@
1# We have a packages directory, add to BBFILES 1# We have a packages directory, add to BBFILES
2BBPATH := "${BBPATH}:${LAYERDIR}" 2BBPATH .= ":${LAYERDIR}"
3 3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" 4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
5BBFILES += "${LAYERDIR}/images/*.bb*" 5BBFILES += "${LAYERDIR}/images/*.bb*"
6 6
7BBFILE_COLLECTIONS += "fsl-ppc" 7BBFILE_COLLECTIONS += "fsl-ppc"
8BBFILE_PATTERN_fsl-ppc := "^${LAYERDIR}/" 8BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/"
9BBFILE_PRIORITY_fsl-ppc = "5" 9BBFILE_PRIORITY_fsl-ppc = "5"
10 10
11BB_ENV_EXTRAWHITE := "KSRC USRC" 11BB_ENV_EXTRAWHITE := "KSRC USRC"