All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] fs/iso9660: fix transparent (de)compression
Date: Tue, 2 Jan 2018 21:58:56 +0100	[thread overview]
Message-ID: <20180102215856.16467461@windsurf.lan> (raw)
In-Reply-To: <e793abe185c20ebd853db927552156e203813613.1514923441.git.yann.morin.1998@free.fr>

Hello,

On Tue,  2 Jan 2018 21:04:12 +0100, Yann E. MORIN wrote:
> It needs mkzftree from zisofs_tools, so we add a dependency to it, and
> we call that one explicitly (to avoid using the one from the host in
> PATH.
> 
> It also needs the the uncompressed kernel image, but because it is
> already in target/ so it gets compressed by mkzftree. We have two
> options:
>   - compress everything but the kernel image,
>   - compress everything, kernel included, and recopy it later.
> 
> We choose the latter, because it is the simplest solution. So, we alwats
> define the kernel-copy hook, but only register it when needed.
> 
> Finally, itneeds a kernel with support for transparent (de)compression,
> so we update the existing test config.
> 
> Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  fs/iso9660/iso9660.mk                               | 12 ++++++++----
>  support/testing/conf/minimal-x86-qemu-kernel.config |  1 +
>  2 files changed, 9 insertions(+), 4 deletions(-)

Applied to master after changing the dependency on host-zisofs-tools
following my change in PATCH 1/2, and fixing a few typos in the commit
log.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      reply	other threads:[~2018-01-02 20:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-02 20:04 [Buildroot] [PATCH 0/2] fs/iso9660: fix transparent (de)compression Yann E. MORIN
2018-01-02 20:04 ` [Buildroot] [PATCH 1/2] package/zisofs_tools: new package Yann E. MORIN
2018-01-02 20:58   ` Thomas Petazzoni
2018-01-02 20:04 ` [Buildroot] [PATCH 2/2] fs/iso9660: fix transparent (de)compression Yann E. MORIN
2018-01-02 20:58   ` Thomas Petazzoni [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=20180102215856.16467461@windsurf.lan \
    --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.