diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2016-05-18 19:24:14 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-22 16:11:14 +0100 |
commit | e7b5bd2ba11118f8220b915a44bfff7c9c39ca95 (patch) | |
tree | e492b7740e614853145003c3a29c1b41ca7e96e1 /scripts/test-remote-image | |
parent | 96b1eb4e6d0795455fca77eb06ec45e43902e690 (diff) | |
download | poky-e7b5bd2ba11118f8220b915a44bfff7c9c39ca95.tar.gz |
image.bbclass: support duplicate compression types
When a derived distro adds a certain type, say zip, to
COMPRESSIONTYPES and later OE-core does the same, we end up with the
type being listed twice, and that would have undesired effects
(commands generated twice).
So to support such loosely coupled extension, we de-duplicated the
list of types first.
Alternatively, such a situation could also be treated as error. But that
seems unnecessary because typically commands for the same type will also
do the same thing.
(From OE-Core rev: 85855af359c2c3bfc1eaa942c95f1f7d7cc6698e)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/test-remote-image')
0 files changed, 0 insertions, 0 deletions