| Submitter | Christopher Larson |
|---|---|
| Date | Feb. 10, 2012, 6:19 p.m. |
| Message ID | <cover.1328897859.git.chris_larson@mentor.com> |
| Download | mbox |
| Permalink | /patch/21143/ |
| 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); Fri, 10 Feb 2012 18:21:23 +0000 (UTC) Received: by 10.112.103.130 with SMTP id fw2csp88371lbb; Fri, 10 Feb 2012 10:19:40 -0800 (PST) Received: by 10.14.53.74 with SMTP id f50mr2409723eec.5.1328897977081; Fri, 10 Feb 2012 10:19:37 -0800 (PST) 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 14si4371627eez.145.2012.02.10.10.19.36 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 10 Feb 2012 10:19:37 -0800 (PST) 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; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <bitbake-devel-bounces@lists.openembedded.org>) id 1RvvC4-0003Ob-Oo; Fri, 10 Feb 2012 19:27:36 +0100 Received: from mail-yw0-f47.google.com ([209.85.213.47]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <kergoth@gmail.com>) id 1RvvC3-0003OS-OL for bitbake-devel@lists.openembedded.org; Fri, 10 Feb 2012 19:27:35 +0100 Received: by yhfq46 with SMTP id q46so1642713yhf.6 for <bitbake-devel@lists.openembedded.org>; Fri, 10 Feb 2012 10:19:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=LZlvuSFT0/O0BrARu/kuGPivAnK2vg9NQnNNHxbPf+E=; b=xVyF6mFw0TofLVgD05yHOmvyo64pLVqDPXrxlGcDhzuH0s/HjOmiGZrNfbOrSVLbe8 nyIqwNKO2iBf1K30bg6y+DuAL+9AzYADiSba7ca9Stw/3LQL7SF+WHxLAcvCOY/v73Vp CqUYLrwsHRU1bQo+n6hlM40BAhC5hZWkjxBKk= Received: by 10.236.154.137 with SMTP id h9mr10456964yhk.91.1328897969256; Fri, 10 Feb 2012 10:19:29 -0800 (PST) Received: from localhost.localdomain (hsvwanfw1-nat.mentorg.com. [139.181.24.34]) by mx.google.com with ESMTPS id 34sm15352384anp.13.2012.02.10.10.19.26 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 10 Feb 2012 10:19:27 -0800 (PST) From: Christopher Larson <kergoth@gmail.com> To: bitbake-devel@lists.openembedded.org Date: Fri, 10 Feb 2012 12:19:21 -0600 Message-Id: <cover.1328897859.git.chris_larson@mentor.com> X-Mailer: git-send-email 1.7.7 Cc: Christopher Larson <chris_larson@mentor.com> Subject: [bitbake-devel] [PATCHv2 0/2] Resolve parsing hang issues 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 |
From: Christopher Larson <chris_larson@mentor.com> The following changes since commit db689a99beffea1a285cdfc74a58fe73f1666987: Revert the switch to futures for now (2012-02-03 08:12:56 -0700) are available in the git repository at: git://github.com/kergoth/bitbake.git hang-issue-fix https://github.com//tree/hang-issue-fix Christopher Larson (2): cooker: roll our own process pool knotty: shut down more cleanly lib/bb/cooker.py | 155 ++++++++++++++++++++++++++++++++++++++++++--------- lib/bb/ui/knotty.py | 15 ++--- 2 files changed, 136 insertions(+), 34 deletions(-)