[meta-freescale] ][PATCH 01/31] layer.conf: update the source mirror definition

Daiane Angolini daiane.list at gmail.com
Fri Aug 14 05:12:11 PDT 2015


On Wed, Aug 12, 2015 at 11:42 AM, Zhenhua Luo <zhenhua.luo at freescale.com> wrote:
> * Add QorIQ source mirror
> * Replace FSL_MIRROR with IMX_MIRROR to define imx source mirror
> * Set FSL_MIRROR to ${IMX_MIRROR} to ensure recipes(refer to FSL_MIRROR) work,
>   the FSL_MIRROR definition can be removed when those recipes are updated to use
>   IMX_MIRROR
>
> Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>

Acked-by: Daiane Angolini <daiane.angolini at freescale.com>

> ---
>  conf/layer.conf | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 1d467fd..5810c76 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -14,10 +14,15 @@ LICENSE_PATH += "${LAYERDIR}/custom-licenses"
>
>  FSL_EULA_FILE = "${LAYERDIR}/EULA"
>
> -FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/"
> +IMX_MIRROR ?= "http://www.freescale.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 += " \
> -${FSL_MIRROR}  http://download.ossystems.com.br/bsp/freescale/source/ \n \
> +${IMX_MIRROR}   http://download.ossystems.com.br/bsp/freescale/source/ \n \
> +${QORIQ_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \
>  "
>
>  # The dynamic-layers directory hosts the extensions and layer specific
> --
> 2.4.3
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list