From fe8c27b75119965e23cb96abb11a5930132cf907 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 19 Jun 2012 00:57:17 +0200 Subject: zaurus.inc: redefine XZ compression level * xz -7 makes sense if your vmlinux is much larger than 16 MiB uncompressed Signed-off-by: Andrea Adami --- conf/machine/include/zaurus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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)}' -- cgit 1.2.3-korg