]> code.ossystems Code Review - openembedded-core.git/commit
package: Call file to determine elf status in parallel
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jul 2018 09:36:06 +0000 (09:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jul 2018 10:52:07 +0000 (11:52 +0100)
commitbbe0d3e26484f3f347262d40a8a9d415ce21fb43
tree165a373492f5515404fb43d86e7956b002765962
parent7ad0c0d6ab12bebeac097fc0f5210c876dcfe9be
package: Call file to determine elf status in parallel

This allows the calls to is_elf (which calls file) to happen in parallel
allowing a speedup of do_package and do_populate_sysroot for native
recipes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass
meta/classes/staging.bbclass
meta/lib/oe/package.py