diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-12 22:42:12 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:15 -0300 |
commit | 5bfe096de99133b61d5c19c8fd6701c611e36d47 (patch) | |
tree | 5718a28bdd3d9b4f493082643dc07b7419ff106e | |
parent | 142eb78c67c6e3142e7eec75a9f704c8631c8f7d (diff) | |
download | meta-freescale-5bfe096de99133b61d5c19c8fd6701c611e36d47.tar.gz |
layer.conf: Update the source mirror definition
* Add QorIQ source mirror
* Replace FSL_MIRROR with IMX_MIRROR to define imx source mirror
* Set FSL_MIRROR to ${IMX_MIRROR} to ensure recipes(refer to FSL_MIRROR) work,
the FSL_MIRROR definition can be removed when those recipes are updated to use
IMX_MIRROR
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/layer.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 1d467fdb..5810c76f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -14,10 +14,15 @@ LICENSE_PATH += "${LAYERDIR}/custom-licenses" | |||
14 | 14 | ||
15 | FSL_EULA_FILE = "${LAYERDIR}/EULA" | 15 | FSL_EULA_FILE = "${LAYERDIR}/EULA" |
16 | 16 | ||
17 | FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" | 17 | IMX_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" |
18 | QORIQ_MIRROR ?= "http://git.freescale.com/source/" | ||
19 | |||
20 | # FIXME: set this to avoid changing all the recipes that use it | ||
21 | FSL_MIRROR ?= "${IMX_MIRROR}" | ||
18 | 22 | ||
19 | MIRRORS += " \ | 23 | MIRRORS += " \ |
20 | ${FSL_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ | 24 | ${IMX_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ |
25 | ${QORIQ_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ | ||
21 | " | 26 | " |
22 | 27 | ||
23 | # The dynamic-layers directory hosts the extensions and layer specific | 28 | # The dynamic-layers directory hosts the extensions and layer specific |