| Submitter | Shane Wang |
|---|---|
| Date | April 1, 2012, 2:21 p.m. |
| Message ID | <cover.1333289684.git.shane.wang@intel.com> |
| Download | mbox |
| Permalink | /patch/25031/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Sun, 01 Apr 2012 13:59:40 +0000 (UTC) Received: by 10.152.18.164 with SMTP id x4csp40346lad; Sun, 1 Apr 2012 06:54:26 -0700 (PDT) Received: by 10.180.20.47 with SMTP id k15mr15324503wie.19.1333288462587; Sun, 01 Apr 2012 06:54:22 -0700 (PDT) Return-Path: <bitbake-devel-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id bw9si8909587wib.28.2012.04.01.06.54.21 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 01 Apr 2012 06:54:22 -0700 (PDT) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of bitbake-devel-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of bitbake-devel-bounces@lists.openembedded.org) smtp.mail=bitbake-devel-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <bitbake-devel-bounces@lists.openembedded.org>) id 1SELNG-0005wH-Ut; Sun, 01 Apr 2012 16:03:18 +0200 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <shane.wang@intel.com>) id 1SELNE-0005w9-Hc for bitbake-devel@lists.openembedded.org; Sun, 01 Apr 2012 16:03:16 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 01 Apr 2012 06:54:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="125796021" Received: from yocto-build5.sh.intel.com (HELO localhost) ([10.239.48.3]) by azsmga001.ch.intel.com with ESMTP; 01 Apr 2012 06:54:07 -0700 From: Shane Wang <shane.wang@intel.com> To: bitbake-devel@lists.openembedded.org Date: Sun, 1 Apr 2012 22:21:26 +0800 Message-Id: <cover.1333289684.git.shane.wang@intel.com> X-Mailer: git-send-email 1.7.6 Subject: [bitbake-devel] [PATCH 0/7] Hob fixes X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: <bitbake-devel.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/bitbake-devel>, <mailto:bitbake-devel-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/bitbake-devel> List-Post: <mailto:bitbake-devel@lists.openembedded.org> List-Help: <mailto:bitbake-devel-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/bitbake-devel>, <mailto:bitbake-devel-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: bitbake-devel-bounces@lists.openembedded.org Errors-To: bitbake-devel-bounces@lists.openembedded.org |
Two of these patches are to fix 2 bugs. One is to remove the top empty spacing in the image combo on the image configuration screen. The other is to change local.conf to allow Hob change BB threads and pmake. The others are minor cleanup and code correction by code review. The following changes since commit 8691a588267472eb5a32b978a0eb9ddfd0c91733: cross-canadian.bbclass: fix rpath for sdk executables (2012-03-31 18:00:59 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib shane/hob-fixes-1 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob-fixes-1 Shane Wang (7): Hob: handle exceptions in get_parameters() from the bitbake Hob: handle exceptions when loading templates Hob: unify _size_to_string() and _string_to_size() Hob: avoid the empty white space appearing on top of the gtk.ComboBox meta-yocto/local.conf.sample: change = to ?= for BB_NUMBER_THREADS and PARALLEL_MAKE Hob: a minor fix on image_fstypes Hob: a minor fix on pmake bitbake/lib/bb/ui/crumbs/builder.py | 26 ++++++++++---- bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 35 ++++++++++++++---- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 18 +++------ bitbake/lib/bb/ui/crumbs/hobpages.py | 39 ++++++++++++++++++++ bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 2 + bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 11 +----- bitbake/lib/bb/ui/crumbs/packageselectionpage.py | 21 +++-------- meta-yocto/conf/local.conf.sample | 4 +- 8 files changed, 101 insertions(+), 55 deletions(-)