| Submitter | Dongxiao Xu |
|---|---|
| Date | Jan. 6, 2012, 9:21 a.m. |
| Message ID | <cover.1325841596.git.dongxiao.xu@intel.com> |
| Download | mbox |
| Permalink | /patch/18651/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib dxu4/hobComments
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@lists.openembedded.org > [mailto:bitbake-devel-bounces@lists.openembedded.org] On Behalf Of > Dongxiao Xu > Sent: Friday, January 06, 2012 5:22 PM > To: bitbake-devel@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@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/bitbake-devel
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