diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-22 17:41:34 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-22 17:41:34 +0200 |
commit | b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d (patch) | |
tree | 4206d4c69790f60aa08864fdede35ed09e3b91e7 /docs/buildroot.html | |
parent | 7d07f3c1ab285b4e8b085ede814d51e84978378f (diff) | |
download | buildroot-novena-b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d.tar.gz buildroot-novena-b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d.zip |
target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTO
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 71bd72b60..bd74c0729 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -302,9 +302,6 @@ or to the Busybox configuration file</li> <li><code>LINUX26_KCONFIG=<path/to/.config></code>, path to the Linux kernel configuration file</li> - <li><code>BUILDROOT_COPYTO</code>, an additional location to which - the binary images of the root filesystem, kernel, etc. built by - Buildroot are copied</li> <li><code>BUILDROOT_DL_DIR</code> to override the directory in which Buildroot stores/retrieves downloaded files</li> </ul> @@ -321,15 +318,6 @@ $ make UCLIBC_CONFIG_FILE=uClibc.config BUSYBOX_CONFIG_FILE=$HOME/bb.config $ make HOSTCXX=g++-4.3-HEAD HOSTCC=gcc-4.3-HEAD </pre> - <p>If you want the result of your build to be copied to another directory - like /tftpboot for downloading to a board using tftp, then you - can use BUILDROOT_COPYTO to specify your location</p> - <p>Typically, this is set in your ~/.bashrc file - -<pre> -$ export BUILDROOT_COPYTO=/tftpboot -</pre> - <h2><a name="custom_targetfs" id="custom_targetfs"></a>Customizing the generated target filesystem</h2> |