mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
help/manual: update help about the new $(LIBFOO_DL_DIR)
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8f3c772459
commit
072374918d
@ -200,6 +200,9 @@ config BR2_DL_DIR
|
|||||||
If the Linux shell environment has defined the BR2_DL_DIR
|
If the Linux shell environment has defined the BR2_DL_DIR
|
||||||
environment variable, then this overrides this configuration
|
environment variable, then this overrides this configuration
|
||||||
item.
|
item.
|
||||||
|
The directory is organized with a subdirectory for each package.
|
||||||
|
Each package has its own $(LIBFOO_DL_DIR) variable that can be used
|
||||||
|
to find the correct path.
|
||||||
|
|
||||||
The default is $(TOPDIR)/dl
|
The default is $(TOPDIR)/dl
|
||||||
|
|
||||||
|
@ -263,7 +263,7 @@ information is (assuming the package name is +libfoo+) :
|
|||||||
the file using this URL. Otherwise, Buildroot will assume the file
|
the file using this URL. Otherwise, Buildroot will assume the file
|
||||||
to be downloaded is located at +LIBFOO_SITE+. Buildroot will not do
|
to be downloaded is located at +LIBFOO_SITE+. Buildroot will not do
|
||||||
anything with those additional files, except download them: it will
|
anything with those additional files, except download them: it will
|
||||||
be up to the package recipe to use them from +$(DL_DIR)+.
|
be up to the package recipe to use them from +$(LIBFOO_DL_DIR)+.
|
||||||
|
|
||||||
* +LIBFOO_SITE_METHOD+ determines the method used to fetch or copy the
|
* +LIBFOO_SITE_METHOD+ determines the method used to fetch or copy the
|
||||||
package source code. In many cases, Buildroot guesses the method
|
package source code. In many cases, Buildroot guesses the method
|
||||||
@ -554,8 +554,8 @@ In the action definitions, you can use the following variables:
|
|||||||
* +$(@D)+, which contains the directory in which the package source
|
* +$(@D)+, which contains the directory in which the package source
|
||||||
code has been uncompressed.
|
code has been uncompressed.
|
||||||
|
|
||||||
* +$(DL_DIR)+ contains the path to the directory where all the downloads made
|
* +$(LIBFOO_DL_DIR)+ contains the path to the directory where all the downloads
|
||||||
by Buildroot are stored.
|
made by Buildroot for +libfoo+ are stored in.
|
||||||
|
|
||||||
* +$(TARGET_CC)+, +$(TARGET_LD)+, etc. to get the target
|
* +$(TARGET_CC)+, +$(TARGET_LD)+, etc. to get the target
|
||||||
cross-compilation utilities
|
cross-compilation utilities
|
||||||
|
Loading…
x
Reference in New Issue
Block a user