From 83a811e19a3746af36f736d2ee76970c791212af Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Tue, 24 Nov 2015 05:27:35 +0000 Subject: [PATCH] Set BUILDROOTMIRROR to local cannonical location. --- setup.env | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.env b/setup.env index 5708aac5..43ecfa57 100755 --- a/setup.env +++ b/setup.env @@ -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"} +