]> code.ossystems Code Review - openembedded-core.git/commit
image/image_types: Convert CONVERSION_CMD/COMPRESS_CMD to new override syntax
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Aug 2021 12:57:33 +0000 (13:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Aug 2021 19:41:46 +0000 (20:41 +0100)
commit52674c4b1fdf79829095031b2e342d44fb0dc181
tree3ca7bf19cc4db2932d616eec8f44567d6e1cb522
parent988e6c5a6add25ccd1d880f4d4f8c257afde4e47
image/image_types: Convert CONVERSION_CMD/COMPRESS_CMD to new override syntax

For consistency, use override syntax for these variables as well since
it is more consistent with the rest of the image code. We may be able to use
these as proper overrides in due course.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/classes/image_types.bbclass
scripts/contrib/convert-overrides.py