Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Andrea Adami <andrea.adami@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-handheld][PATCH 2/2] zaurus.inc: redefine XZ compression level
Date: Tue, 19 Jun 2012 00:57:17 +0200	[thread overview]
Message-ID: <1340060237-28718-2-git-send-email-andrea.adami@gmail.com> (raw)
In-Reply-To: <1340060237-28718-1-git-send-email-andrea.adami@gmail.com>

* xz -7 makes sense if your vmlinux is much larger than 16 MiB uncompressed

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 conf/machine/include/zaurus.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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)}'
-- 
1.7.3.4




  reply	other threads:[~2012-06-18 23:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-18 22:57 [meta-handheld][PATCH 1/2] linux-kexecboot: remove recipes, we use linux-yocto-tiny-kexecboot Andrea Adami
2012-06-18 22:57 ` Andrea Adami [this message]
2012-06-19 23:28   ` [meta-handheld][PATCH 2/2] zaurus.inc: redefine XZ compression level Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1340060237-28718-2-git-send-email-andrea.adami@gmail.com \
    --to=andrea.adami@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox