[oe-commits] Andrea Adami : zaurus: set LZMA_COMPRESSION_LEVEL to lower defaults

git version control git at git.openembedded.org
Sat Mar 12 23:43:57 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 14bbc7c866193882d7b94456da8079fd0e24b1a9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=14bbc7c866193882d7b94456da8079fd0e24b1a9

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Mar 13 00:39:39 2011 +0100

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 <andrea.adami at gmail.com>

---

 conf/machine/include/zaurus-2.6.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc
index 862424a..938935a 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)}'
 





More information about the Openembedded-commits mailing list