diff options
author | Konrad Scherer <Konrad.Scherer@windriver.com> | 2019-09-27 14:56:42 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-02 20:22:25 +0100 |
commit | e1c173621a47112c034c447ea137531ea1af9031 (patch) | |
tree | fd08f3a9692234acabb063bc315b96298edd9806 /meta/classes/cross.bbclass | |
parent | 4148650475de8e1ec003acd53f75bd7000db7652 (diff) | |
download | poky-e1c173621a47112c034c447ea137531ea1af9031.tar.gz |
gen-lockedsig-cache: Replace glob lookup with hash to filename lookup
Using the glob function to map signatures to sstate files is very slow
when the sstate is large and accessed over nfs. The lookup now only
loads the necessary prefixes and doesn't use glob as all.
Unfortunately I don't have access to the systems where the performance
isse was noticed and on my test system the glob is fast enough that
the performance numbers aren't useful. I could verify that file list
returned by the new code is the same.
[YOCTO #13539]
(From OE-Core rev: ad36335b8592e0387dd36066920cd5ffefd375f8)
Signed-off-by: Konrad Scherer <Konrad.Scherer@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cross.bbclass')
0 files changed, 0 insertions, 0 deletions