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 601a5fbb4d..edd6e1d514 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -6,7 +6,7 @@ def get_imagecmds(d):
6 localdata.setVar('OVERRIDES', '%s:%s' % (type, old_overrides)) 6 localdata.setVar('OVERRIDES', '%s:%s' % (type, old_overrides))
7 bb.data.update_data(localdata) 7 bb.data.update_data(localdata)
8 localdata.setVar('type', type) 8 localdata.setVar('type', type)
9 cmd = localdata.getVar("IMAGE_CMD_" + type, True) 9 cmd = localdata.getVar("IMAGE_CMD", True)
10 localdata.setVar('cmd', cmd) 10 localdata.setVar('cmd', cmd)
11 cmds += localdata.getVar("runimagecmd", True) 11 cmds += localdata.getVar("runimagecmd", True)
12 return cmds 12 return cmds