From: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0 of 3] Add support for local package downloads (file://)
Date: Tue, 15 Mar 2011 08:27:05 +0100 [thread overview]
Message-ID: <patchbomb.1300174025@localhost6.localdomain6> (raw)
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(-)
next reply other threads:[~2011-03-15 7:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-15 7:27 Thomas De Schampheleire [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=patchbomb.1300174025@localhost6.localdomain6 \
--to=patrickdepinguin+buildroot@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.