[bitbake-devel] [PATCH 5/6] Hob: change the implementing way about get config info for building log

Wang, Shane shane.wang at intel.com
Wed Mar 28 03:48:39 UTC 2012


> -----Original Message-----
> From: bitbake-devel-bounces at lists.openembedded.org
> [mailto:bitbake-devel-bounces at lists.openembedded.org] On Behalf Of
> Liming An
> Sent: Wednesday, March 28, 2012 2:26 AM
> To: bitbake-devel at lists.openembedded.org
> Subject: [bitbake-devel] [PATCH 5/6] Hob: change the implementing way
> about get config info for building log
> 
> Make the building log config information to get from the bitbake parameters
> directly, and then cancel the old way of filting the building log on running
> 
> [YOCTO #2144]
> 
> Signed-off-by: Liming An <limingx.l.an at intel.com>
> ---
>  bitbake/lib/bb/ui/crumbs/builddetailspage.py |   86
> ++++++++++++++++++++++++-
>  bitbake/lib/bb/ui/crumbs/builder.py          |    7 ++
>  bitbake/lib/bb/ui/crumbs/hobeventhandler.py  |    6 ++
>  bitbake/lib/bb/ui/crumbs/runningbuild.py     |   38 ++----------
>  4 files changed, 100 insertions(+), 37 deletions(-)
>
> diff --git a/bitbake/lib/bb/ui/crumbs/runningbuild.py
> b/bitbake/lib/bb/ui/crumbs/runningbuild.py
> index aecfadf..b69f0ca 100644
> --- a/bitbake/lib/bb/ui/crumbs/runningbuild.py
> +++ b/bitbake/lib/bb/ui/crumbs/runningbuild.py
> @@ -32,6 +32,11 @@ from bb.ui.crumbs.hobwidget import
> HobWarpCellRendererText, HobCellRendererPixbu
>  class RunningBuildModel (gtk.TreeStore):
>      (COL_LOG, COL_PACKAGE, COL_TASK, COL_MESSAGE, COL_ICON,
> COL_COLOR, COL_NUM_ACTIVE) = range(7)
> 
> +    __gsignals__ = {
> +          'update-config-info' : (gobject.SIGNAL_RUN_LAST,
> +                               gobject.TYPE_NONE,
> +                               (gobject.TYPE_STRING,)),
> +    }

That is not necessary any more.
I am going to remove it.

--
Shane




More information about the bitbake-devel mailing list