From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 75FF5784F8 for ; Fri, 1 Dec 2017 23:37:50 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id vB1NbprQ016319 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 1 Dec 2017 15:37:51 -0800 (PST) Received: from ala-dreyna-lx3.corp.ad.wrs.com (147.11.157.78) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server (TLS) id 14.3.361.1; Fri, 1 Dec 2017 15:37:50 -0800 From: David Reyna To: Date: Fri, 1 Dec 2017 15:30:09 -0800 Message-ID: X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [147.11.157.78] Subject: [rocko][PATCH 0/6] toaster: cummulative 11202017 patch X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 23:37:50 -0000 Content-Type: text/plain From: David Reyna 1) This patch is intended for both YP-2.4.1 (Rocko branch) I have sent the master version of this patch (v2) already. 2) This patch contains the following: * 12363: this is a Medium+ defect to fix broken master Toaster builds to Rocko projects * 12316,12315: these resolve issues from the ELCE-Prague BoF meeting * 12192,12204,12193: these resolve forward going issues 3) There are no new files The following changes since commit f7b90ab3eaf832bd81f3efc1dab4dcf6863ac284: bitbake: main: Give a user readable error if we can't locate topdir (2017-10-31 09:09:27 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib dreyna/submit/dreyna/toaster/cummulative_112017_patch_rocko http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dreyna/submit/dreyna/toaster/cummulative_112017_patch_rocko David Reyna (6): toaster: unset BBPATH before starting bbserver for backwards compatibility toaster: update Toaster for Django 1.11 toaster: some recipe events do not include packages toaster: enable custom env support for shell calls toaster: landing page show cmdline capture toaster: add 'nobuild' option to Toaster bin/toaster | 19 +++++--- lib/bb/ui/buildinfohelper.py | 6 ++- lib/toaster/bldcollector/urls.py | 2 +- lib/toaster/bldcontrol/localhostbecontroller.py | 44 +++++++++++------- lib/toaster/toastergui/templates/base.html | 4 ++ lib/toaster/toastergui/templates/landing.html | 10 ++++- lib/toaster/toastergui/urls.py | 2 +- lib/toaster/toastergui/views.py | 59 +++++++++++++++---------- lib/toaster/toastergui/widgets.py | 4 ++ lib/toaster/toastermain/settings.py | 2 +- lib/toaster/toastermain/urls.py | 2 +- toaster-requirements.txt | 2 +- 12 files changed, 103 insertions(+), 53 deletions(-) -- 1.9.1