diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-01-27 11:26:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:39 +0000 |
commit | 46fef857d6c4ac25d89b71b542b019d0ed068c19 (patch) | |
tree | 534b491adea193c1d39cb6da3813fc789e8675b2 /meta/lib | |
parent | 0b3c81ed5bcce9b608c4f804496d769288fe8c04 (diff) | |
download | openembedded-core-46fef857d6c4ac25d89b71b542b019d0ed068c19.tar.gz openembedded-core-46fef857d6c4ac25d89b71b542b019d0ed068c19.tar.bz2 openembedded-core-46fef857d6c4ac25d89b71b542b019d0ed068c19.zip |
classes/image: drop unused default of MACHINE_POSTPROCESS_COMMAND
In the daisy (1.6) timeframe, when we rewrote the image construction in
Python, we neglected to reimplement the support for the little used and
undocumented variable MACHINE_POSTPROCESS_COMMAND, and apparently nobody
noticed. We have a better method for implementing machine-specific image
formats that is in wider use (i.e. add a custom class which implements
the new image type, add the class to IMAGE_CLASSES and the type to
IMAGE_FSTYPES), and we now also have wic. Thus it makes more sense to
just call this variable unsupported now and drop the sole remaining
reference to it.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions