On Fri, Aug 13, 2021 at 11:57 AM Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > > On Fri, 2021-08-13 at 04:29 -1000, Steve Sakoman wrote: > > From: Richard Purdie <richard.pur...@linuxfoundation.org> > > > > This was replaced by CONVERSION_CMD a long time ago and is no longer > > referenced > > in core. Remove the references to it. > > > > Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> > > (cherry picked from commit 576d52cdaca047d290c3b10b26aa2244da230dbb) > > Signed-off-by: Steve Sakoman <st...@sakoman.com> > > --- > > meta/classes/image.bbclass | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass > > index 1900eff412..0e252e99ff 100644 > > --- a/meta/classes/image.bbclass > > +++ b/meta/classes/image.bbclass > > @@ -460,11 +460,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) > > Not sure this is appropriate for a stable series? > > Yes, we got rid of this a while ago and there are no core references but > there is a small chance other layers might.
Good point! I'll drop this patch when I send the pull request. Steve
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154786): https://lists.openembedded.org/g/openembedded-core/message/154786 Mute This Topic: https://lists.openembedded.org/mt/84864709/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-