summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-15 17:21:16 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-16 15:01:29 -0300
commitca38cdc4de1143cf6b7af76e9426ecf31f0922f0 (patch)
tree01db34465457c4b22036f27dba53d55f01ef6d03 /conf/layer.conf
parentb6e2300960729d67720e1e626051999ca7a7009f (diff)
downloadmeta-freescale-ca38cdc4de1143cf6b7af76e9426ecf31f0922f0.tar.gz
Move external layer's specific changes for 'dynamic-layers' subdir
The external layer's specific changes are now in the 'dynamic-layers' subdirectory. This approach ease the identification of layer specific recipes and extensions as all those are more visible isolated of the main layer components. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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 4c718ace..0899deb3 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())}"