]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: use multiprocessing for collecting 'objdump -p' output
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 6 Feb 2022 21:53:11 +0000 (22:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Feb 2022 14:19:33 +0000 (14:19 +0000)
commitfac984b99fdb46949879516cb87153860f402c75
treead087dc5a0664eebdefcbe5f2c7d5d76f2dcff52
parent0b00410161e3a0d3c9a9631ae3544f42e36cc1b7
insane.bbclass: use multiprocessing for collecting 'objdump -p' output

This was prompted by ltp's unreasonably long package_qa times; it has
a massive amount of executables and insane runs objdump for all of
them, serially.

This reduces the time from 4 minutes to 1m20s on my machine.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass
meta/lib/oe/qa.py