[OE-core] [PATCH V2] populate SDK: prepare calling of bb.utils for exceptions

2015-10-16 Thread Benjamin Esquivel
bb.utils.remove, bb.utils.movefile and bb.utils.mkdirhier can throw exceptions that need handling and proper error messages more work is required for these methods to handle properly the exceptions that can be raised within the various OS calls they make but this is a start to at least not hide the

Re: [OE-core] [PATCH V2] populate SDK: prepare calling of bb.utils for exceptions

2015-10-18 Thread Mike Looijmans
On 16-10-15 23:50, Benjamin Esquivel wrote: bb.utils.remove, bb.utils.movefile and bb.utils.mkdirhier can throw exceptions that need handling and proper error messages more work is required for these methods to handle properly the exceptions that can be raised within the various OS calls they ma