mbedtls: security bump to verison 2.4.2
[buildroot-gz.git] / docs / manual / download-location.txt
blobd485df94f59a87aeb3bb9b30b300416249319e57
1 // -*- mode:doc; -*-
2 // vim: set syntax=asciidoc:
4 [[download-location]]
6 ==== Location of downloaded packages
8 The various tarballs that are downloaded by Buildroot are all stored
9 in +BR2_DL_DIR+, which by default is the +dl+ directory. If you want
10 to keep a complete version of Buildroot which is known to be working
11 with the associated tarballs, you can make a copy of this directory.
12 This will allow you to regenerate the toolchain and the target
13 filesystem with exactly the same versions.
15 If you maintain several Buildroot trees, it might be better to have a
16 shared download location. This can be achieved by pointing the
17 +BR2_DL_DIR+ environment variable to a directory. If this is
18 set, then the value of +BR2_DL_DIR+ in the Buildroot configuration is
19 overridden. The following line should be added to +<~/.bashrc>+.
21 -----------------
22  export BR2_DL_DIR=<shared download location>
23 -----------------
25 The download location can also be set in the +.config+ file, with the
26 +BR2_DL_DIR+ option. Unlike most options in the .config file, this value
27 is overridden by the +BR2_DL_DIR+ environment variable.