| Submitter | Denis Carikli |
|---|---|
| Date | June 17, 2011, 2:55 p.m. |
| Message ID | <1308322522-11406-1-git-send-email-GNUtoo@no-log.org> |
| Download | mbox | patch |
| Permalink | /patch/6073/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 17a494d..9e67320 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -149,7 +149,7 @@ QEMU_OPTIONS_armv7a = "-cpu cortex-a8" # default compression levels XZ_COMPRESSION_LEVEL ?= "-e -9" -LZMA_COMPRESSION_LEVEL ?= "-e -9" +LZMA_COMPRESSION_LEVEL ?= "-9" # default integrity check XZ_INTEGRITY_CHECK ?= "crc32"
Without this patch we have: + cpio -o -H newc + lzma -c -e -9 lzma: invalid option -- 'e' during a initramfs-kexecboot-klibc-image. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- conf/bitbake.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)