From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] rauc: select correct tar compresion format to extract IMAGE_RAUC bundles
Date: Thu, 11 Jun 2020 11:39:35 +0200 [thread overview]
Message-ID: <E1jjJgN-0005NX-Lu@dude02.lab.pengutronix.de> (raw)
In-Reply-To: <20200529163251.9988-1-bst@pengutronix.de>
Thanks, applied as 141193ee7a0e0b941705c269729ee594c6b4d440.
Michael
[sent from post-receive hook]
On Thu, 11 Jun 2020 11:39:35 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> IMAGE_RAUC creates a bundle based on IMAGE_ROOT_TGZ. To be able to
> extract it we need tar to understand .gz data, not .xz data.
>
> Fixes: 12c43a39b ("rauc: select busybox features if using busybox tar")
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20200529163251.9988-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/rauc.in b/rules/rauc.in
> index 56fc3ae3be45..744bc95d9d6d 100644
> --- a/rules/rauc.in
> +++ b/rules/rauc.in
> @@ -10,7 +10,7 @@ menuconfig RAUC
> select CODE_SIGNING
> select BUSYBOX_FEATURE_TAR_LONG_OPTIONS if BUSYBOX_TAR
> select BUSYBOX_FEATURE_TAR_AUTODETECT if BUSYBOX_TAR
> - select BUSYBOX_FEATURE_SEAMLESS_XZ if BUSYBOX_TAR
> + select BUSYBOX_FEATURE_SEAMLESS_GZ if BUSYBOX_TAR
> select DBUS if RAUC_SERVICE
> select LIBCURL if RAUC_NETWORK
> select JSON_GLIB if RAUC_JSON
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
prev parent reply other threads:[~2020-06-11 9:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-29 16:32 [ptxdist] [PATCH] " Bastian Krause
2020-06-11 9:39 ` Michael Olbrich [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=E1jjJgN-0005NX-Lu@dude02.lab.pengutronix.de \
--to=mol@pengutronix.de \
--cc=bst@pengutronix.de \
--cc=ptxdist@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