From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 00D2FE00CA1; Mon, 25 Apr 2016 02:42:35 -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 98227E00C81 for ; Mon, 25 Apr 2016 02:42:34 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 25 Apr 2016 02:42:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,532,1455004800"; d="scan'208";a="91356951" Received: from linux.intel.com ([10.23.219.25]) by fmsmga004.fm.intel.com with ESMTP; 25 Apr 2016 02:42:33 -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 8662E6A4006; Mon, 25 Apr 2016 03:30:09 -0700 (PDT) Date: Mon, 25 Apr 2016 10:22:42 +0300 From: Ed Bartosh To: "Barros Pena, Belen" Message-ID: <20160425072242.GA16834@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: Suggested release notes 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: Mon, 25 Apr 2016 09:42:36 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Belen, On Fri, Apr 22, 2016 at 04:41:35PM +0000, Barros Pena, Belen wrote: ... > * Improved interaction with BitBake: we have removed the need for the > BitBake observer process. The BitBake server, which runs the builds, > executes from the selected release (Yocto Project 2.0 or 2.1), while the > BitBake client runs from the same codebase used to start Toaster. Running server from the selected release was initially implemented this way. At some point it was broken and now it's returned back again. Another feature worth mentioning is that bitbake server is running only during the build. Toaster starts it before the build and stops after build is done. Previously Toaster restarted bitbake server and observer processes before the build, so they were running all the time. (Sorry for not being clear when we discussed this). > This > scheme allow us to provide backwards compatibility with the previous > stable release of the Yocto Project (2.0), enabling the next feature in > this list. Regards, Ed