[meta-xilinx] ['meta-xilinx-tools'] [PATCH 1/2] arm: zynq: fsbl: Yocto mirrors return empty link for git://github.com/Xilinx/embeddedsw.git

Manjukumar Harthikote Matha manjukumar.harthikote-matha at xilinx.com
Fri Dec 16 17:48:45 PST 2016



On 12/15/2016 08:31 AM, Adrian Fiergolski wrote:
> Signed-off-by: Adrian Fiergolski <adrian.fiergolski at cern.ch>
> ---
>  recipes-fsbl/fsbl/fsbl_git.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/recipes-fsbl/fsbl/fsbl_git.bb b/recipes-fsbl/fsbl/fsbl_git.bb
> index 03a329d..631eca5 100644
> --- a/recipes-fsbl/fsbl/fsbl_git.bb
> +++ b/recipes-fsbl/fsbl/fsbl_git.bb
> @@ -10,6 +10,8 @@ inherit xsctapp xsctyaml deploy
>  S = "${WORKDIR}/git"
>  BRANCH = "master"
>  SRC_URI = "git://github.com/Xilinx/embeddedsw.git;protocol=https;branch=${BRANCH}"
> +PREMIRRORS = ""
> +MIRRORS = ""
>
Hi Adrian,

Disabling PREMIRRORS and MIRRORS is not a good practice. There are 
instance when you can download the sources (during internal development 
methodologies or custom tool distributions) and provide local mirrors 
pointing to pre-fetched sources.

I will apply the other patch for 2016.4 tag but will refrain from this.

Thanks
Manju
>  # This points to xilinx-v2016.3 tag
>  SRCREV ?= "879d70d540d97747ecd694d61878e22846399f65"
>



More information about the meta-xilinx mailing list