summaryrefslogtreecommitdiffstats
path: root/meta/classes/image_types.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image_types.bbclass')
-rw-r--r--meta/classes/image_types.bbclass2
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
37XZ_COMPRESSION_LEVEL ?= "-e -6" 37XZ_COMPRESSION_LEVEL ?= "-3"
38XZ_INTEGRITY_CHECK ?= "crc32" 38XZ_INTEGRITY_CHECK ?= "crc32"
39XZ_THREADS ?= "-T 0" 39XZ_THREADS ?= "-T 0"
40 40