updated buildroot primary mirror to github, set primary mirror only in buildroot configuration files

This commit is contained in:
Steven Noble
2016-02-01 10:20:32 -08:00
parent 64215ac73e
commit 668af73f38
3 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ BR2_HOST_DIR="$(BASE_DIR)/host"
# Mirrors and Download locations
#
BR2_PRIMARY_SITE="$(BUILDROOTMIRROR)"
# BR2_PRIMARY_SITE_ONLY is not set
BR2_PRIMARY_SITE_ONLY=y
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"

View File

@@ -60,7 +60,7 @@ BR2_HOST_DIR="$(BASE_DIR)/host"
# Mirrors and Download locations
#
BR2_PRIMARY_SITE="$(BUILDROOTMIRROR)"
# BR2_PRIMARY_SITE_ONLY is not set
BR2_PRIMARY_SITE_ONLY=y
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"

View File

@@ -31,7 +31,7 @@ export ONLPM_OPTION_INCLUDE_ENV_JSON="$ONL/make/version-onl.json"
#
# buildroot download mirror. We suggest you setup a local repository containing these contents for faster local builds.
#
export BUILDROOTMIRROR=${BUILDROOTMIRROR:-"http://buildroot.hw.bigswitch.com/dl"}
export BUILDROOTMIRROR=${BUILDROOTMIRROR:-"https://raw.githubusercontent.com/opennetworklinux/buildroot-download-cache/master/dl"}
# These submodules are required for almost everything.
$ONL/tools/submodules.py $ONL sm/infra