git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724f68b
)
zaurus: set LZMA_COMPRESSION_LEVEL to lower defaults
author
Andrea Adami
<andrea.adami@gmail.com>
Sat, 12 Mar 2011 23:39:39 +0000
(
00:39
+0100)
committer
Andrea Adami
<andrea.adami@gmail.com>
Sat, 12 Mar 2011 23:39:39 +0000
(
00:39
+0100)
* with -9 we see failures to decompress the initramfs
* on devices with 32Mb RAM
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
conf/machine/include/zaurus-2.6.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/zaurus-2.6.inc
b/conf/machine/include/zaurus-2.6.inc
index
862424a
..
938935a
100644
(file)
--- 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)}'