From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2FA1FE00AA8; Tue, 8 Dec 2015 07:54:56 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 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] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.20 listed in list.dnswl.org] Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 12488E00546 for ; Tue, 8 Dec 2015 07:54:52 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 08 Dec 2015 07:54:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,400,1444719600"; d="scan'208";a="702639969" Received: from linux.intel.com ([10.23.219.25]) by orsmga003.jf.intel.com with ESMTP; 08 Dec 2015 07:54:53 -0800 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 056A26A4083 for ; Tue, 8 Dec 2015 07:53:41 -0800 (PST) From: Ed Bartosh To: toaster@yoctoproject.org Date: Tue, 8 Dec 2015 17:23:22 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [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 15:54:56 -0000 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 bitbake/lib/bb/ui/toasterui.py | 2 ++ bitbake/lib/toaster/bldcontrol/bbcontroller.py | 3 +++ bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | 3 +++ 3 files changed, 8 insertions(+) -- Regards, Ed