From patchwork Wed Oct 10 22:11:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 0/1] build.py: Emit meaningful errors when exiting automatically Date: Wed, 10 Oct 2012 22:11:53 -0000 From: Peter Seebach X-Patchwork-Id: 38063 Message-Id: To: bitbake-devel The behavior of "set -e" has flaws, the biggest of which is that the exit is silent. Add an exit handler to run.* scripts so that the failure will be diagnosed meaningfully. The following changes since commit 90fd57ee3cb2856c10bda1f5af4879d2b7cf2668: Cristiana Voicu (1): hob/imageconfigurationpage: a 'hob-image' appears listed in the base image combo box are available in the git repository at: git://git.yoctoproject.org/poky-contrib seebs/errors http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/errors Peter Seebach (1): build.py: Provide useful diagnostics when exiting. lib/bb/build.py | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-)