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 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
