From: Andrea Adami Date: Sat, 12 Mar 2011 23:39:39 +0000 (+0100) Subject: zaurus: set LZMA_COMPRESSION_LEVEL to lower defaults X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14bbc7c866193882d7b94456da8079fd0e24b1a9;p=openembedded.git zaurus: set LZMA_COMPRESSION_LEVEL to lower defaults * with -9 we see failures to decompress the initramfs * on devices with 32Mb RAM Signed-off-by: Andrea Adami --- diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc index 862424a01c..938935a65d 100644 --- a/conf/machine/include/zaurus-2.6.inc +++ b/conf/machine/include/zaurus-2.6.inc @@ -73,6 +73,10 @@ PREFERRED_PROVIDER_udev-compat_poodle = "udev-compat141" ZAURUS_KERNEL_IMAGETYPE ?= "zImage" KERNEL_IMAGETYPE = "${ZAURUS_KERNEL_IMAGETYPE}" +# sane defaults for devices with only 32Mb RAM +XZ_COMPRESSION_LEVEL = "-7" +LZMA_COMPRESSION_LEVEL = "-8" + # kernel bootlogo LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'