mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Trent Piepho <tpiepho@kymetacorp.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: "barebox@lists.infradead.org" <barebox@lists.infradead.org>
Subject: Re: [PATCH] Make barebox flashable image link for "multi-image" targets
Date: Wed, 21 Oct 2015 18:09:10 +0000	[thread overview]
Message-ID: <1445450956.13196.120.camel@rtred1test09.kymetacorp.com> (raw)
In-Reply-To: <20151021060123.GW14476@pengutronix.de>

On Wed, 2015-10-21 at 08:01 +0200, Sascha Hauer wrote:
> On Tue, Oct 20, 2015 at 09:47:30PM +0000, Trent Piepho wrote:
> > For a target with multi-image support, no barebox-flash-image link is
> > made pointing to the finished flashable image.  This makes it hard for
> > buildroot to figure out which file is the barebox image.  And one has
> > to assume this link is generally useful and convenient to users of
> > barebox, or why would it have been created in the first place?
> 
> Creating the barebox-flash-image link predates the multiimage support,
> so by the time it was introduced it was not clear to me that there will
> be no single image later anymore.

I imagine having multiple images is used far more often by developers of
barebox than developers of a device that uses barebox.  So I wouldn't
say the concept of a single image is dead.

> > 
> > This patch to the multi-image build will create that link.
> > 
> > It only works when a single image is made.  If one is making multiple
> > images, then the concept of a single finished image no longer applies,
> > and no link is made.
> 
> Can't you make the image a config option in buildroot? Depending on only
> having a single image selected in barebox doesn't sound like a good
> idea.

buildroot doesn't have an option that for that.  It uses
barebox-flash-image if it exists and then falls back to barebox.bin.
The latter will still exist in a multi-image build, but is not the
correct file!

My first thought was to add an option to buildroot for the name of the
flash image file.  But barebox is the one choosing this name and it
knows what it is.  So why should I have to manually copy this data out
of barebox and into buildroot and keep to up to date when it chages?
Barebox knows the value, have it tell buildroot what it is.  And there
is already the barebox-flash-image symlink system that does just this.
This way buildroot (and any other buildsystem or flash or test script
that uses a barebox image) gets told what file to use straight from the
authoritative source: the barebox build system that made the file.

So, that's why I did it this way.  And it's not like I'm adding a new
feature for this, just making an existing one work in more cases that it
did before.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2015-10-21 18:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-20 21:47 Trent Piepho
2015-10-21  6:01 ` Sascha Hauer
2015-10-21 18:09   ` Trent Piepho [this message]
2015-10-22  7:06     ` Sascha Hauer
2015-10-22 18:48       ` Trent Piepho
2015-10-26  6:22         ` Sascha Hauer

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=1445450956.13196.120.camel@rtred1test09.kymetacorp.com \
    --to=tpiepho@kymetacorp.com \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /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