All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Support of PRIVIDES
@ 2015-12-29 11:56 Ed Bartosh
  2015-12-29 11:56 ` [PATCH 1/8] taskdata: refactor get_providermap Ed Bartosh
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Ed Bartosh @ 2015-12-29 11:56 UTC (permalink / raw)
  To: toaster

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-01-08 11:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-29 11:56 [PATCH 0/8] Support of PRIVIDES Ed Bartosh
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

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.