summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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())}"