scripts: move yocto build scripts into build_inf_yocto
[pti/rtp.git] / scripts / configs / local-mirrors.conf
diff --git a/scripts/configs/local-mirrors.conf b/scripts/configs/local-mirrors.conf
deleted file mode 100644 (file)
index 91c13a5..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Add extra mirrors for src_url
-MIRRORS += "\
-    ${GNOME_MIRROR}  https://download.gnome.org/sources/ \n \
-    ${GNOME_MIRROR}  https://mirror.umd.edu/gnome/sources \n \
-    ${GNOME_MIRROR}  http://ftp.rpmfind.net/linux/gnome.org/sources \n \
-    ${GNOME_MIRROR}  http://ftp.cse.buffalo.edu/pub/Gnome/sources \n \
-    git://salsa.debian.org/.*     git://salsa.debian.org/PATH;protocol=https \n \
-    git://salsa.debian.org/.*     git://salsa.debian.org/PATH;protocol=http \n \
-    ${SOURCEFORGE_MIRROR}         https://iweb.dl.sourceforge.net \n \
-    ${SOURCEFORGE_MIRROR}         https://pilotfiber.dl.sourceforge.net \n \
-    https://www.haproxy.org/download/ https://mirrors.huaweicloud.com/haproxy/ \n \
-"
-
-# Add more re-tries and timeout for wget
-# The original definition in bitbake.conf is: -t 2 -T 30
-FETCHCMD_wget="/usr/bin/env wget -t 5 -T 60 --waitretry=5 --passive-ftp --no-check-certificate"