14884d6b19791217fa1296f26e6298d13c5180ec
[pti/rtp.git] / scripts / build_inf_yocto / configs / local-mirrors.conf
1 # Add extra mirrors for src_url
2 MIRRORS += "\
3     ${GNOME_MIRROR}  https://download.gnome.org/sources/ \n \
4     ${GNOME_MIRROR}  https://mirror.umd.edu/gnome/sources \n \
5     ${GNOME_MIRROR}  http://ftp.rpmfind.net/linux/gnome.org/sources \n \
6     ${GNOME_MIRROR}  http://ftp.cse.buffalo.edu/pub/Gnome/sources \n \
7     git://salsa.debian.org/.*     git://salsa.debian.org/PATH;protocol=https \n \
8     git://salsa.debian.org/.*     git://salsa.debian.org/PATH;protocol=http \n \
9     ${SOURCEFORGE_MIRROR}         https://iweb.dl.sourceforge.net \n \
10     ${SOURCEFORGE_MIRROR}         https://pilotfiber.dl.sourceforge.net \n \
11     https://www.haproxy.org/download/ https://mirrors.huaweicloud.com/haproxy/ \n \
12     git://github.com/openstack/.*   git://gitee.com/mirrors/BASENAME;protocol=https \n \
13 "
14
15 # Add more re-tries and timeout for wget
16 # The original definition in bitbake.conf is: -t 2 -T 30
17 FETCHCMD_wget="/usr/bin/env wget -t 5 -T 60 --waitretry=5 --passive-ftp --no-check-certificate"