Set BUILDROOTMIRROR to local cannonical location.

This commit is contained in:
Jeffrey Townsend
2015-11-24 05:27:35 +00:00
parent e32ccbddec
commit 83a811e19a

View File

@@ -29,6 +29,9 @@ $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"
#
# 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"}