]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: rename COMPRESS(ION) to CONVERSION
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 29 Jul 2016 14:58:52 +0000 (17:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Aug 2016 08:27:14 +0000 (09:27 +0100)
commit9d68c024790850cab72ead1e3372a5fcec4ef7b0
treeaeb26830e229b2d9d9398a255977d3516c67be69
parent24b832b6e31c4e358d0c7a0062b69f66469cdcee
image.bbclass: rename COMPRESS(ION) to CONVERSION

With the enhanced functionality, the term "compression" is no longer
accurate, because the mechanism also gets used for conversion
operations that do not actually compress data.

It is possible to remove this naming problem in a backward-compatible
manner by including COMPRESSIONTYPES in CONVERSIONTYPES and checking for
the old COMPRESS_CMD/DEPENDS as fallbacks.

[YOCTO #9346]

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image.bbclass
meta/classes/image_types.bbclass
meta/classes/image_types_uboot.bbclass