From b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d Mon Sep 17 00:00:00 2001
From: Peter Korsgaard LINUX26_KCONFIG=<path/to/.config>
, path
to the Linux kernel configuration fileBUILDROOT_COPYTO
, an additional location to which
- the binary images of the root filesystem, kernel, etc. built by
- Buildroot are copiedBUILDROOT_DL_DIR
to override the directory in
which Buildroot stores/retrieves downloaded filesg++
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