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

Richard Purdie richard.purdie at linuxfoundation.org
Tue Aug 2 13:48:40 UTC 2011


On Mon, 2011-08-01 at 11:30 -0700, Joshua Lock wrote:
> 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(-)

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list