From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SJ0cv-0008TR-Nc for bitbake-devel@lists.openembedded.org; Sat, 14 Apr 2012 12:54:45 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 14 Apr 2012 03:45:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="129509772" Received: from dongxiao-osel.sh.intel.com (HELO localhost) ([10.239.36.11]) by orsmga001.jf.intel.com with ESMTP; 14 Apr 2012 03:45:21 -0700 From: Dongxiao Xu To: bitbake-devel@lists.openembedded.org Date: Sat, 14 Apr 2012 18:42:26 +0800 Message-Id: X-Mailer: git-send-email 1.7.4.1 Subject: [PATCH 0/4][PULL] 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: Sat, 14 Apr 2012 10:54:46 -0000 Hi Richard, This pull request contains some Hob related bug fixes, please help to review and pull. Thanks, Dongxiao The following changes since commit 434fdb3913cc78e2e9cdeede4c4fa7f1c8ef8892: Hob: Added required packages for toolchain. (2012-04-13 12:00:12 +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 (4): Hob: A minor fix on tooltip Hob: Save the original image name into template Hob: Build selected image if not customized Hob: Use BB_DEFAULT_TASK as build task instead of hardcoded "build" lib/bb/ui/crumbs/builder.py | 34 +++++++++++++++++++++------------- lib/bb/ui/crumbs/hig.py | 5 ++++- lib/bb/ui/crumbs/hobeventhandler.py | 22 +++++++++++++--------- 3 files changed, 38 insertions(+), 23 deletions(-) -- 1.7.4.1