diff options
author | André Draszik <andre.draszik@jci.com> | 2018-08-13 11:09:29 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2018-08-13 14:11:45 +0200 |
commit | 42a7c64e0209cb7e2cf19f4d9e62105816144878 (patch) | |
tree | d9cf34ebcc6673f3538f0e56e8984a6fc6a411f9 /classes/java.bbclass | |
parent | 08916616df0775c448840ddfbeb44a28a983e5d1 (diff) | |
download | meta-java-42a7c64e0209cb7e2cf19f4d9e62105816144878.tar.gz |
openjdk-8: speed-up do_install() (pack200)
We run pack200 sequentially on all found archives, but there
doesn't seem to be a reason to do so, the
java_get_parallel_make() apperas to be related to compiling
java itself, running multiple java applications (pack200)
at the same time on the same machine should be possible,
otherwise we have a big problem...
Just run up to BB_NUMBER_THREADS pack200 processes at the same
time to speed up the build.
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'classes/java.bbclass')
0 files changed, 0 insertions, 0 deletions