[Buildroot] [PATCH 0 of 6 resend] Improve support for custom external toolchains (and related changes)

Thomas De Schampheleire patrickdepinguin+buildroot at gmail.com
Fri Jun 22 05:42:33 UTC 2012


The main intention for this patch series is to allow downloading a custom
external toolchain. I had previously added this functionality to buildroot
(did not make it to mainstream, I should have followed it up better) and
have been using it for about a year now.
I have now lined it up with current buildroot, updated based on the
comments of ThomasP, and fixed some related problems I found along the
way.

Thomas De Schampheleire (6):
       pkg-download.mk: allow using localfiles outside of package infrastructure
       pkg-download.mk: use stripurischeme function in localfiles download method
       pkg-download.mk: support detection of URI schemes in DOWNLOAD
       toolchain-external/Config.in: fix indentation
       toolchain-external: allow downloading a custom toolchain
       toolchain-external: line up comments with reality


 package/pkg-download.mk                  |   15 +++-
 toolchain/toolchain-external/Config.in   |  371 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------
 toolchain/toolchain-external/ext-tool.mk |   19 ++++--
 3 files changed, 215 insertions(+), 190 deletions(-)


More information about the buildroot mailing list