From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SWTup-0000Cp-SO for bitbake-devel@lists.openembedded.org; Mon, 21 May 2012 16:48:56 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 21 May 2012 07:38:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="169177369" Received: from hp.sh.intel.com ([10.239.47.6]) by fmsmga002.fm.intel.com with ESMTP; 21 May 2012 07:38:45 -0700 From: Liming An To: bitbake-devel@lists.openembedded.org Date: Mon, 21 May 2012 22:41:16 +0800 Message-Id: X-Mailer: git-send-email 1.7.5.4 Subject: [PATCH 0/5] Hob: bug-fixes X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 14:48:56 -0000 The following changes since commit 2219caa312822cf756b88b07dd70a014404e9cb0: tune-mips64.inc: Add new tune file for mips64 big-endian (2012-05-21 09:59:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib limx/hob-bug-fixes-continue http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=limx/hob-bug-fixes-continue Liming An (5): Hob: add '--select a machine--' and '--select a base image--' to GUI Hob: change the build failure scenario as ui design Hob: fixed the issue about bug 'running image' workflow and related view Hob: fixed the line width of base image description view Hob: fixed the issue about the 'run image' page should have the primary bug bitbake/lib/bb/ui/crumbs/builddetailspage.py | 99 +++++++++++++++++++- bitbake/lib/bb/ui/crumbs/builder.py | 14 ++- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 6 +- bitbake/lib/bb/ui/crumbs/hobwidget.py | 7 ++ bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 45 +++++++--- bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 87 ++++++++++++------ bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 2 +- 7 files changed, 213 insertions(+), 47 deletions(-) -- 1.7.5.4