summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-04-11 22:46:59 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-20 16:17:28 -0300
commit9932e8145f250b3b1f86eb0c6af2cc48bf98ae45 (patch)
treed0fcd1b9e918fa89a5b7e31ba6360e75b21f5721 /conf
parenta8ebeea8634607057dab3a6aac62f617d06771d6 (diff)
downloadmeta-freescale-9932e8145f250b3b1f86eb0c6af2cc48bf98ae45.tar.gz
conf/layer.conf: remove QORIQ_MIRROR setting
git.freescale.com is down and will not be available. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index f350ef0a..1a22e024 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -16,14 +16,12 @@ LICENSE_PATH += "${LAYERDIR}/custom-licenses"
16FSL_EULA_FILE = "${LAYERDIR}/EULA" 16FSL_EULA_FILE = "${LAYERDIR}/EULA"
17 17
18IMX_MIRROR ?= "https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/" 18IMX_MIRROR ?= "https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/"
19QORIQ_MIRROR ?= "http://git.freescale.com/source/"
20 19
21# FIXME: set this to avoid changing all the recipes that use it 20# FIXME: set this to avoid changing all the recipes that use it
22FSL_MIRROR ?= "${IMX_MIRROR}" 21FSL_MIRROR ?= "${IMX_MIRROR}"
23 22
24MIRRORS += " \ 23MIRRORS += " \
25${IMX_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ 24${IMX_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \
26${QORIQ_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \
27" 25"
28 26
29BBFILES_DYNAMIC += " \ 27BBFILES_DYNAMIC += " \