Thanks, applied as 141193ee7a0e0b941705c269729ee594c6b4d440. Michael
[sent from post-receive hook] On Thu, 11 Jun 2020 11:39:35 +0200, Bastian Krause <[email protected]> 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
