diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-30 17:42:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-17 10:19:59 +0000 |
commit | 050aab7f45ed13e01da5ff760e8292c091b27ee6 (patch) | |
tree | a7875a813949ae72afb056246feb217361c63ab6 /meta/classes/waf.bbclass | |
parent | 554379870fab3552fad774c065c02fa295f02b08 (diff) | |
download | poky-050aab7f45ed13e01da5ff760e8292c091b27ee6.tar.gz |
package: Rework debug source file handling
Currently we parallel process the files we install running dwarfsrcfiles over
each one in parallel threads but requiring a lock to write the results to one
file. This is not ideal for performance and means we can't then use per file
data for other purposes such as source code license processing.
Rework the code so that the list of source files is generated per installed
file and is reusable.
The code still generates a null separated debugsources.list file since this
is used by a shell pipeline but it no longer needs locking.
(From OE-Core rev: 95de93988eb725c14102f642ebabff3920ae194f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/waf.bbclass')
0 files changed, 0 insertions, 0 deletions