From 9932e8145f250b3b1f86eb0c6af2cc48bf98ae45 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 11 Apr 2020 22:46:59 +0800 Subject: [PATCH] conf/layer.conf: remove QORIQ_MIRROR setting git.freescale.com is down and will not be available. Signed-off-by: Ting Liu --- conf/layer.conf | 2 -- 1 file changed, 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" FSL_EULA_FILE = "${LAYERDIR}/EULA" IMX_MIRROR ?= "https://www.nxp.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 += " \ ${IMX_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ -${QORIQ_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ " BBFILES_DYNAMIC += " \ -- 2.40.1