From 3c567e64660209d140869fa0a448e11ed5031cd6 Mon Sep 17 00:00:00 2001
From: Ulf Samuelsson
If you maintain several buildroot trees, it might be better to have
+ a shared download location. This can be accessed by creating a symbolic link
+ from the dl
directory to the shared download location.
I.E:
+ ++ln -s <shared download location> dl ++ +
Another way of accessing a shared download location is to
+ create the BUILDROOT_DL_DIR
environment variable.
+ If this is set, then the value of DL_DIR in the project is
+ overridden. The following line should be added to
+ "~/.bashrc"
.
+ +
+export BUILDROOT_DL_DIR <shared download location> ++ + +