summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-10 17:45:20 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-16 08:42:10 -0300
commit671d88749efa8ccc230823f3fcf1fabd7a146151 (patch)
tree0078e1a07aed6587f3af8902d3356bb46a9ca4a8 /conf
parent3dbb3b4c0899274183ad81ad1b69b28c2ffa26bd (diff)
downloadmeta-fsl-arm-671d88749efa8ccc230823f3fcf1fabd7a146151.tar.gz
layer.conf: include layer-specific bb files
Previously layer-specific bbappends are applied when that layer is included in the configuration. There is layer-specific bb files too (like asf_git.bb). Apply the same rule here. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index e260e62..81d29f5 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -21,3 +21,6 @@ ${FSL_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \
21# layer is included in our configuration 21# layer is included in our configuration
22BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ 22BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \
23 for layer in BBFILE_COLLECTIONS.split())}" 23 for layer in BBFILE_COLLECTIONS.split())}"
24# Add layer-specific bb files too
25BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
26 for layer in BBFILE_COLLECTIONS.split())}"