From 5bfe096de99133b61d5c19c8fd6701c611e36d47 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 12 Aug 2015 22:42:12 +0800 Subject: [PATCH] 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 Acked-by: Daiane Angolini Signed-off-by: Otavio Salvador --- conf/layer.conf | 9 +++++++-- 1 file 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" 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.40.1