Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Lukas Funke <lukas.funke-oss@weidmueller.com>
Cc: openembedded-core@lists.openembedded.org,
	Malte Schmidt <malte.schmidt@weidmueller.com>
Subject: Re: [OE-Core][PATCH v3] wic: rawcopy: add support for zsdt decompression
Date: Tue, 14 Nov 2023 12:04:48 +0100	[thread overview]
Message-ID: <2023111411044866684d1d@mail.local> (raw)
In-Reply-To: <20231113140154.1048359-1-lukas.funke-oss@weidmueller.com>

On 13/11/2023 15:01:54+0100, Lukas Funke wrote:
> From: Malte Schmidt <malte.schmidt@weidmueller.com>
> 

Please include a commit message and don't forget SoB's

> ---
>  scripts/lib/wic/plugins/source/rawcopy.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/scripts/lib/wic/plugins/source/rawcopy.py b/scripts/lib/wic/plugins/source/rawcopy.py
> index 7c90cd3cf8..82d38fbb84 100644
> --- a/scripts/lib/wic/plugins/source/rawcopy.py
> +++ b/scripts/lib/wic/plugins/source/rawcopy.py
> @@ -52,7 +52,8 @@ class RawCopyPlugin(SourcePlugin):
>          decompressor = {
>              ".bz2": "bzip2",
>              ".gz": "gzip",
> -            ".xz": "xz"
> +            ".xz": "xz",
> +            ".zst": "zstd -f",
>          }.get(extension)
>          if not decompressor:
>              raise WicError("Not supported compressor filename extension: %s" % extension)
> -- 
> 2.30.2
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#190473): https://lists.openembedded.org/g/openembedded-core/message/190473
> Mute This Topic: https://lists.openembedded.org/mt/102561555/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


      reply	other threads:[~2023-11-14 11:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-13 14:01 [OE-Core][PATCH v3] wic: rawcopy: add support for zsdt decompression lukas.funke-oss
2023-11-14 11:04 ` Alexandre Belloni [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=2023111411044866684d1d@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=lukas.funke-oss@weidmueller.com \
    --cc=malte.schmidt@weidmueller.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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