From: Zhenhua Luo Date: Wed, 12 Aug 2015 14:42:12 +0000 (+0800) Subject: layer.conf: Update the source mirror definition X-Git-Tag: 2.1~403 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5bfe096de99133b61d5c19c8fd6701c611e36d47;p=meta-freescale.git 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 --- 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