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:19:52 -0300 |
commit | 61001b8f643f467e2052415c83f5ee151b078a95 (patch) | |
tree | 2435a3b26d92416343d508ccd8e63d1d22c1c4f1 /conf | |
parent | b3fa3b35b9f706deadaacad9044b5cca397e6380 (diff) | |
download | meta-fsl-arm-61001b8f643f467e2052415c83f5ee151b078a95.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>
Diffstat (limited to 'conf')
-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 | " | ||