From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2E1FCE00E2E; Tue, 6 Oct 2015 17:36:33 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (avery.brian[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.41 listed in list.dnswl.org] Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D044DE00978 for ; Tue, 6 Oct 2015 17:36:30 -0700 (PDT) Received: by pacex6 with SMTP id ex6so2546504pac.0 for ; Tue, 06 Oct 2015 17:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=7J/ZTv8Mtyzb+XoUDDOkC0Fr0zxgSU6ycseR3EQrkgk=; b=kSlWGi62XfEp9g6dgazhXB4UEvyrn/XWrpyl8W4rstwflLMDKBEi0T2RGqIS132VLi iCReP68FXWEn4RtBj4vQICRAw5551SKnvojPF650uoZbgtkZhH4HneazVu+3PG0auP9b cvKr1oxZ9xOtT6oSX/XmQtd9RQim+T6gt+J92jRRN40q4uNJISs5clJ/KzldGLo7fQCE zmOANAZzx2KLyf3NCE/ZwLTstZDFcXDSQYXfbn3fFprM/enfslEeEbGD/qmPxFKwHDxc 9A2oHH6i70IdcaFpUDP3zaultBnHJ4nc5VycwT//W0lNkyYmPB2Dozwm604QlbTpYhON KJCQ== X-Received: by 10.68.57.137 with SMTP id i9mr49983247pbq.101.1444178189777; Tue, 06 Oct 2015 17:36:29 -0700 (PDT) Received: from whisper.hsd1.or.comcast.net (c-98-232-142-195.hsd1.or.comcast.net. [98.232.142.195]) by smtp.gmail.com with ESMTPSA id bn1sm35925209pad.17.2015.10.06.17.36.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 06 Oct 2015 17:36:29 -0700 (PDT) From: brian avery To: toaster@yoctoproject.org Date: Tue, 6 Oct 2015 17:38:20 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 Subject: [PATCH 0/5] remove startup questions v3 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, 07 Oct 2015 00:36:33 -0000 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