diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-02-08 22:41:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-19 06:28:47 -0800 |
commit | b14e61d1bd17d2976cc25fc78ccaad1c0659dd50 (patch) | |
tree | 98ded15f8c9a5d0000cb7b2bbe208d3b6152adc6 /bitbake/contrib | |
parent | 6c611d697f9c03867c938cba1b481f38eebed8bf (diff) | |
download | poky-b14e61d1bd17d2976cc25fc78ccaad1c0659dd50.tar.gz |
bitbake: fetch2: Add NFS Stale file exception handling
- In some cases the file descriptor
is held by nfs client and none of os.path.* is catching
that, it could mean that error is not doled out because
client has cached the stat info. In this case we are
out of luck. Needed to catch IOError, which would be
causing the Stale error.
- In download method, update_stamp is invoked
md5sum validation which is found to be throwing
Stale errors.
- Added error handling to fix the stale errors.
(Bitbake rev: 5a53e7d7b017769a6eb0f0a6335735a1fe51a5ec)
Signed-off-by: Balaji Punnuru <balaji_punnuru@cable.comcast.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/contrib')
0 files changed, 0 insertions, 0 deletions