From: Sven Neumann <s.neumann@raumfeld.com>
To: buildroot@busybox.net
Subject: [Buildroot] Dynaminc Component System for Buildroot
Date: Mon, 20 Feb 2012 09:49:30 +0100 [thread overview]
Message-ID: <1329727770.13226.22.camel@bender> (raw)
In-Reply-To: <CAMkyJgCC0i5t6j+M2VefDRVx_qjaRTHfOUOgnrSc9U+aHA91XQ@mail.gmail.com>
Hi,
On Mon, 2012-02-20 at 09:45 +0200, Avishay Orpaz wrote:
> I've been using buildroot for about two years for building embedded
> systems on various platforms. An embedded system usually comprises of
> a set of standard tool and custom software, scripts etc. Buildroot
> does great job on the first, but then I have to manually compile the
> project-specific software and install it in the target system created
> by buildroot. In order to make workflow smoother, I have an idea of
> adding a dynamic component support for buildroot. In such a system,
> buildroot, when invoked, will scan a specific directory for
> components. Components are directories with some distinguishing
> feature (a special file or so) which contains buildroot .mk file.
> Those components will appear on buildroot configuration menu, will use
> the regular compilation-installation infrastructure it provides and
> will be installed in the target filesystem as any other,
> out-of-the-box component.
What we have been doing to solve this is that we maintain a git branch
of buildroot with our components added as buildroot packages. Our
applications appear in a dedicated submenu and are built as part of the
standard buildroot process. This is similar to what you are suggesting
and it is already very easy to achieve by means of a git branch. Doing
it this way also has the advantage that it also solves the problem of
distributing your project files to co-workers as everything is kept
under version control. Changes from buildroot upstream can easily be
merged into your branch and are then also easily distributed to
co-workers and to your build system.
Regards, Sven
next prev parent reply other threads:[~2012-02-20 8:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-20 7:45 [Buildroot] Dynaminc Component System for Buildroot Avishay Orpaz
2012-02-20 8:26 ` Alvaro Gamez
2012-02-20 8:49 ` Sven Neumann [this message]
2012-02-20 9:20 ` Arnout Vandecappelle
2012-02-21 13:59 ` Avishay Orpaz
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=1329727770.13226.22.camel@bender \
--to=s.neumann@raumfeld.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox