summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 4c718ace5..0899deb3b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -17,10 +17,12 @@ MIRRORS += " \
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 19
20# Let us add layer-specific bbappends which are only applied when that 20# The dynamic-layers directory hosts the extensions and layer specific
21# layer is included in our configuration 21# modifications related to Freescale products.
22BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ 22#
23# The .bbappend and .bb files are included if the respective layer
24# collection is available.
25BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % layer \
23 for layer in BBFILE_COLLECTIONS.split())}" 26 for layer in BBFILE_COLLECTIONS.split())}"
24# Add layer-specific bb files too 27BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \
25BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
26 for layer in BBFILE_COLLECTIONS.split())}" 28 for layer in BBFILE_COLLECTIONS.split())}"