mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
image_types.bbclass: Since we apply the override, look for the standard name variable, not the override name
(From OE-Core rev: a763fb1576f044dab8257a86bf37c879324dfa53) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,7 +6,7 @@ def get_imagecmds(d):
|
||||
localdata.setVar('OVERRIDES', '%s:%s' % (type, old_overrides))
|
||||
bb.data.update_data(localdata)
|
||||
localdata.setVar('type', type)
|
||||
cmd = localdata.getVar("IMAGE_CMD_" + type, True)
|
||||
cmd = localdata.getVar("IMAGE_CMD", True)
|
||||
localdata.setVar('cmd', cmd)
|
||||
cmds += localdata.getVar("runimagecmd", True)
|
||||
return cmds
|
||||
|
||||
Reference in New Issue
Block a user