From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] SVN, sources out of tree / VPATH... How?
Date: Tue, 30 Aug 2011 18:13:53 +0200 [thread overview]
Message-ID: <201108301813.55929.arnout@mind.be> (raw)
In-Reply-To: <4E4EED59.30009@netscape.net>
On Saturday 20 August 2011 01:10:17, Ulrich Prinz wrote:
> I want to do some development for a new platform with buildroot. But I
> work with SVN. The first steps with a plain buildroot look good, but now
> I want to make changes to some existing code in buildroot (u-boot,
> kernel). And I want to checkin these changes into my SVN.
There are patches on the mailing list to support local directories as the
source of a package. With those patches, you can extract the package source
somewhere outside the buildroot tree (under version control), and use this as
the source instead of a downloaded tar.
> The trick is, that you replicate the original mainline kernel paths in
> the other two sources and then make follows the priority of user/linux
> then bsp/kernel-x.y.z and then kernel-x.y.z/
That's actually an overlay. I think OpenEmbedded uses something like that.
Buildroot prefers to work with patches.
As an approximation of an overlay, you can write a script that automatically
generates patches out of your revision control system and dumps them in the
package directory. The package infrastructure will apply all patches that are
named <package>-<version><description>.patch.
quilt is a tool that helps to work with this approach. It's not trivial to
use, but not much more difficult than any other VCS.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 31BB CF53 8660 6F88 345D 54CC A836 5879 20D7 CF43
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110830/fc6b727e/attachment.html>
prev parent reply other threads:[~2011-08-30 16:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-19 23:10 [Buildroot] SVN, sources out of tree / VPATH... How? Ulrich Prinz
2011-08-30 16:13 ` Arnout Vandecappelle [this message]
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=201108301813.55929.arnout@mind.be \
--to=arnout@mind.be \
--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.