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]>
---
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
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to
[email protected]