All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Matt Staveley-Taylor <matt.stav.taylor@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] package: add support for extracting zstd archives
Date: Sun, 14 Jul 2024 22:48:15 +0200	[thread overview]
Message-ID: <20240714224815.428ed5d1@windsurf> (raw)
In-Reply-To: <20240408013859.732937-2-matt.stav.taylor@gmail.com>

On Mon,  8 Apr 2024 02:38:44 +0100
Matt Staveley-Taylor <matt.stav.taylor@gmail.com> wrote:

> Teach the generic package handling code how to extract zstd (.tar.zst)
> archives. When zstd is not installed on the host, host-zstd gets built
> automatically.
> 
> Signed-off-by: Matt Staveley-Taylor <matt.stav.taylor@gmail.com>
> ---
>  Config.in                               |  7 +++++++
>  Makefile                                |  1 +
>  package/pkg-utils.mk                    |  2 ++
>  support/dependencies/check-host-zstd.mk |  4 ++++
>  support/dependencies/check-host-zstd.sh | 14 ++++++++++++++
>  5 files changed, 28 insertions(+)
>  create mode 100644 support/dependencies/check-host-zstd.mk
>  create mode 100755 support/dependencies/check-host-zstd.sh

Sorry for the long delay in getting back to you. I have now applied
this patch, after fixing the "shellcheck" issues reported on the shell
script. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-07-14 20:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-08  1:38 [Buildroot] [PATCH 0/2] Add bcachefs-tools package Matt Staveley-Taylor
2024-04-08  1:38 ` [Buildroot] [PATCH 1/2] package: add support for extracting zstd archives Matt Staveley-Taylor
2024-07-14 20:48   ` Thomas Petazzoni via buildroot [this message]
2024-04-08  1:38 ` [Buildroot] [PATCH 2/2] package/bcachefs-tools: new package Matt Staveley-Taylor
2024-07-14 20:56   ` Thomas Petazzoni via buildroot
2024-04-08 20:54 ` [Buildroot] [PATCH 0/2] Add bcachefs-tools package Thomas Petazzoni via buildroot
2024-04-09 22:43   ` Matt Staveley-Taylor
2024-04-10  9:30     ` Thomas Petazzoni via buildroot
2024-04-11  1:32       ` Matt Staveley-Taylor
2024-04-11 12:48         ` Thomas Petazzoni via buildroot
2024-04-11 22:51           ` Matt Staveley-Taylor

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=20240714224815.428ed5d1@windsurf \
    --to=buildroot@buildroot.org \
    --cc=matt.stav.taylor@gmail.com \
    --cc=thomas.petazzoni@bootlin.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 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.