[oe] [PATCH] bitbake.conf: remove -e from LZMA_COMPRESSION_LEVEL because no such option exist in lzma

Denis 'GNUtoo' Carikli GNUtoo at no-log.org
Fri Jun 17 14:55:22 UTC 2011


Without this patch we have:
  + cpio -o -H newc
  + lzma -c -e -9
  lzma: invalid option -- 'e'
during a initramfs-kexecboot-klibc-image.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 17a494d..9e67320 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -149,7 +149,7 @@ QEMU_OPTIONS_armv7a   = "-cpu cortex-a8"
 
 # default compression levels
 XZ_COMPRESSION_LEVEL ?= "-e -9"
-LZMA_COMPRESSION_LEVEL ?= "-e -9"
+LZMA_COMPRESSION_LEVEL ?= "-9"
 
 # default integrity check
 XZ_INTEGRITY_CHECK ?= "crc32"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list