Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0 of 3] Add support for local package downloads (file://)
@ 2011-03-15  7:27 Thomas De Schampheleire
  2011-03-15  7:27 ` [Buildroot] [PATCH 1 of 3] Add file:// helpers to package download infrastructure Thomas De Schampheleire
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Thomas De Schampheleire @ 2011-03-15  7:27 UTC (permalink / raw)
  To: buildroot

This patch series add support for file:// URLs for both the package
infrastructure, as for the BR2_PRIMARY_SITE and BR2_BACKUP_SITE options. URLs
starting with file:// will be handled by a plain 'cp' instead of wget. A new
SITE_METHOD 'file' is added. Documentation is updated as well.

Note that this is mainly useful in situations where developers working on a
project are sharing the same filesystem (e.g. disk, NFS, ...), as typically
is the case in corporate environments. In that case, one may add one or more
local project-specific packages, and even use a central storage location as
'proxy' for package downloads (using BR2_PRIMARY_SITE with a file:// URL).

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

---
 docs/buildroot.html         |  29 +++++++++++++++++------------
 package/Makefile.package.in |  14 +++++++++++---
 2 files changed, 28 insertions(+), 15 deletions(-)

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

end of thread, other threads:[~2011-07-25  8:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15  7:27 [Buildroot] [PATCH 0 of 3] Add support for local package downloads (file://) Thomas De Schampheleire
2011-03-15  7:27 ` [Buildroot] [PATCH 1 of 3] Add file:// helpers to package download infrastructure Thomas De Schampheleire
2011-03-15  7:27 ` [Buildroot] [PATCH 2 of 3] Allow BR2_PRIMARY_SITE and BR2_BACKUP_SITE to be a file:// URL Thomas De Schampheleire
2011-07-20  5:13   ` Thomas Petazzoni
2011-07-24 11:54     ` Thomas De Schampheleire
2011-07-25  8:30       ` Thomas Petazzoni
2011-03-15  7:27 ` [Buildroot] [PATCH 3 of 3] Update documentation to mention file:// support Thomas De Schampheleire
2011-03-15 14:26 ` [Buildroot] [PATCH 0 of 3] Add support for local package downloads (file://) Richard Guy Briggs
2011-03-16  8:20   ` Thomas De Schampheleire
2011-03-16 13:44     ` Richard Guy Briggs
2011-03-15 22:54 ` Thomas Petazzoni
2011-03-16  8:24   ` Thomas De Schampheleire
2011-07-19 12:39   ` Thomas De Schampheleire

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox