mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
image: Drop COMPRESS_CMD
This was replaced by CONVERSION_CMD a long time ago and is no longer referenced in core. Remove the references to it. (From OE-Core rev: 576d52cdaca047d290c3b10b26aa2244da230dbb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -457,11 +457,10 @@ python () {
|
||||
# Create input image first.
|
||||
gen_conversion_cmds(type)
|
||||
localdata.setVar('type', type)
|
||||
cmd = "\t" + (localdata.getVar("CONVERSION_CMD:" + ctype) or localdata.getVar("COMPRESS_CMD:" + ctype))
|
||||
cmd = "\t" + localdata.getVar("CONVERSION_CMD:" + ctype)
|
||||
if cmd not in cmds:
|
||||
cmds.append(cmd)
|
||||
vardeps.add('CONVERSION_CMD:' + ctype)
|
||||
vardeps.add('COMPRESS_CMD:' + ctype)
|
||||
subimage = type + "." + ctype
|
||||
if subimage not in subimages:
|
||||
subimages.append(subimage)
|
||||
|
||||
Reference in New Issue
Block a user