summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:12 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commit5bfe096de99133b61d5c19c8fd6701c611e36d47 (patch)
tree5718a28bdd3d9b4f493082643dc07b7419ff106e /conf/layer.conf
parent142eb78c67c6e3142e7eec75a9f704c8631c8f7d (diff)
downloadmeta-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>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf9
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
15FSL_EULA_FILE = "${LAYERDIR}/EULA" 15FSL_EULA_FILE = "${LAYERDIR}/EULA"
16 16
17FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" 17IMX_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/"
18QORIQ_MIRROR ?= "http://git.freescale.com/source/"
19
20# FIXME: set this to avoid changing all the recipes that use it
21FSL_MIRROR ?= "${IMX_MIRROR}"
18 22
19MIRRORS += " \ 23MIRRORS += " \
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