summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 95aa1674cf..1c44ec4a80 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -54,7 +54,7 @@ def imagetypes_getdepends(d):
54 # Sort the set so that ordering is consistant 54 # Sort the set so that ordering is consistant
55 return " ".join(sorted(deps)) 55 return " ".join(sorted(deps))
56 56
57XZ_COMPRESSION_LEVEL ?= "-3" 57XZ_COMPRESSION_LEVEL ?= "-9"
58XZ_INTEGRITY_CHECK ?= "crc32" 58XZ_INTEGRITY_CHECK ?= "crc32"
59 59
60ZIP_COMPRESSION_LEVEL ?= "-9" 60ZIP_COMPRESSION_LEVEL ?= "-9"