summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image.bbclass')
-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 ef2b38aeaf..9c9f14a99a 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -453,7 +453,7 @@ python () {
453 453
454 rm_tmp_images = set() 454 rm_tmp_images = set()
455 def gen_conversion_cmds(bt): 455 def gen_conversion_cmds(bt):
456 for ctype in ctypes: 456 for ctype in sorted(ctypes):
457 if bt.endswith("." + ctype): 457 if bt.endswith("." + ctype):
458 type = bt[0:-len(ctype) - 1] 458 type = bt[0:-len(ctype) - 1]
459 if type.startswith("debugfs_"): 459 if type.startswith("debugfs_"):