diff options
| -rw-r--r-- | meta-fsl-arm/conf/layer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/layer.conf b/meta-fsl-arm/conf/layer.conf index c4b9cd17c..e260e623b 100644 --- a/meta-fsl-arm/conf/layer.conf +++ b/meta-fsl-arm/conf/layer.conf | |||
| @@ -16,3 +16,8 @@ FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" | |||
| 16 | MIRRORS += " \ | 16 | 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 | |||
| 20 | # Let us add layer-specific bbappends which are only applied when that | ||
| 21 | # layer is included in our configuration | ||
| 22 | BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ | ||
| 23 | for layer in BBFILE_COLLECTIONS.split())}" | ||
