[OE-core] [PATCH 1/8] busybox: enable bzip2 by default

Richard Purdie richard.purdie at linuxfoundation.org
Thu Nov 15 19:43:46 UTC 2018


On Thu, 2018-11-15 at 10:02 +0800, Chen Qi wrote:
> bunzip2 is enabled by default, but bzip2 is not. This is kind of
> strange, and it also causes busybox's ptest failure regarding
> bunzip2, as bunzip2's test case needs bzip2 command.
> 
> Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
> ---
>  meta/recipes-core/busybox/busybox/defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/busybox/busybox/defconfig
> b/meta/recipes-core/busybox/busybox/defconfig
> index 32213c0..0c40990 100644
> --- a/meta/recipes-core/busybox/busybox/defconfig
> +++ b/meta/recipes-core/busybox/busybox/defconfig
> @@ -150,7 +150,7 @@ CONFIG_LZCAT=y
>  # CONFIG_UNXZ is not set
>  CONFIG_XZCAT=y
>  # CONFIG_XZ is not set
> -# CONFIG_BZIP2 is not set
> +CONFIG_BZIP2=y
>  CONFIG_FEATURE_BZIP2_DECOMPRESS=y
>  CONFIG_CPIO=y
>  # CONFIG_FEATURE_CPIO_O is not set

Fails on the autobuilder:


https://autobuilder.yoctoproject.org/typhoon/#/builders/21/builds/219/steps/7/logs/step1b

Cheers,

Richard



More information about the Openembedded-core mailing list