From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5FAC1E00EE4; Thu, 1 Oct 2015 05:55:22 -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: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.55.52.88 listed in list.dnswl.org] Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E5E71E0086D for ; Thu, 1 Oct 2015 05:55:18 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 01 Oct 2015 05:55:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,617,1437462000"; d="scan'208";a="817079530" Received: from linux.intel.com ([10.23.219.25]) by fmsmga002.fm.intel.com with ESMTP; 01 Oct 2015 05:55:17 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 79AB06A4005 for ; Thu, 1 Oct 2015 05:54:21 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Thu, 1 Oct 2015 15:55:08 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 0/4] Fix for 8279 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: Thu, 01 Oct 2015 12:55:22 -0000 Hi, This patchset unifies the way toaster runs bitbake in analysis and managed modes. The following changes since commit 4220ebce223fa7cd0865c793b7dd3ffe07b8e130: toaster: Special case the openembedded-core layer to avoid duplicates (2015-09-30 15:12:40 +0300) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/8279 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/8279 Ed Bartosh (4): toaster: run bitbake --server-only differently toaster: run bitbake --observe-only differently toaster: implement get-dburl command toaster: set DATABASE_URL in toaster script bitbake/bin/toaster | 11 +++++------ .../lib/toaster/toastermain/management/commands/get-dburl.py | 9 +++++++++ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 bitbake/lib/toaster/toastermain/management/commands/get-dburl.py -- Regards, Ed