xenomai: new package, only mercury for now supported
[openadk.git] / docs / download-location.txt
blob50088b57acff83d655438e8ec2d31ff78641424d
1 // -*- mode:doc; -*-
2 // vim: set syntax=asciidoc:
4 Location of downloaded packages
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 The various tarballs that are downloaded by OpenADK are all stored
8 in +ADK_DL_DIR+, which by default is the +dl+ directory. If you want
9 to keep a complete version of OpenaDK which is known to be working
10 with the associated tarballs, you can make a copy of this directory.
11 This will allow you to regenerate the toolchain and the target
12 filesystem with exactly the same versions.
14 If you maintain several OpenADK trees, it might be better to have a
15 shared download location. This can be achieved by pointing the
16 +DL_DIR+ environment variable to a directory.  If this is
17 set, then the value of +ADK_DL_DIR+ in the OpenADK configuration is
18 overridden. The following line should be added to +<~/.bashrc>+.
20 -----------------
21  $ export DL_DIR=<shared download location>
22 -----------------
24 The download location can also be set in the +.config+ file, with the
25 +ADK_DL_DIR+ option. Unlike most options in the .config file, this value
26 is overridden by the +DL_DIR+ environment variable.