From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 10CDBE00F20; Wed, 7 Oct 2015 05:24:05 -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 D0EC1E009B8 for ; Wed, 7 Oct 2015 05:24:02 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 07 Oct 2015 05:23:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,648,1437462000"; d="scan'208";a="805538797" Received: from linux.intel.com ([10.23.219.25]) by fmsmga001.fm.intel.com with ESMTP; 07 Oct 2015 05:23:50 -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 3D37A6A4083; Wed, 7 Oct 2015 05:22:53 -0700 (PDT) Date: Wed, 7 Oct 2015 15:23:46 +0300 From: Ed Bartosh To: brian avery Message-ID: <20151007122346.GA17982@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 0/5] remove startup questions v3 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, 07 Oct 2015 12:24:05 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Submitted upstream. On Tue, Oct 06, 2015 at 05:38:20PM -0700, brian avery wrote: > This version gets rid of some bashisms that made the startup script fail > if dash was the default shell. > > -b > > The following changes since commit 6d78e09708ecb268ca10809ef6e8c9ea709d3ec4: > > bitbake: toaster: display warnings for bad "IMAGE_FSTYPES" values (2015-10-06 16:46:52 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib bavery/toaster/startup_simplification_8217_v3 > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/toaster/startup_simplification_8217_v3 > > brian avery (5): > toaster: removed superuser question from startup > toaster: remove layer and build dir interactive questions > toaster: check for configuration file and exit if not found > toaster: get rid of interactivity in bldcontrol > toaster: remove bashisms so script works in dash as well > > bitbake/bin/toaster | 39 ++++-- > .../management/commands/checksettings.py | 138 ++++++--------------- > 2 files changed, 69 insertions(+), 108 deletions(-) > > -- > 1.9.1 > -- > _______________________________________________ > toaster mailing list > toaster@yoctoproject.org > https://lists.yoctoproject.org/listinfo/toaster -- -- Regards, Ed