diff options
author | Benjamin Szőke <egyszeregy@freemail.hu> | 2022-11-07 14:31:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 21:57:21 +0000 |
commit | f2aff70b0ea4f2de6676615315a53bb160694b7d (patch) | |
tree | 18fbdf46e1715224f09064240db900175ccb04ba /README.hardware.md | |
parent | be91408e10805070f42f94e7f197aac9093b51b3 (diff) | |
download | poky-f2aff70b0ea4f2de6676615315a53bb160694b7d.tar.gz |
image_types: Add 7-Zip support in conversion types and commands
Add 7-Zip support in conversion types and commands. Default arguments of
7-Zip are compression level: 9, method: BZip2, extension: 7z. All these are
overridable from local.con for any other use case in user side. First goal
was to make an alternative zip conversion which can operate faster in
multi-thread systems (on many CPU cores), normal zip is just a single
thread compression. 7-Zip can do a compression in multi-thread processing,
so it is fine to use and speed up it and 7-Zip is supported also in many
platform to use.
(From OE-Core rev: 5931b2898b5fa964768c2abf9b5aa556859152b3)
Signed-off-by: Benjamin Szőke <egyszeregy@freemail.hu>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.hardware.md')
0 files changed, 0 insertions, 0 deletions