diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2021-11-09 11:11:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-16 22:20:33 +0000 |
commit | e7acdb37af9c1b5e9d7bc0f6fd549c3c14a19d53 (patch) | |
tree | df72ec096e627a34de28452a8ccfc8cfbdfd3335 /scripts/contrib/convert-srcuri.py | |
parent | 52b768d70085f1b408f59d5654209d9004fd3393 (diff) | |
download | poky-e7acdb37af9c1b5e9d7bc0f6fd549c3c14a19d53.tar.gz |
sstate: only search on the mirrors for the missing files
The existence of missed files on the local sstate cache is the
condition to search for it on the sstate mirror.
The missed collection are populated when we search the files
on the local sstate cache.
- When we have sstate mirrors we don't need to iterate all files
again because we already know what's missing.
- When we found a file on the sstate mirror is because of they
are missing on the local sstate mirror.
So avoid checking if the hash exists on the missed collection.
- When we can't find the file on the sstate mirror we don't need
to add the hash again to the missed collection as it already exists.
(From OE-Core rev: 46e1f9a900e2be1abeda0dc540fc14040ecd0d7c)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/convert-srcuri.py')
0 files changed, 0 insertions, 0 deletions