From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UAMnJ-0004J5-OA for bitbake-devel@lists.openembedded.org; Tue, 26 Feb 2013 16:50:19 +0100 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r1QFf7XP014204; Tue, 26 Feb 2013 15:41:08 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QwZGbOgRvdL9; Tue, 26 Feb 2013 15:41:07 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r1QFat72013780 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Tue, 26 Feb 2013 15:39:34 GMT Message-ID: <1361892549.5119.4.camel@ted> From: Richard Purdie To: Christopher Larson Date: Tue, 26 Feb 2013 07:29:09 -0800 In-Reply-To: <1361818080-5758-1-git-send-email-kergoth@gmail.com> References: <1361818080-5758-1-git-send-email-kergoth@gmail.com> X-Mailer: Evolution 3.6.3-1 Mime-Version: 1.0 Cc: Christopher Larson , bitbake-devel@lists.openembedded.org Subject: Re: [PATCH] cooker: now that we use a Pool, raise the exceptions 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: Tue, 26 Feb 2013 15:50:19 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2013-02-25 at 11:48 -0700, Christopher Larson wrote: > From: Christopher Larson > > Multiprocessing catches these and handles passing them between processes > itself, we don't need to do it ourselves anymore. > > [YOCTO #3926] > > Signed-off-by: Christopher Larson > --- > bitbake/lib/bb/cooker.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Makes sense, thanks (and merged)! Richard