From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A2B02E00ADF; Tue, 8 Dec 2015 08:12:48 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F0898E00A9A for ; Tue, 8 Dec 2015 08:12:46 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id tB8GCOw5012071; Tue, 8 Dec 2015 16:12:42 GMT 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 SRHOOiRcG7Se; Tue, 8 Dec 2015 16:12:42 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id tB8GCUHB012078 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 8 Dec 2015 16:12:42 GMT Message-ID: <1449591150.25909.5.camel@linuxfoundation.org> From: Richard Purdie To: Ed Bartosh Date: Tue, 08 Dec 2015 16:12:30 +0000 In-Reply-To: References: X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: toaster@yoctoproject.org Subject: Re: [PATCH 0/3] Pass BRBE to buildinfohelper as soon as it's set X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 16:12:48 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2015-12-08 at 17:23 +0200, Ed Bartosh wrote: > Hi, > > This patchset is a replacement of 3 patches that were rejected yesterday > by upstream. > > It fixes 'hanging' builds in UI when build is failed on early stages (recipe > parsing or processing configuration). > > The following changes since commit befaceb2873ff8c8cc791d48f0324442c15cbcdc: > > toaster: return back 'New project' button (2015-12-08 13:10:33 +0200) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib ed/toaster/trigger-metadata-event > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/trigger-metadata-event > > Ed Bartosh (3): > toaster: implement BitbakeController.triggerEvent > toaster: trigger SetBRBE event > toasterui: process SetBRBE event This looks much better, thanks! Cheers, Richard