diff options
-rw-r--r-- | meta-fsl-arm/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/layer.conf b/meta-fsl-arm/conf/layer.conf index e260e623..81d29f59 100644 --- a/meta-fsl-arm/conf/layer.conf +++ b/meta-fsl-arm/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 |
22 | BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ | 22 | BBFILES += "${@' '.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 | ||
25 | BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \ | ||
26 | for layer in BBFILE_COLLECTIONS.split())}" | ||