mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rauc: select correct tar compresion format to extract IMAGE_RAUC bundles
@ 2020-05-29 16:32 Bastian Krause
  2020-06-11  9:39 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Bastian Krause @ 2020-05-29 16:32 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

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>
---
 rules/rauc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/rauc.in b/rules/rauc.in
index 56fc3ae3b..744bc95d9 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
-- 
2.26.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] rauc: select correct tar compresion format to extract IMAGE_RAUC bundles
  2020-05-29 16:32 [ptxdist] [PATCH] rauc: select correct tar compresion format to extract IMAGE_RAUC bundles Bastian Krause
@ 2020-06-11  9:39 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-06-11  9:39 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-11  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 16:32 [ptxdist] [PATCH] rauc: select correct tar compresion format to extract IMAGE_RAUC bundles Bastian Krause
2020-06-11  9:39 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox