summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-generic.txt
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2017-07-04 11:40:38 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-04 17:19:08 +0200
commitcc2cadd0826636952b2a903da07e7f5e2d599b42 (patch)
tree4153e630d4e7f88f516321fee2399298edaf19fa /docs/manual/adding-packages-generic.txt
parent8a6a5dc079d981367b406c343cd74d2bcb40646a (diff)
downloadbuildroot-cc2cadd0826636952b2a903da07e7f5e2d599b42.tar.gz
buildroot-cc2cadd0826636952b2a903da07e7f5e2d599b42.zip
manual: add documentation about DL_DIR
And at the same time don't encourage use of BR2_DL_DIR Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-generic.txt')
-rw-r--r--docs/manual/adding-packages-generic.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index 71e27b6722..12cf1605d6 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -263,7 +263,7 @@ information is (assuming the package name is +libfoo+) :
the file using this URL. Otherwise, Buildroot will assume the file
to be downloaded is located at +LIBFOO_SITE+. Buildroot will not do
anything with those additional files, except download them: it will
- be up to the package recipe to use them from +$(BR2_DL_DIR)+.
+ be up to the package recipe to use them from +$(DL_DIR)+.
* +LIBFOO_SITE_METHOD+ determines the method used to fetch or copy the
package source code. In many cases, Buildroot guesses the method
@@ -537,6 +537,9 @@ In the action definitions, you can use the following variables:
* +$(@D)+, which contains the directory in which the package source
code has been uncompressed.
+* +$(DL_DIR)+ contains the path to the directory where all the downloads made
+ by Buildroot are stored.
+
* +$(TARGET_CC)+, +$(TARGET_LD)+, etc. to get the target
cross-compilation utilities
OpenPOWER on IntegriCloud