diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-12-23 03:16:47 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-10 15:16:50 +0000 |
commit | 2b702032fa00d417bc19316e149192c2ccc9d543 (patch) | |
tree | a93cd8d1135719fbfd85b9c1b3405d9bf6727be5 /meta/recipes-core | |
parent | e8233833d3f6426a280b062d3ef2bad6496a12ee (diff) | |
download | poky-2b702032fa00d417bc19316e149192c2ccc9d543.tar.gz |
busybox: enable SEAMLESS_XZ by default
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.
(From OE-Core rev: 6482a43211a3a4858030ae3c59f5726c0ccba261)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index f0e63c2a1f..20cd147fa5 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig | |||
@@ -125,7 +125,7 @@ CONFIG_FEATURE_HWIB=y | |||
125 | # | 125 | # |
126 | # Archival Utilities | 126 | # Archival Utilities |
127 | # | 127 | # |
128 | # CONFIG_FEATURE_SEAMLESS_XZ is not set | 128 | CONFIG_FEATURE_SEAMLESS_XZ=y |
129 | CONFIG_FEATURE_SEAMLESS_LZMA=y | 129 | CONFIG_FEATURE_SEAMLESS_LZMA=y |
130 | CONFIG_FEATURE_SEAMLESS_BZ2=y | 130 | CONFIG_FEATURE_SEAMLESS_BZ2=y |
131 | CONFIG_FEATURE_SEAMLESS_GZ=y | 131 | CONFIG_FEATURE_SEAMLESS_GZ=y |