From b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 22 Jun 2010 17:41:34 +0200 Subject: target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTO Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs/buildroot.html') 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
  • LINUX26_KCONFIG=<path/to/.config>, path to the Linux kernel configuration file
  • -
  • BUILDROOT_COPYTO, an additional location to which - the binary images of the root filesystem, kernel, etc. built by - Buildroot are copied
  • BUILDROOT_DL_DIR to override the directory in which Buildroot stores/retrieves downloaded files
  • @@ -319,15 +316,6 @@ $ make UCLIBC_CONFIG_FILE=uClibc.config BUSYBOX_CONFIG_FILE=$HOME/bb.config or g++ for building helper-binaries on your host, then do

     $ make HOSTCXX=g++-4.3-HEAD HOSTCC=gcc-4.3-HEAD
    -
    - -

    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

    -

    Typically, this is set in your ~/.bashrc file - -

    -$ export BUILDROOT_COPYTO=/tftpboot
     

    Customizing the -- cgit v1.2.3