aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-30 17:42:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-17 10:18:48 +0000
commit95de93988eb725c14102f642ebabff3920ae194f (patch)
tree631d2ec07859d33c68dc6e7d596e8638e4ef11f5 /meta/recipes-devtools
parent27a8c14039970105238b66b9f3025435cb7e8a58 (diff)
downloadopenembedded-core-contrib-95de93988eb725c14102f642ebabff3920ae194f.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions