From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] Feature request - pull sources from repose
Date: Thu, 7 Jul 2011 16:19:43 +0200 [thread overview]
Message-ID: <20110707161943.714c9791@skate> (raw)
In-Reply-To: <5725744097739393062@unknownmsgid>
Le Thu, 7 Jul 2011 10:06:18 -0400,
James Hanley <jhanley@dgtlrift.com> a ?crit :
> Right now, buildroot downloads sources from released tarball urls, it
> would be great if they could also pull from source repositories (git,
> svn, etc.) to get unreleased features. For example I ran into an issue
> with uclibc which was fixed but not yet released. It may also assist
> in weeding out integration issues before package release.
This is already implemented. In a package, you can do :
<pkg>_SITE = git://foobar.com/barfoo.git
<pkg>_SITE_METHOD = git
<pkg>_VERSION = some-git-tag-or-commit-id-or-branch
Same with Subversion and Bazaar.
Regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2011-07-07 14:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-07 14:06 [Buildroot] Feature request - pull sources from repose James Hanley
2011-07-07 14:19 ` Thomas Petazzoni [this message]
2011-07-07 15:12 ` Thomas Petazzoni
2011-07-07 17:22 ` Peter Korsgaard
2011-07-08 16:36 ` James Hanley
2011-07-08 18:07 ` Peter Korsgaard
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=20110707161943.714c9791@skate \
--to=thomas.petazzoni@free-electrons.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.