[oe] [PATCH] bitbake.conf: fix LZMA_COMPRESSION_LEVEL, because lzma has no -e option

heinold at inf.fu-berlin.de heinold at inf.fu-berlin.de
Tue Mar 22 09:02:11 UTC 2011


From: Henning Heinold <heinold at inf.fu-berlin.de>


Signed-off-by: Henning Heinold <heinold at inf.fu-berlin.de>
---
 conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index e57a7ad..0207146 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.4.1




More information about the Openembedded-devel mailing list