All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0 of 6 resend] Improve support for custom external toolchains (and related changes)
@ 2012-06-22  5:42 Thomas De Schampheleire
  2012-06-22  5:42 ` [Buildroot] [PATCH 1 of 6 resend] pkg-download.mk: allow using localfiles outside of package infrastructure Thomas De Schampheleire
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Thomas De Schampheleire @ 2012-06-22  5:42 UTC (permalink / raw)
  To: buildroot

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(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-07-22 16:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-22  5:42 [Buildroot] [PATCH 0 of 6 resend] Improve support for custom external toolchains (and related changes) Thomas De Schampheleire
2012-06-22  5:42 ` [Buildroot] [PATCH 1 of 6 resend] pkg-download.mk: allow using localfiles outside of package infrastructure Thomas De Schampheleire
2012-07-15 11:24   ` Arnout Vandecappelle
2012-07-16  3:14     ` Thomas De Schampheleire
2012-07-17  7:34       ` Arnout Vandecappelle
2012-07-22 16:24   ` Thomas Petazzoni
2012-06-22  5:42 ` [Buildroot] [PATCH 2 of 6 resend] pkg-download.mk: use stripurischeme function in localfiles download method Thomas De Schampheleire
2012-07-15 11:25   ` Arnout Vandecappelle
2012-06-22  5:42 ` [Buildroot] [PATCH 3 of 6 resend] pkg-download.mk: support detection of URI schemes in DOWNLOAD Thomas De Schampheleire
2012-07-15 11:28   ` Arnout Vandecappelle
2012-06-22  5:42 ` [Buildroot] [PATCH 4 of 6 resend] toolchain-external/Config.in: fix indentation Thomas De Schampheleire
2012-07-15 11:30   ` Arnout Vandecappelle
2012-06-22  5:42 ` [Buildroot] [PATCH 5 of 6 resend] toolchain-external: allow downloading a custom toolchain Thomas De Schampheleire
2012-07-15 11:44   ` Arnout Vandecappelle
2012-06-22  5:42 ` [Buildroot] [PATCH 6 of 6 resend] toolchain-external: line up comments with reality Thomas De Schampheleire
2012-07-15 11:32   ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.