[meta-freescale] [PATCH v2 2/8] layer.conf: update the source mirror definition

Zhenhua Luo zhenhua.luo at freescale.com
Wed Aug 12 00:41:29 PDT 2015


* 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 at freescale.com>
---
 conf/layer.conf | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 1d467fd..5810c76 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,10 +14,15 @@ LICENSE_PATH += "${LAYERDIR}/custom-licenses"
 
 FSL_EULA_FILE = "${LAYERDIR}/EULA"
 
-FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/"
+IMX_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/"
+QORIQ_MIRROR ?= "http://git.freescale.com/source/"
+
+# FIXME: set this to avoid changing all the recipes that use it
+FSL_MIRROR ?= "${IMX_MIRROR}"
 
 MIRRORS += " \
-${FSL_MIRROR}	http://download.ossystems.com.br/bsp/freescale/source/ \n \
+${IMX_MIRROR}   http://download.ossystems.com.br/bsp/freescale/source/ \n \
+${QORIQ_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \
 "
 
 # The dynamic-layers directory hosts the extensions and layer specific
-- 
2.4.3



More information about the meta-freescale mailing list