[Buildroot] [PATCH 0 of 5] toolchain-external: improve support for custom toolchains

Thomas De Schampheleire patrickdepinguin+buildroot at gmail.com
Wed Sep 21 06:55:30 UTC 2011


This patch series adds the ability to download and unpack a custom external
toolchain (instead of expecting the user to do that), and adds a configuration
option to copy extra external libraries to the target.

(Note that if you apply this on top of my scp/hg support patches, you should take
care in package/Makefile.package.in about a potentially double geturischeme
definition.)

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>

---
 package/Makefile.package.in              |  10 +++++++++-
 package/tar/tar.mk                       |   3 +++
 toolchain/toolchain-external/Config.in   |  21 ++++++++++++++++++++-
 toolchain/toolchain-external/ext-tool.mk |  21 +++++++++++++++++----
 4 files changed, 49 insertions(+), 6 deletions(-)



More information about the buildroot mailing list