From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BEB71E00A9C; Mon, 21 Mar 2016 05:34:06 -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 * [192.55.52.115 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 30730E00803 for ; Mon, 21 Mar 2016 05:34:05 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 21 Mar 2016 05:34:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,372,1455004800"; d="scan'208";a="915556725" Received: from linux.intel.com ([10.23.219.25]) by orsmga001.jf.intel.com with ESMTP; 21 Mar 2016 05:34:04 -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 36FAC6A4002; Mon, 21 Mar 2016 06:21:45 -0700 (PDT) Date: Mon, 21 Mar 2016 12:14:10 +0200 From: Ed Bartosh To: Brian Avery Message-ID: <20160321101410.GA29533@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 00/15] Build cancellation 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, 21 Mar 2016 12:34:06 -0000 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Sat, Mar 19, 2016 at 04:13:27PM -0700, Brian Avery wrote: > 2) we cannot assume I am building in ~/poky/build. There are env > variables to let us find where poky is $OEROOT for instance. My bin/sh > is bash but I still got the following when building from > $HOME/cow/test/ when poky was in $HOME/src/poky : > > : less toaster_ui.log > > bash: ../bitbake/bin/bitbake: No such file or directory Should be fixed by this commit: https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=ed/toaster/project-build-dir-7880-cancel-dldir_sstatedir&id=a3566432d7d42939a482322abb7ead6026008d49 ... > 11) I’m not personally fond of having the sstate and dl_dir being set > on the project creation page. they are available in the bitbake var > page for each project which is nice. This is more a Belén thing. just > putting my opinion down. This should be alread fixed by Sujith. The fix is also in ed/toaster/project-build-dir-7880-cancel-dldir_sstatedir ... > So as far as upstreaming, I think we need to have the following 2 > things fixed first: > > 1) being able to run/build from an arbitrary dir and not assuming we > are in the poky tree. (should be ez) yes, it should be fixed already. see my comment above. > 2) fixing the custom image stuff. Since the CI is the main selling > point of the 2.1 release we need to make sure we don’t break it. > (hopefully not too hard?) OK, I'll try to look at it. BTW, the full patchset has 42 patches and becomes hard to maintain. We may need to consider upstreaming it in 2 or 3 steps if the above fixes are hard to do. Regards, Ed