[bitbake-devel] [PATCH 0/1][PULL] hob: A new implementation for Human Oriented Builder

Xu, Dongxiao dongxiao.xu at intel.com
Fri Jan 6 09:28:32 UTC 2012


Hi List,

The [PATCH 1/1] is a big change and the mail size exceeds 40KB. If you want to see the commit,
please refer to http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=dxu4/hob&id=4c725f3fd2971b8ca20611c61dfbe240bfcca59a

Thanks,
Dongxiao

> -----Original Message-----
> From: bitbake-devel-bounces at lists.openembedded.org
> [mailto:bitbake-devel-bounces at lists.openembedded.org] On Behalf Of
> Dongxiao Xu
> Sent: Friday, January 06, 2012 5:22 PM
> To: bitbake-devel at lists.openembedded.org
> Subject: [bitbake-devel] [PATCH 0/1][PULL] hob: A new implementation for
> Human Oriented Builder
> 
> Hi Richard,
> 
> This pull request is a new implementation for hob.
> Please help to review and pull.
> 
> Note that this change has dependency on hob-bitbake-changes and
> hob-oecore-changes.
> 
> Thanks,
> Dongxiao
> 
> The following changes since commit
> c9c075648019ee0f55b2ed916b40567307cd5674:
>   Dongxiao Xu (1):
>         runqueue: fire sceneQueueTaskStarted event when a setscene queue
> starts
> 
> are available in the git repository at:
> 
>   git://git.pokylinux.org/poky-contrib dxu4/hob
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob
> 
> Dongxiao Xu (1):
>   Hob2: A new implemetation for Human Oriented Builder
> 
>  bitbake/lib/bb/ui/crumbs/advancedsetting.py  |  246 ++++
>  bitbake/lib/bb/ui/crumbs/hobwidget.py        |  524 ++++++++
>  bitbake/lib/bb/ui/crumbs/layerselection.py   |  107 ++
>  bitbake/lib/bb/ui/crumbs/packagelistmodel.py |  552 ++++++++
>  bitbake/lib/bb/ui/crumbs/progressbar.py      |  184 +++
>  bitbake/lib/bb/ui/crumbs/recipelistmodel.py  |  860 +++++++++++++
>  bitbake/lib/bb/ui/crumbs/template.py         |  189 +++
>  lib/bb/ui/crumbs/configurator.py             |  346 -----
>  lib/bb/ui/crumbs/hobeventhandler.py          |  392 +++---
>  lib/bb/ui/crumbs/hobprefs.py                 |  335 -----
>  lib/bb/ui/crumbs/layereditor.py              |  153 ---
>  lib/bb/ui/crumbs/progress.py                 |   20 -
>  lib/bb/ui/crumbs/runningbuild.py             |   15 +-
>  lib/bb/ui/crumbs/tasklistmodel.py            |  620 ---------
>  lib/bb/ui/hob.py                             | 1736
> ++++++++++++--------------
>  lib/bb/ui/uihelper.py                        |   42 +
>  16 files changed, 3716 insertions(+), 2605 deletions(-)  create mode 100644
> bitbake/lib/bb/ui/crumbs/advancedsetting.py
>  create mode 100644 bitbake/lib/bb/ui/crumbs/hobwidget.py
>  create mode 100644 bitbake/lib/bb/ui/crumbs/layerselection.py
>  create mode 100644 bitbake/lib/bb/ui/crumbs/packagelistmodel.py
>  create mode 100644 bitbake/lib/bb/ui/crumbs/progressbar.py
>  create mode 100644 bitbake/lib/bb/ui/crumbs/recipelistmodel.py
>  create mode 100644 bitbake/lib/bb/ui/crumbs/template.py
>  delete mode 100644 lib/bb/ui/crumbs/configurator.py  delete mode 100644
> lib/bb/ui/crumbs/hobprefs.py  delete mode 100644
> lib/bb/ui/crumbs/layereditor.py  delete mode 100644
> lib/bb/ui/crumbs/progress.py  delete mode 100644
> lib/bb/ui/crumbs/tasklistmodel.py  mode change 100644 => 100755
> lib/bb/ui/hob.py
> 
> 
> _______________________________________________
> bitbake-devel mailing list
> bitbake-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/bitbake-devel




More information about the bitbake-devel mailing list