All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: toaster@yoctoproject.org
Subject: [PATCH 0/8] Support of PRIVIDES
Date: Tue, 29 Dec 2015 13:56:27 +0200	[thread overview]
Message-ID: <cover.1451389227.git.ed.bartosh@linux.intel.com> (raw)

Hi,

This patchset adds support of PROVIDES to Toaster backend and frontend.
Please looks at https://bugzilla.yoctoproject.org/show_bug.cgi?id=6169 to see more details.

The following changes since commit f74e9383daaba1bc8eb761579f01fadc48771f4a:

  toaster-manual: describe the way to start Toaster (2015-12-29 12:53:04 +0200)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/toaster/provides-6169
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=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 porvides 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

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

--
Regards,
Ed



             reply	other threads:[~2015-12-29 12:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-29 11:56 Ed Bartosh [this message]
2015-12-29 11:56 ` [PATCH 1/8] taskdata: refactor get_providermap Ed Bartosh
2015-12-29 11:56 ` [PATCH 2/8] cooker: add providermap to dep_tree Ed Bartosh
2015-12-29 11:56 ` [PATCH 3/8] buildinfohelper: use providermap Ed Bartosh
2015-12-29 11:56 ` [PATCH 4/8] toaster: add Provider model Ed Bartosh
2015-12-29 11:56 ` [PATCH 5/8] buildinfohelper: add porvides info to the db Ed Bartosh
2015-12-29 11:56 ` [PATCH 6/8] toaster: show list of provides for the recipe Ed Bartosh
2015-12-29 11:56 ` [PATCH 7/8] toaster: show 'satisfied via' text for build deps Ed Bartosh
2015-12-29 11:56 ` [PATCH 8/8] toaster: show 'satisfied via' text for reverse deps Ed Bartosh
2016-01-05 12:19 ` [PATCH 0/8] Support of PRIVIDES Barros Pena, Belen
2016-01-05 16:55   ` Ed Bartosh
2016-01-06 10:40     ` Barros Pena, Belen
2016-01-08 11:24 ` Smith, Elliot

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.1451389227.git.ed.bartosh@linux.intel.com \
    --to=ed.bartosh@linux.intel.com \
    --cc=toaster@yoctoproject.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.