[oe] [PATCH 02/17] conf/bitbake: improve compression image handling

Phil Blundell philb at gnu.org
Tue May 31 10:05:21 UTC 2011


On Mon, 2011-05-30 at 14:54 +0000, Otavio Salvador wrote:
> diff --git a/conf/bitbake.conf b/conf/bitbake.conf
> index 17a494d..5b0f639 100644
> --- a/conf/bitbake.conf
> +++ b/conf/bitbake.conf
> @@ -150,6 +150,8 @@ QEMU_OPTIONS_armv7a   = "-cpu cortex-a8"
>  # default compression levels
>  XZ_COMPRESSION_LEVEL ?= "-e -9"
>  LZMA_COMPRESSION_LEVEL ?= "-e -9"
> +GZIP_COMPRESSION_LEVEL ?= "-9"
> +BZIP2_COMPRESSION_LEVEL ?= "-9"

We had some discussion of this patch last time you posted it, and I
thought the outcome was that you were going to put these bits someplace
other than bitbake.conf.  Am I remembering that wrong?

p.






More information about the Openembedded-devel mailing list