From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 67C16E00C33; Wed, 30 Sep 2015 05:46:44 -0700 (PDT) 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: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.65 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4D1C9E0071A for ; Wed, 30 Sep 2015 05:46:37 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 30 Sep 2015 05:46:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,612,1437462000"; d="scan'208";a="816292376" Received: from linux.intel.com ([10.23.219.25]) by orsmga002.jf.intel.com with ESMTP; 30 Sep 2015 05:46:37 -0700 Received: from linux.intel.com (vmed.fi.intel.com [10.237.72.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTP id C5FE86A4083; Wed, 30 Sep 2015 05:45:40 -0700 (PDT) Date: Wed, 30 Sep 2015 15:46:32 +0300 From: Ed Bartosh To: "Barros Pena, Belen" Message-ID: <20150930124632.GA26669@linux.intel.com> References: MIME-Version: 1.0 In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "toaster@yoctoproject.org" Subject: Re: [PATCH v3 0/6] Fixes for toastergui X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: ed.bartosh@linux.intel.com List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2015 12:46:44 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 29, 2015 at 12:50:54PM +0000, Barros Pena, Belen wrote: > > I am a bit confused about what the UI is showing with these changes. This > is what I am seeing: > > In analysis (interactive) mode, everything looks good. If I run > > bitbake -c clean core-image-minimal > > The Toaster UI shows me core-image-minimal:clean while the build is in > progress, and shows the same thing when the build completes > > In build (managed) mode, if I run > > core-image-minimal:clean > > The Toaster UI shows me core-image-minimal:clean while the build is in > progress, but just 'core-image-minimal' once the build completes. > > The behaviour in analysis mode is the correct one. I should see > target:task while the build is in progress and when the build completes. > It's a bug caused by rebase on top of toaster-next. Sorry, missed it. I'll send next version ASAP. -- Regards, Ed