aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-03-13 00:39:39 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-03-13 00:39:39 +0100
commit14bbc7c866193882d7b94456da8079fd0e24b1a9 (patch)
treeb712fdd1ec9b13345749041e594779fdf808b0db /conf/machine/include
parent724f68b5675f71fbafb5816c7d0e9e6b2d615eee (diff)
downloadopenembedded-14bbc7c866193882d7b94456da8079fd0e24b1a9.tar.gz
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@gmail.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/zaurus-2.6.inc4
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 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)}'