From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6D604E0182F for ; Wed, 13 Nov 2013 04:56:25 -0800 (PST) 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 rADCuBMh024621; Wed, 13 Nov 2013 12:56:11 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 e3B_vUBL3dXe; Wed, 13 Nov 2013 12:56:11 +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 rADCu7v6024613 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Wed, 13 Nov 2013 12:56:08 GMT Message-ID: <1384347363.6460.88.camel@ted> From: Richard Purdie To: "Barros Pena, Belen" Date: Wed, 13 Nov 2013 12:56:03 +0000 In-Reply-To: References: X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: "toaster@yoctoproject.org" Subject: Re: [RFC] Task classification changes (was [noexec] = "1") 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: Wed, 13 Nov 2013 12:56:30 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2013-11-13 at 11:48 +0000, Barros Pena, Belen wrote: > * prebuilt (these are what we now call 'existing' tasks, i.e, tasks for > which a stamp file was found) Just for completeness, where you find a stamp file you can tell it if was from sstate or not since in the sstate case, it will end with _setscene. That may be useful information to reflect. FWIW your analysis looks good although I haven't spent time looking at it in detail. It does make sense to manipulate the data before presenting it in the UI, the fact it doesn't map 1:1 with what Bitbake does is probably a good thing. Cheers, Richard