[meta-freescale] [PATCH 2/8] layer.conf: add QorIQ source mirror

Zhenhua Luo zhenhua.luo at freescale.com
Tue Aug 11 01:48:18 PDT 2015


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