mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-10 17:21:46 +00:00
added BUILDROOTMIRROR variable to setup.env, changed backup buildroot cache to github
This commit is contained in:
@@ -84,9 +84,9 @@ BR2_HOST_DIR="$(BASE_DIR)/host"
|
||||
#
|
||||
# Mirrors and Download locations
|
||||
#
|
||||
BR2_PRIMARY_SITE="http://switch-nfs/export/buildroot-download-cache/dl"
|
||||
BR2_PRIMARY_SITE_ONLY=y
|
||||
BR2_BACKUP_SITE="http://sources.buildroot.net/"
|
||||
BR2_PRIMARY_SITE="$(BUILDROOTMIRROR)"
|
||||
BR2_PRIMARY_SITE_ONLY=n
|
||||
BR2_BACKUP_SITE="https://raw.githubusercontent.com/opennetworklinux/buildroot-download-cache/master/dl"
|
||||
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
|
||||
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
|
||||
BR2_DEBIAN_MIRROR="http://ftp.debian.org"
|
||||
|
||||
@@ -59,9 +59,9 @@ BR2_HOST_DIR="$(BASE_DIR)/host"
|
||||
#
|
||||
# Mirrors and Download locations
|
||||
#
|
||||
BR2_PRIMARY_SITE="http://switch-nfs/export/buildroot-download-cache/dl"
|
||||
BR2_PRIMARY_SITE="$(BUILDROOTMIRROR)"
|
||||
# BR2_PRIMARY_SITE_ONLY is not set
|
||||
BR2_BACKUP_SITE="http://sources.buildroot.net/"
|
||||
BR2_BACKUP_SITE="https://raw.githubusercontent.com/opennetworklinux/buildroot-download-cache/master/dl"
|
||||
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
|
||||
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
|
||||
BR2_DEBIAN_MIRROR="http://ftp.debian.org"
|
||||
|
||||
@@ -29,5 +29,6 @@ $ONL/tools/submodules.py $ONL sm/bigcode
|
||||
# Version files
|
||||
$ONL/tools/make-versions.py --import-file=$ONL/tools/onlvi --class-name=OnlVersionImplementation --output-dir $ONL/make
|
||||
|
||||
|
||||
# buildroot mirror
|
||||
export BUILDROOTMIRROR="http://switch-nfs/export/buildroot-download-cache/dl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user