[bitbake-devel] [PATCH 0/8] hob - handle errors more gracefully

Joshua Lock josh at linux.intel.com
Mon Aug 1 18:30:42 UTC 2011


This series predominantly focuses on better error handling and keeping the
user informed.

The following changes since commit c9dd2592434338bdddb3cc6f42e760c86fa9e6bb:

  hob: fix save/restore of toolchain preferences (2011-07-28 10:58:07 -0700)

are available in the git repository at:
  git://github.com/incandescant/bitbake hob
  https://github.com/incandescant/bitbake/tree/hob

Joshua Lock (8):
  ui/crumbs/hobeventhandler: remove unused code
  hob: unset busy cursor on exit
  ui/crumbs/hobeventhandler: emit a signal when there's a fatal-error
  ui/hob: show error and exit if we receive the fatal-error signal
  ui/crumbs/hobeventhandler: emit a signal when a command fails
  ui/crumbs/configurator: tweak addLayerConf return values
  ui/crumbs/layereditor: if layer adding fails show an explanatory
    dialog
  hob: remove temporary directory on program shutdown

 lib/bb/ui/crumbs/configurator.py    |    7 ++-
 lib/bb/ui/crumbs/hobeventhandler.py |   72 ++++++++++++++++++++++------------
 lib/bb/ui/crumbs/layereditor.py     |   20 +++++++++-
 lib/bb/ui/hob.py                    |   36 +++++++++++++----
 4 files changed, 97 insertions(+), 38 deletions(-)

-- 
1.7.6





More information about the bitbake-devel mailing list