]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: add gzip-native to do_deploy dependencies
authorMatt Madison <matt@madison.systems>
Sun, 5 Jul 2020 13:44:32 +0000 (06:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jul 2020 09:37:07 +0000 (10:37 +0100)
commit1243aad78601e9a5c0a3471c8a105c429536599d
tree19aed91e97e98b165c14709aa17411ed8e12f727
parentf52ce0fa98bf3bd72df7467031001f3128c145f2
kernel.bbclass: add gzip-native to do_deploy dependencies

When a modules tarball is created during kernel_do_deploy,
the tarball is compressed using gzip, but gzip-native is not
a dependency so the build host's gzip is being used for this.

Using gzip-native will, by default, use pigz instead of
single-threaded gzip, making this task less of a bottleneck
for builds with a large modules package.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass