summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
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