Message ID | cover.1326250200.git.dongxiao.xu@intel.com |
---|---|
State | New |
Headers | show |
Hi List, The [PATCH 1/1] is too big for mailing list, if you want to read the code, please refer to: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=dxu4/hob-v2&id=1ece4fdbc9f352e7adbe37a2793a8b738392fca9 Thanks, Dongxiao > -----Original Message----- > From: bitbake-devel-bounces@lists.openembedded.org > [mailto:bitbake-devel-bounces@lists.openembedded.org] On Behalf Of > Dongxiao Xu > Sent: Wednesday, January 11, 2012 11:05 AM > To: bitbake-devel@lists.openembedded.org > Subject: [bitbake-devel] [PATCH 0/1 v2][PULL] Hob: a new implementation for > human oriented builder > > Hi Richard, > > This is the second pull request for hob new implementation. > > Please help to review and pull. > > Note this pull request has dependency on dxu4/hob-bitbake-changes-v2 and > dxu4/hob-oecore-changes-v2. > > Changes from v1: > 1. Change according to the new package dump mechanism. > > Thanks, > Dongxiao > > The following changes since commit > 1fd378dbf9689d3597cb15efe866f39ca4e3dfb7: > 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-v2 > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-v2 > > Dongxiao Xu (1): > Hob: 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 | 580 +++++++++ > 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 | 396 +++--- > 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 | 1731 > ++++++++++++-------------- > lib/bb/ui/uihelper.py | 42 + > 16 files changed, 3735 insertions(+), 2613 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