mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Change the default BR2_DL_DIR location
Change to default Download dir so that different 'make O=<directory>' commands will use the same location by default without having to create a symlink in <directory> or having to export BUILDROOT_DL_DIR. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8a83e8d7b8
commit
be695dcc3c
@ -69,13 +69,13 @@ config BR2_TAR_OPTIONS
|
|||||||
|
|
||||||
config BR2_DL_DIR
|
config BR2_DL_DIR
|
||||||
string "Download dir"
|
string "Download dir"
|
||||||
default "$(BASE_DIR)/dl"
|
default "$(TOPDIR)/dl"
|
||||||
help
|
help
|
||||||
Directory to store all the source files that we need to fetch.
|
Directory to store all the source files that we need to fetch.
|
||||||
If the Linux shell environment has defined the BUILDROOT_DL_DIR
|
If the Linux shell environment has defined the BUILDROOT_DL_DIR
|
||||||
environment variable, then this overrides this configuration item.
|
environment variable, then this overrides this configuration item.
|
||||||
|
|
||||||
The default is $(BASE_DIR)/dl
|
The default is $(TOPDIR)/dl
|
||||||
|
|
||||||
config BR2_COPYTO
|
config BR2_COPYTO
|
||||||
string "Copy result to..."
|
string "Copy result to..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user