[bitbake-devel] [PATCH v2] [hob] Add sanity check progress screen

Richard Purdie richard.purdie at linuxfoundation.org
Thu Sep 27 15:44:05 UTC 2012


On Wed, 2012-09-26 at 16:59 +0300, Bogdan Marinescu wrote:
> This patch adds a sanity check progress screen to hob. The screen
> is displayed when Hob executes the sanity check procedure. The screen
> is displayed for at least 5 seconds. If a network error is detected,
> a special dialog is displayed which lets the user open the proxy
> configuration page directly.
> Note that currently bitbake triggers the network tests only when
> the value of its TMPDIR variable changes, which happens fairly rare
> on my system. This is the subject of another bug (#3026).
> Version 2 of the patch splits the changes in two parts (sanity.bbclass
> belongs to oe-core).
> 
> [YOCTO #3025]
> 
> Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu at intel.com>
> ---
>  bitbake/lib/bb/event.py                     |    3 +-
>  bitbake/lib/bb/ui/crumbs/builder.py         |  124 ++++++++++++++++++++++++---
>  bitbake/lib/bb/ui/crumbs/hig.py             |    5 ++
>  bitbake/lib/bb/ui/crumbs/hobeventhandler.py |    5 +-
>  bitbake/lib/bb/ui/crumbs/sanitycheckpage.py |   85 ++++++++++++++++++
>  5 files changed, 205 insertions(+), 17 deletions(-)
>  create mode 100644 bitbake/lib/bb/ui/crumbs/sanitycheckpage.py


Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list