| 1234567891011121314151617181920212223242526 | // -*- mode:doc; -*-// vim: set syntax=asciidoc:Location of downloaded packages~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~The various tarballs that are downloaded by OpenADK are all storedin +ADK_DL_DIR+, which by default is the +dl+ directory. If you wantto keep a complete version of OpenaDK which is known to be workingwith the associated tarballs, you can make a copy of this directory.This will allow you to regenerate the toolchain and the targetfilesystem with exactly the same versions.If you maintain several OpenADK trees, it might be better to have ashared download location. This can be achieved by pointing the+DL_DIR+ environment variable to a directory.  If this isset, then the value of +ADK_DL_DIR+ in the OpenADK configuration isoverridden. The following line should be added to +<~/.bashrc>+.----------------- $ export DL_DIR=<shared download location>-----------------The download location can also be set in the +.config+ file, with the+ADK_DL_DIR+ option. Unlike most options in the .config file, this valueis overridden by the +DL_DIR+ environment variable.
 |