From patchwork Sun Apr 1 12:14:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,00/10,PULL] Hob: Bug fixes Date: Sun, 01 Apr 2012 12:14:08 -0000 From: Dongxiao Xu X-Patchwork-Id: 25009 Message-Id: To: bitbake-devel@lists.openembedded.org Hi Richard, This is the hob related bug fixes, please help to review and pull. This version contains 5 commits that have been sent last time with no comments, and remove the two commits that Josh commented on. Also there are another 5 commits for other bug fixes. For the two patches that we are discussing, I didn't add them in this series. I will send a separate pull request for it after the decision is finalized. Thanks, Dongxiao The following changes since commit 035e146ff92236a3eda71ad71e8389737f91753b: Hob: In building log page, fixed the issue about 'endpath' not clear when next to start build (2012-03-30 17:19:35 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/hob-bugfix http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-bugfix Dongxiao Xu (10): Hob: Fix MACHINE setting Hob: Update the cache when setting changed Hob: Remove some calling of initiate_new_build() Hob: Remove duplication for certain bitbake variables Hob: Set stop button sensitive after task started Hob: Remove the recipe/task type for multilib Hob: Fix toolchain build Hob: Check "dummy" image while update_image_combo Hob: Change base image to "Create your own image" if customized Hob: fix IMAGE_INSTALL setting while save template lib/bb/ui/crumbs/builddetailspage.py | 2 + lib/bb/ui/crumbs/builder.py | 22 ++++++++++---- lib/bb/ui/crumbs/hobeventhandler.py | 31 ++++++++++++-------- lib/bb/ui/crumbs/hoblistmodel.py | 43 ++++++++++++++++++++++----- lib/bb/ui/crumbs/imageconfigurationpage.py | 10 ++++++- lib/bb/ui/crumbs/imagedetailspage.py | 2 - lib/bb/ui/crumbs/packageselectionpage.py | 7 ++++ lib/bb/ui/crumbs/recipeselectionpage.py | 5 +++ 8 files changed, 92 insertions(+), 30 deletions(-)