summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 4850eed771..0d14250c0d 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -455,7 +455,7 @@ python () {
455 455
456 rm_tmp_images = set() 456 rm_tmp_images = set()
457 def gen_conversion_cmds(bt): 457 def gen_conversion_cmds(bt):
458 for ctype in ctypes: 458 for ctype in sorted(ctypes):
459 if bt.endswith("." + ctype): 459 if bt.endswith("." + ctype):
460 type = bt[0:-len(ctype) - 1] 460 type = bt[0:-len(ctype) - 1]
461 if type.startswith("debugfs_"): 461 if type.startswith("debugfs_"):