diff options
| -rw-r--r-- | conf/layer.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 1d467fdb3..5810c76fd 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -14,10 +14,15 @@ LICENSE_PATH += "${LAYERDIR}/custom-licenses" | |||
| 14 | 14 | ||
| 15 | FSL_EULA_FILE = "${LAYERDIR}/EULA" | 15 | FSL_EULA_FILE = "${LAYERDIR}/EULA" |
| 16 | 16 | ||
| 17 | FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" | 17 | IMX_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" |
| 18 | QORIQ_MIRROR ?= "http://git.freescale.com/source/" | ||
| 19 | |||
| 20 | # FIXME: set this to avoid changing all the recipes that use it | ||
| 21 | FSL_MIRROR ?= "${IMX_MIRROR}" | ||
| 18 | 22 | ||
| 19 | MIRRORS += " \ | 23 | MIRRORS += " \ |
| 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 |
