diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-26 14:32:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-26 15:02:25 +0100 |
commit | 9eacffe137278b6d72672b41f98dfced9ee80036 (patch) | |
tree | a7eeed52e5bc7034f7b2e70568ab3620f7cb8cf4 /meta-hob | |
parent | 42e8c8056719326b68b1602e0699eba00a924d2b (diff) | |
download | poky-9eacffe137278b6d72672b41f98dfced9ee80036.tar.gz |
sstate: Remove master manifest usage
This was added to allow detection of duplicate files being installed by sstate.
There is a much simpler way, just check if the file already exists. This
effectively uses the kernel VFS as the cache which is much more efficient.
This resolves a significant performance bottleneck (lock contention on a
single file) when running builds that are just being generated from sstate
cache files.
(From OE-Core rev: 603daf343ad3f18c8adb799e3625ae2a18d94f56)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-hob')
0 files changed, 0 insertions, 0 deletions