[oe] [meta-handheld][PATCH 2/2] zaurus.inc: redefine XZ compression level

Andrea Adami andrea.adami at gmail.com
Mon Jun 18 22:57:17 UTC 2012


* xz -7 makes sense if your vmlinux is much larger than 16 MiB uncompressed

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 conf/machine/include/zaurus.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index 268b9fd..45c82d3 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -38,7 +38,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
 KERNEL_IMAGETYPE ?= "zImage"
 
 # sane defaults for devices with only 32Mb RAM (see man xz)
-XZ_COMPRESSION_LEVEL = "-e -7"
+XZ_COMPRESSION_LEVEL = "-2e"
 
 # kernel bootlogo
 LOGO_SIZE = '${@base_conditional("MACHINE_GUI_CLASS", "bigscreen", "vga", "qvga", d)}'
-- 
1.7.3.4





More information about the Openembedded-devel mailing list