diff options
-rw-r--r-- | conf/layer.conf | 2 |
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" | |||
16 | FSL_EULA_FILE = "${LAYERDIR}/EULA" | 16 | FSL_EULA_FILE = "${LAYERDIR}/EULA" |
17 | 17 | ||
18 | IMX_MIRROR ?= "https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/" | 18 | IMX_MIRROR ?= "https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/" |
19 | QORIQ_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 |
22 | FSL_MIRROR ?= "${IMX_MIRROR}" | 21 | FSL_MIRROR ?= "${IMX_MIRROR}" |
23 | 22 | ||
24 | MIRRORS += " \ | 23 | MIRRORS += " \ |
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 | ||
29 | BBFILES_DYNAMIC += " \ | 27 | BBFILES_DYNAMIC += " \ |