aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tinfoil.py
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-02-08 22:41:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-19 06:28:47 -0800
commitb14e61d1bd17d2976cc25fc78ccaad1c0659dd50 (patch)
tree98ded15f8c9a5d0000cb7b2bbe208d3b6152adc6 /bitbake/lib/bb/tinfoil.py
parent6c611d697f9c03867c938cba1b481f38eebed8bf (diff)
downloadopenembedded-core-contrib-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/lib/bb/tinfoil.py')
0 files changed, 0 insertions, 0 deletions