[bitbake-devel] [PATCH 0/2] Fixes in exception handling

Markus Lehtonen markus.lehtonen at linux.intel.com
Tue Nov 1 15:05:10 UTC 2016


The first patch of these fixes an obvious bug in bb.data.exported_vars(). I'm
not entirely certain about the solution, though. That is, we keep ignoring
exceptions, although we now print a warning if exceptions are caught. The
reason I did not change the code to start raising exceptions is that I didn't
want to break existing builds.

The second patch is just meant to make debugging these kind of issues easier in
the future.

[YOCTO #10393]

The following changes since commit 00f79096f639ce3a9c0b7c72cfb36f14e264733d:

  toaster: Update default release to Morty (2016-10-15 13:21:49 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/bitbake/fixes-10393
  http://git.openembedded.org/openembedded-core-contrib/log/?h=marquiz/bitbake/fixes-10393


Markus Lehtonen (2):
  data: fix exception handling in exported_vars()
  bitbake-worker: print full traceback instead of message only

 bin/bitbake-worker | 5 +++--
 lib/bb/data.py     | 8 +++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

-- 
2.6.6




More information about the bitbake-devel mailing list