diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-16 13:48:30 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-28 15:22:33 -0300 |
| commit | be0bc363313d2a7d2eaac6db614e5b91a0fc374d (patch) | |
| tree | 303add3245f4341d1e4efd24b242b97824267b30 | |
| parent | 474e2aed8a26041df46f187fde2b466b17abd5f6 (diff) | |
| download | meta-fsl-arm-be0bc363313d2a7d2eaac6db614e5b91a0fc374d.tar.gz | |
layer.conf: Add FSL_MIRROR repositories
Change-Id: If0a7d72b93c3c4646fb59cc4f59fd5fd5e0cae43
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
| -rw-r--r-- | conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index cbd2297..756f2fa 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -8,3 +8,9 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | |||
| 8 | BBFILE_COLLECTIONS += "freescale" | 8 | BBFILE_COLLECTIONS += "freescale" |
| 9 | BBFILE_PATTERN_freescale := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_freescale := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_freescale = "5" | 10 | BBFILE_PRIORITY_freescale = "5" |
| 11 | |||
| 12 | FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" | ||
| 13 | |||
| 14 | MIRRORS += " \ | ||
| 15 | ${FSL_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ | ||
| 16 | " | ||
