]> code.ossystems Code Review - openembedded-core.git/commit
populate SDK: prepare calling of bb.utils for exceptions
authorBenjamin Esquivel <benjamin.esquivel@linux.intel.com>
Fri, 16 Oct 2015 21:50:08 +0000 (16:50 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Oct 2015 21:51:14 +0000 (22:51 +0100)
commit2e81dbdce6f92908c4d4c980af032516581178de
tree70949900bf07e81c05c6a00baa309806964c6dd3
parent1f7752282ffb47d2621030ddb2fa42a5e491d6d2
populate SDK: prepare calling of bb.utils for exceptions

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 errors in the requested
operations

[YOCTO#8213]

Signed-off-by: Benjamin Esquivel <benjamin.esquivel@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/sdk.py