diff options
author | Gerson Fernando Budke <nandojve@gmail.com> | 2017-09-19 14:15:36 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 09:24:00 +0100 |
commit | 271f1a5f65b8685a1e3645026876251122ef3974 (patch) | |
tree | 2b4e3cbb2c1669715fffef7971ef9b17d0234e74 /.templateconf | |
parent | 62ce334e583ecdf1f93619f4131c0fa5d88d5b02 (diff) | |
download | openembedded-core-271f1a5f65b8685a1e3645026876251122ef3974.tar.gz openembedded-core-271f1a5f65b8685a1e3645026876251122ef3974.tar.bz2 openembedded-core-271f1a5f65b8685a1e3645026876251122ef3974.zip |
image.bbclass: Sorted ctypes to avoid basehash error
When selected multiple subimages a similar error could happend:
Variable do_image_cpio[subimages] value changed \
from 'cpio.gz.u-boot cpio.gz' to 'cpio.gz cpio.gz.u-boot'
To avoid this, 'ctypes' should be sorted at 'gen_conversion_cmds'.
This garantee that 'CONVERSION_CMD_xxx' are always written in tha same
order and consequently 'do_image_cpio' have the same hash.
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to '.templateconf')
0 files changed, 0 insertions, 0 deletions