From 0dbf9dd7ab8e08e9081a1141f0122f0e2cdc6202 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Mon, 26 Jan 2009 23:52:31 +0000 Subject: 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. --- Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Config.in') 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 -- cgit v1.2.3