From 3c567e64660209d140869fa0a448e11ed5031cd6 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 19 Aug 2007 23:32:33 +0000 Subject: Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIR --- docs/buildroot.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs') diff --git a/docs/buildroot.html b/docs/buildroot.html index c496b8db4..4b1e9005c 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -779,6 +779,28 @@ mips-linux-gcc -o foo foo.c toolchain and the target filesystem with exactly the same versions.

+

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>
+
+ + +

Extending Buildroot with more software

-- cgit v1.2.3