summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-26 23:52:31 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-26 23:52:31 +0000
commit0dbf9dd7ab8e08e9081a1141f0122f0e2cdc6202 (patch)
tree098bb98a9d08b6ec633c00178556bdd9955ce8ae /Config.in
parent78fa0d4eb4f8ce861664093cb62c1a11b22d90f6 (diff)
downloadbuildroot-novena-0dbf9dd7ab8e08e9081a1141f0122f0e2cdc6202.tar.gz
buildroot-novena-0dbf9dd7ab8e08e9081a1141f0122f0e2cdc6202.zip
Create a common BR2_COPYTO to prepare to replace
all the different COPYTOs spread out all over Buildroot. Generate COPY_FILE subroutine which can be used to copy a file. $(COPY_FILE , file, directory, filename) This will copy to binary dir and to the selected copy dir if set in new config (intended to replace all old COPYTO configs) This is overridden by BUILDROOT_COPYTO, if set into the environment.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index dab951d13..31cb70f09 100644
--- a/Config.in
+++ b/Config.in
@@ -69,6 +69,13 @@ config BR2_DL_DIR
The default is $(BASE_DIR)/dl
+config BR2_COPYTO
+ string "Copy result to..."
+ default ""
+ help
+ Setting this variable will (eventually) override
+ any other copyto configurations in buildroot.
+
source "target/device/Config.in.mirrors"
config BR2_STAGING_DIR