From: Patrick Ohly <patrick.ohly@intel.com>
To: Tom Rini <trini@konsulko.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/2] image.bbclass: Correct chaining compression support
Date: Tue, 25 Jul 2017 13:44:14 +0200 [thread overview]
Message-ID: <1500983054.26603.14.camel@intel.com> (raw)
In-Reply-To: <20170724111905.GE26163@bill-the-cat>
On Mon, 2017-07-24 at 07:19 -0400, Tom Rini wrote:
> On Mon, Jul 24, 2017 at 10:35:37AM +0200, Patrick Ohly wrote:
> > On Fri, 2017-07-21 at 18:06 -0400, Tom Rini wrote:
> > > The fix for this inadvertently broke chaining
> > > compression/conversion. First, correct the u-boot conversion
> > > code.
> > >
> > > Fixes: 46bc438374de ("image.bbclass: do exact
> > > match for rootfs type")
> > > Cc: Zhenhua Luo <zhenhua.luo@nxp.com>
> > > Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
> > > Cc: Patrick Ohly <patrick.ohly@intel.com>
> > > Signed-off-by: Tom Rini <trini@konsulko.com>
> > > ---
> > > This change is fairly important and, imho, innocuous and should
> > > be
> > > populated to pyro/etc, once merged to master. The next part of
> > > the
> > > series is clean-up and while with my U-Boot hat on, I would say
> > > should
> > > be pushed more widely, I am biased.
> > > ---
> > > meta/classes/image.bbclass | 2 +-
> > > meta/classes/image_types_uboot.bbclass | 13 +++++--------
> > > 2 files changed, 6 insertions(+), 9 deletions(-)
> > >
> > > diff --git a/meta/classes/image.bbclass
> > > b/meta/classes/image.bbclass
> > > index de535ce6fcff..bd6a5b7b810a 100644
> > > --- a/meta/classes/image.bbclass
> > > +++ b/meta/classes/image.bbclass
> > > @@ -453,7 +453,7 @@ python () {
> > > rm_tmp_images = set()
> > > def gen_conversion_cmds(bt):
> > > for ctype in ctypes:
> > > - if bt[bt.find('.') + 1:] == ctype:
> > > + if bt.endswith("." + ctype)
> >
> > This reverts 46bc438374de and thus restores the code as I had
> > originally written it.
> >
> > Looking at 46bc438374de, it's not clear to me how the commit
> > message
> > matches the code, i.e. I don't understand the commit. So it was an
> > incorrect fix for the problem described in that commit message, and
> > the
> > right one are your changes to the u-boot conversion command?
>
> Ah, so the important bit is the other half of this patch, which
> addresses the problem 46bc438374de was intended to deal with,
> correctly.
> Prior to the chaining compression/conversion support, the "u-boot"
> targets would clean up their intermediate files. With your patch
> those
> files get cleaned up automatically and that the mkimage calling
> function
> was also doing it lead to build failures. But since we no longer
> need
> to have a manual cleaning step, we can just drop it.
Makes sense.
Acked-by: Patrick Ohly <patrick.ohly@intel.com>
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.
next prev parent reply other threads:[~2017-07-25 11:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-21 22:06 [PATCH 1/2] image.bbclass: Correct chaining compression support Tom Rini
2017-07-21 22:06 ` [PATCH 2/2] image_types.bbclass: Make u-boot signed images more versatile Tom Rini
2017-07-24 8:35 ` [PATCH 1/2] image.bbclass: Correct chaining compression support Patrick Ohly
2017-07-24 11:19 ` Tom Rini
2017-07-25 11:44 ` Patrick Ohly [this message]
2017-07-26 7:16 ` Ed Bartosh
2017-07-26 11:10 ` Tom Rini
2017-09-19 9:23 ` Martin Hundebøll
2017-09-20 0:22 ` Tom Rini
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=1500983054.26603.14.camel@intel.com \
--to=patrick.ohly@intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=trini@konsulko.com \
/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