From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5BC08E00655; Tue, 7 Feb 2017 12:34:23 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [192.55.52.43 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C77D5E00519 for ; Tue, 7 Feb 2017 12:34:22 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 07 Feb 2017 12:34:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="41118295" Received: from bavery-ws-desk.jf.intel.com ([10.7.198.85]) by orsmga002.jf.intel.com with ESMTP; 07 Feb 2017 12:34:21 -0800 From: brian avery To: toaster@yoctoproject.org Date: Tue, 7 Feb 2017 12:36:11 -0800 Message-Id: X-Mailer: git-send-email 1.9.1 Cc: brian avery Subject: [PATCH 0/3] toaster: allow builddir to be named other than build bug 9992 V2 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: Tue, 07 Feb 2017 20:34:23 -0000 This pattchset fixes two bugs. The most important of which is in the sublject line. 9992 -> if we do oe-init-build-env cow, toaster would fail because it had the directory name build hardcoded for toaster.sqlite. This patch moves the toaster.sqlite database to TOASTER_DIR so that you can name your builddir whatever you'd like to. 11006-> the runbuilds process was printing out alot of debug and status messages to the console. Since the console can also be used to run cli builds while toaster displays their status, this was quite disconcerting. This patch redirects the output to toaster_runbuilds.log. -brian avery The following changes since commit a624cf7f95c8cf4ff764cc997fd1db4601b97dcc: oeqa/selftest/pkgdata: use m4 instead of bash (2017-02-07 14:50:10 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/toaster/9992-builddir-not-buildV5 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/toaster/9992-builddir-not-buildV5 brian avery (3): toaster: put runbuilds output into a log file toaster: move sqlite database to TOASTER_DIR toaster: remove cut and paste cruft bitbake/bin/toaster | 19 ++++++------------- bitbake/lib/toaster/toastermain/settings.py | 3 +-- 2 files changed, 7 insertions(+), 15 deletions(-) -- 1.9.1