All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Reyna <david.reyna@windriver.com>
To: <bitbake-devel@lists.openembedded.org>
Subject: [PATCH V2 0/6] toaster: cummulative 11202017 patch
Date: Thu, 30 Nov 2017 00:55:18 -0800	[thread overview]
Message-ID: <cover.1512030424.git.David.Reyna@windriver.com> (raw)

From: David Reyna <David.Reyna@windriver.com>

V2: This patch set adds the missing author signoffs

1) This patch is intended for both YP-2.4.1 and master. 

Upon guidance from Joshua, I will send the Pyro 2.4.1 patch set subsequently.

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 4ed19ac8c19afd56d445d84e02b622cb056b8359:

  poky: Switch to post release name/version (2017-11-14 17:26:58 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib dreyna/submit/dreyna/toaster/cummulative_112017_patch
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dreyna/submit/dreyna/toaster/cummulative_112017_patch

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



             reply	other threads:[~2017-11-30  9:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-30  8:55 David Reyna [this message]
2017-11-30  8:55 ` [PATCH V2 1/6] toaster: unset BBPATH before starting bbserver for backwards compatibility David Reyna
2017-11-30  8:55 ` [PATCH V2 2/6] toaster: update Toaster for Django 1.11 David Reyna
2017-12-18 15:08   ` Richard Purdie
2017-12-22  6:32     ` Reyna, David
2017-11-30  8:55 ` [PATCH V2 3/6] toaster: some recipe events do not include packages David Reyna
2017-11-30  8:55 ` [PATCH V2 4/6] toaster: enable custom env support for shell calls David Reyna
2017-11-30  8:55 ` [PATCH V2 5/6] toaster: landing page show cmdline capture David Reyna
2017-11-30  8:55 ` [PATCH V2 6/6] toaster: add 'nobuild' option to Toaster David Reyna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1512030424.git.David.Reyna@windriver.com \
    --to=david.reyna@windriver.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.