]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: enable SEAMLESS_XZ by default
authorChen Qi <Qi.Chen@windriver.com>
Mon, 23 Dec 2013 08:16:47 +0000 (03:16 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jan 2014 15:11:06 +0000 (15:11 +0000)
We have enabled SEAMLESS_GZ and SEAMLESS_BZ2 in defconfig, it's
reasonable for us to enable SEAMLESS_XZ as well. Otherwise, we
couldn't extract tar.xz file while we could extract tar.gz file.
Such situation would be somewhat confusing.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/busybox/busybox/defconfig

index f0e63c2a1ff68ce1d9065fb8f26d0fc2811fa16d..20cd147fa5c27934e200aa478714d02cebe5d33b 100644 (file)
@@ -125,7 +125,7 @@ CONFIG_FEATURE_HWIB=y
 #
 # Archival Utilities
 #
-# CONFIG_FEATURE_SEAMLESS_XZ is not set
+CONFIG_FEATURE_SEAMLESS_XZ=y
 CONFIG_FEATURE_SEAMLESS_LZMA=y
 CONFIG_FEATURE_SEAMLESS_BZ2=y
 CONFIG_FEATURE_SEAMLESS_GZ=y