From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1A30CE00C7D; Thu, 1 Oct 2015 20:09:10 -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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.45 listed in list.dnswl.org] * 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 Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A06E1E00A26 for ; Thu, 1 Oct 2015 20:09:08 -0700 (PDT) Received: by pacex6 with SMTP id ex6so93780568pac.0 for ; Thu, 01 Oct 2015 20:09:08 -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=EnjXSdTB0rnkypazDcklCZAHRu2N8cCTe/xDrTVsWbc=; b=NrtqQcYSeXr/BlBuaw1Xfmf3HSzsZvcYOsim1HykHOmFglV8vJV4yWzEIDhenfEzgN B7ygHxqgIQS33xEF97/qORNTPkP5W9IIjIk3300EIZ3RUOpUWUwqoHwDuUc0nHgrgjex 12J8qQP5DHy6Aa4BDMeuxkRfyBV575w0GshfpqfBg6CuiMIWjLFfDDMkCV+HhlNqfLyK Xn4o+gbQI18jlJ2twkm+yNsbtiB8KHZaKerOWSlpvaY+0uJVm9h1FQInM0jokgAXQStN Qfy/9Qb9IcAsL5Ey8IxgD9XhPnf7b6UL4pyIzVTCaMg8etkPj3QYAEFvjyx1JqmJYdkH AWGA== X-Received: by 10.66.147.74 with SMTP id ti10mr16962340pab.88.1443755348621; Thu, 01 Oct 2015 20:09:08 -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 eu2sm9377691pbc.48.2015.10.01.20.09.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Oct 2015 20:09:06 -0700 (PDT) From: brian avery To: toaster@yoctoproject.org Date: Thu, 1 Oct 2015 20:10:48 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 Subject: [PATCH 0/1] remove startup questions 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: Fri, 02 Oct 2015 03:09:10 -0000 This removes the startup questions from toaster and uses the following dir structure. cwd/toaster.sqlite cwd/_toaster_clones cwd/build You can override TOASTER_CONF to point at the toasterconf.json in meta. There are still a fair number of directory assumptions that need to be worked out for 2.1 but this should let us start up easier and automate tests better. Since we are putting the builddir here, we should really allow users to set the SSTATE_DIR and DL_DIR variables. I will try to add that as part of the change needed for 7880 since it has to set a number of new variables. -b The following changes since commit 3143235ff04998bad4a2af3e8fe0361664f65aa2: toaster: exclude recipes with empty names (2015-10-01 14:14:10 -0700) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/toaster/startup_simplification_8217 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/toaster/startup_simplification_8217 brian avery (1): toaster: improve ease of toaster startup bitbake/bin/toaster | 34 ++++++-- .../management/commands/checksettings.py | 98 +++++----------------- 2 files changed, 49 insertions(+), 83 deletions(-) -- 1.9.1