summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/layer.conf b/meta-fsl-arm/conf/layer.conf
index c4b9cd17c..e260e623b 100644
--- a/meta-fsl-arm/conf/layer.conf
+++ b/meta-fsl-arm/conf/layer.conf
@@ -16,3 +16,8 @@ FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/"
16MIRRORS += " \ 16MIRRORS += " \
17${FSL_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ 17${FSL_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \
18" 18"
19
20# Let us add layer-specific bbappends which are only applied when that
21# layer is included in our configuration
22BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \
23 for layer in BBFILE_COLLECTIONS.split())}"