diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/image_types.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index f74ae18c69..6315fc4820 100644 --- a/meta/classes/image_types.bbclass +++ b/meta/classes/image_types.bbclass | |||
@@ -34,7 +34,7 @@ def imagetypes_getdepends(d): | |||
34 | # Sort the set so that ordering is consistant | 34 | # Sort the set so that ordering is consistant |
35 | return " ".join(sorted(deps)) | 35 | return " ".join(sorted(deps)) |
36 | 36 | ||
37 | XZ_COMPRESSION_LEVEL ?= "-e -6" | 37 | XZ_COMPRESSION_LEVEL ?= "-3" |
38 | XZ_INTEGRITY_CHECK ?= "crc32" | 38 | XZ_INTEGRITY_CHECK ?= "crc32" |
39 | XZ_THREADS ?= "-T 0" | 39 | XZ_THREADS ?= "-T 0" |
40 | 40 | ||