[meta-freescale] [PATCH 2/8] layer.conf: add QorIQ source mirror

Daiane Angolini daiane.list at gmail.com
Tue Aug 11 11:18:22 PDT 2015


On Tue, Aug 11, 2015 at 5:48 AM, Zhenhua Luo <zhenhua.luo at freescale.com> wrote:
> Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>

Can you, please, elaborate the commit log?

It does not only add QorIQ source mirror, but also changes the mirror for imx.

> ---
>  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/"

Is that really important to have 2 different MIRROR's? I can only
think about fetch performance, but I'm only wondering here.

> +
> +# FIXME: set this to avoid changing all the recipes that use it
> +FSL_MIRROR ?= "${IMX_MIRROR}"

If this is needed, why there is a FIXME tag? I understand why not
removing FSL_MIRROR, but I don't understand the overall picture

>
>  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 \
>  "

Please, don't add ossystem's mirror again.


Daiane
>
>  # 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