All of lore.kernel.org
 help / color / mirror / Atom feed
From: Elliot Smith <elliot.smith@intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/8] Add support for PROVIDES to Toaster
Date: Fri,  8 Jan 2016 11:17:15 +0000	[thread overview]
Message-ID: <cover.1452251694.git.elliot.smith@intel.com> (raw)

Add support of PROVIDES to Toaster backend and frontend.

Please see https://bugzilla.yoctoproject.org/show_bug.cgi?id=6169 for
more details.

The following changes since commit 3e0c0fb8eaf9b764c19f2c25fe50c4eccbd4a9bd:

  toaster-manual: describe the way to start Toaster (2016-01-08 11:09:50 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib elliot/submit/ed/toaster/provides-6169
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/submit/ed/toaster/provides-6169

Ed Bartosh (8):
  taskdata: refactor get_providermap
  cooker: add providermap to dep_tree
  buildinfohelper: use providermap
  toaster: add Provider model
  buildinfohelper: add provides info to the db
  toaster: show list of provides for the recipe
  toaster: show 'satisfied via' text for build deps
  toaster: show 'satisfied via' text for reverse deps

 lib/bb/cooker.py                                   |  7 +++++
 lib/bb/runqueue.py                                 |  2 +-
 lib/bb/taskdata.py                                 | 17 +++++-------
 lib/bb/ui/buildinfohelper.py                       | 31 +++++++++++++++-------
 .../orm/migrations/0002_auto_20151223_1528.py      | 27 +++++++++++++++++++
 lib/toaster/orm/models.py                          |  5 ++++
 lib/toaster/toastergui/templates/recipe.html       | 28 +++++++++++++++++--
 7 files changed, 95 insertions(+), 22 deletions(-)
 create mode 100644 bitbake/lib/toaster/orm/migrations/0002_auto_20151223_1528.py

--
1.9.3

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



             reply	other threads:[~2016-01-08 11:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-08 11:17 Elliot Smith [this message]
2016-01-08 11:17 ` [PATCH 1/8] taskdata: refactor get_providermap Elliot Smith
2016-01-08 11:17 ` [PATCH 2/8] cooker: add providermap to dep_tree Elliot Smith
2016-01-08 11:17 ` [PATCH 3/8] buildinfohelper: use providermap Elliot Smith
2016-01-08 11:17 ` [PATCH 4/8] toaster: add Provider model Elliot Smith
2016-01-08 11:17 ` [PATCH 5/8] buildinfohelper: add provides info to the db Elliot Smith
2016-01-08 11:17 ` [PATCH 6/8] toaster: show list of provides for the recipe Elliot Smith
2016-01-08 11:17 ` [PATCH 7/8] toaster: show 'satisfied via' text for build deps Elliot Smith
2016-01-08 11:17 ` [PATCH 8/8] toaster: show 'satisfied via' text for reverse deps Elliot Smith

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.1452251694.git.elliot.smith@intel.com \
    --to=elliot.smith@intel.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.